Implement the imperative slotting API
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: masonfreed, Assigned: sefeng)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(6 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4469.4 Safari/537.36
Steps to reproduce:
Tracking bug to implement the imperative slotting API.
Discussion: https://github.com/whatwg/html/issues/3534
HTML PR: https://github.com/whatwg/html/pull/6561
DOM PR: https://github.com/whatwg/dom/pull/966
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D119441
Assignee | ||
Comment 6•3 years ago
|
||
According to our current usage, I don't see a case where we need to call
SlotAssignedNodeChanged without acutally moving the node. So this patch
just simpifies that behaviour.
Depends on D119442
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D119443
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 8•3 years ago
|
||
When the manual assigned node is moved to its original root, it should
be assigned again.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 11•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/880b74325298
https://hg.mozilla.org/mozilla-central/rev/f3f3f0a6ac0c
https://hg.mozilla.org/mozilla-central/rev/1f8746b344c1
https://hg.mozilla.org/mozilla-central/rev/48efa42e544e
https://hg.mozilla.org/mozilla-central/rev/0a87a26cc1b1
Description
•