- From: Daniel Ethridge <notifications@github.com>
- Date: Sat, 17 May 2025 21:11:38 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/1372@github.com>
<!-- Thank you for contributing to the DOM Standard! Please describe the change you are making and complete the checklist below if your change is not editorial. When you submit this PR, and each time you edit this comment (including checking a checkbox through the UI!), PR Preview will run and update it. As such make any edits in one go and only after PR Preview has run. If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging. --> `part` and `exportparts` were the (I hope) only two attributes that I missed in https://github.com/wlib/html-info due to them not appearing in [the spec](https://dom.spec.whatwg.org/#:~:text=id%2C%20class%2C%20and%20slot%20are%20effectively%20superglobal,.). There was [an issue](https://github.com/w3c/csswg-drafts/issues/3424) filed in 2018 asking to add `part` as a superglobal attribute to the DOM spec. This PR also notes that `exportparts` is a superglobal attribute, but does not make any references to its functionality. I want to ask whether this PR is desirable in the first place because other attributes like those defined in ARIA (e.g. `role` and `aria-label`) also are superglobal with corresponding IDL attributes defined on `Element`. I think that having a table that indexes all of the attributes in one place would be desirable, but it's unclear which spec such an index should live in. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: * … <!-- If these tests are tentative, link a PR to make them non-tentative. --> - [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: * Chromium: … * Gecko: … * WebKit: … * Deno (only for aborting and events): … * Node.js (only for aborting and events): … - [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … - [x] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. --> (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://whatpr.org/dom/1372.html" title="Last updated on May 18, 2025, 4:11 AM UTC (7b0b6ad)">Preview</a> | <a href="https://whatpr.org/dom/1372/388779b...7b0b6ad.html" title="Last updated on May 18, 2025, 4:11 AM UTC (7b0b6ad)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/1372 -- Commit Summary -- * Add part attribute and note that part and exportparts are superglobal -- File Changes -- M dom.bs (17) -- Patch Links -- https://github.com/whatwg/dom/pull/1372.patch https://github.com/whatwg/dom/pull/1372.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1372 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1372@github.com>
Received on Sunday, 18 May 2025 04:11:42 UTC