-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CSSUnparsedValue/forEach - WebIDL spec URL #11426
Comments
I just filed #11519 which is effectively a dupe. What I wrote:
|
I would be fine with removing the I would very much not support replacing the |
I've sent #11522 to remove the URLs. |
the entry for CSSUnparsedValue/forEach (and other interface members derived from its
iterable
declaration) is associated with the WebIDL spec ofiterable
.While there is some truth to it, it means WebIDL is listed as the relevant spec on https://developer.mozilla.org/en-US/docs/Web/API/CSSUnparsedValue/forEach which I don't think is particularly useful. https://drafts.css-houdini.org/css-typed-om/#cssunparsedvalue would likely be a more useful reference.
I haven't checked if this is specific to this interface, or a more general issue with iterators.
(there may also be a discussion to be had whether duplicating the content documentation of
forEach
et al for all the interfaces that are iterators is worth the maintenance cost, but that's probably for mdn/content; and again, I haven't checked whether that's a generic thing or not - this issue was prompted by reviewing mdn/content#2462)The text was updated successfully, but these errors were encountered: