-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<style> entry in index of elements has not been updated to reflect removal of scoped
attribute
#1521
Comments
Thank you for finding this! Much appreciated.
Yeah. As we say in the introduction, "Although we have asked them to stop doing so, the W3C also republishes some parts of this specification as separate documents." I agree it's very sad and a waste of a lot of peoples' time; see e.g. the comical w3c/html#364. |
These were true when the index of elements was introduced, but obsoleted when whatwg#1226 removed the scoped attribute. Resolves whatwg#1521
I'm not sure this is the right solution. See w3c/html#516 for explanation, but roughly the use of flow content in style goes back to last century and was considered a feature. |
These were true when the index of elements was introduced, but obsoleted when whatwg#1226 removed the scoped attribute. Fixes whatwg#1521.
The non-normative index of elements currently has
flow*
under "Categories" and "Parents". Unless I'm missing something, both of these have been incorrect since @domenic removed thescoped
attribute in #1226. I guess that he missed this because he implemented the removal by reverting 29cf39d and related commits, but the elements index was not added until 3 years afterscoped
was added (778068c) and so just looking at the commits that addedscoped
could never reveal this bug.The current draft of the W3C's HTML 5.2 spec is similarly affected, despite them having removed
scoped
independently.In the next few minutes I'm going to push up a PR to fix this on this repo, open an issue about this on the W3C repo linking to this one, and open a duplicate PR on their repo.
Aside: the duplication of labour y'all have going on between the two specs is a tragic waste of good people's time and makes me sad.
The text was updated successfully, but these errors were encountered: