Closed
Bug 1425685
Opened 8 years ago
Closed 7 years ago
Implement <slot>'s assignedElements()
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: annevk, Assigned: edgar)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
I don't think we need this for our initial implementation, but it's also not very hard.
Standard: https://github.com/whatwg/html/pull/2269.
Tests: https://github.com/w3c/web-platform-tests/pull/8636.
Updated•8 years ago
|
Assignee: nobody → jjong
Updated•8 years ago
|
Reporter | ||
Updated•7 years ago
|
Assignee: jessi3py → nobody
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 2•7 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/009777865728
Implement HTMLSlotElement.assignedElements(); r=smaug
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 5•7 years ago
|
||
Note to MDN writers — I've added a note about this to the Fx66 rel notes — https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#APIs
To complete, we just need to add a page for the new method and update the BCD.
Comment 6•7 years ago
|
||
I've documented this method:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement#Methods
https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedElements
Added a note to the Fx 66 rel notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#APIs
And submitted a PR to update the compat data:
https://github.com/mdn/browser-compat-data/pull/3580
Let me know if that looks OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•