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 vaguely recall @ayg complaining ages ago about duplicating the parsers we already have for ECMAScript and Web IDL. I think the idea against that was that HTML should in theory be able to go beyond the limits imposed by those parsers. That might still be a worthwhile goal of sorts, but I don't think there's a good reason to have multiple specifications define ConvertToInt and the like.
The text was updated successfully, but these errors were encountered:
Other changes:
* Remove reflection of unrestricted double as it is buggy and unused.
* The DOMString getter steps did not account for a missing attribute.
* The native accessibility semantics map was renamed to the internal content attribute map as it's now a more general reflection concept.
Corresponding ARIA PR: w3c/aria#1876.
Fixes#8442.
Follow-up:
* w3c/core-aam#152
* w3c/aria#1110
* #3238
* #8544
* #8545
* #8926
* #8927
* #8928
* #8930
I vaguely recall @ayg complaining ages ago about duplicating the parsers we already have for ECMAScript and Web IDL. I think the idea against that was that HTML should in theory be able to go beyond the limits imposed by those parsers. That might still be a worthwhile goal of sorts, but I don't think there's a good reason to have multiple specifications define ConvertToInt and the like.
The text was updated successfully, but these errors were encountered: