summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLSlotElement.h
Commit message (Collapse)AuthorAgeLines
* Bug 1409976 - Add `slotchange` eventMatt A. Tobin2020-04-17-0/+3
| | | | | | | * Add support for `slotchange` event * Signal `slotchange` when slot's assigned nodes changes Tag #1375
* Bug 1409975 - Implement node distribution for shadow tree slotsMatt A. Tobin2020-04-17-0/+23
| | | | | | | | | | * Implementation for assignedNodes * Include slots in the flat tree * Fix event get-the-parent algorithm for a node * Update and add reftests for Shadow DOM v1 * Update web platform tests expectations Tag #1375
* Bug 1402941 - Add HTMLSlotElementMatt A. Tobin2020-04-17-0/+53
Tag #1375