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
See whatwg/html#4112. The case people are most concerned about are when you could introduce an element with a name or ID that overrides the built-ins, i.e. the [OverrideBuiltins] cases on Document and HTMLFormElement.
You could imagine various expansions of this, e.g.
Turning off named getters/setters entirely. (Although I'm not sure we have replacements in 100% of cases)
Turning off "bad legacy DOM and HTML APIs" entirely. (E.g. things like Attr nodes.)
The text was updated successfully, but these errors were encountered:
See whatwg/html#4112. The case people are most concerned about are when you could introduce an element with a name or ID that overrides the built-ins, i.e. the [OverrideBuiltins] cases on Document and HTMLFormElement.
You could imagine various expansions of this, e.g.
The text was updated successfully, but these errors were encountered: