mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibWeb: Introduce the slot concept for HTML slot elements
A slot is an HTMLSlotElement. It may have any number of slottable nodes assigned to it.
This commit is contained in:
parent
45b36bd08a
commit
7870f10aa8
5 changed files with 71 additions and 1 deletions
|
@ -175,6 +175,7 @@ set(SOURCES
|
|||
DOM/RadioNodeList.cpp
|
||||
DOM/Range.cpp
|
||||
DOM/ShadowRoot.cpp
|
||||
DOM/Slot.cpp
|
||||
DOM/Slottable.cpp
|
||||
DOM/StaticNodeList.cpp
|
||||
DOM/StaticRange.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue