You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be more precedent before we standardize upon a pattern in IDL. Unless there's a reason handling it prose is difficult, but that does not appear to be the case here?
ExE-Boss
changed the title
Consider adding [LegacyASCIICaseInsentiveEnum] for element.insertAdjacent* APIs
Consider adding [LegacyASCIICaseInsentiveEnum] for element.insertAdjacent* APIs
Mar 24, 2021
ExE-Boss
changed the title
Consider adding [LegacyASCIICaseInsentiveEnum] for element.insertAdjacent* APIs
Consider adding [LegacyASCIICaseInsentiveEnum] for element.insertAdjacent* APIs
Sep 14, 2022
The
element.insertAdjacentElement
,element.insertAdjacentText
andelement.insertAdjacentHTML
APIs take a where/position argument ofDOMString
that is ASCII lowercased and treated as if it were converted to the following enum:Except that instead of throwing a
TypeError
or aRangeError
#489, a "SyntaxError
"DOMException
is thrown instead.See also:
The text was updated successfully, but these errors were encountered: