Bug 1402941 - Add HTMLSlotElement

Tag #1375
This commit is contained in:
Matt A. Tobin 2020-04-17 06:37:28 -04:00 committed by Roy Tam
commit 592c34bc79
14 changed files with 453 additions and 294 deletions

View file

@ -145,6 +145,7 @@ static const HTMLElement gHTMLElements[] = {
ELEM(section, true, true)
ELEM(select, ____, true)
ELEM(small, ____, true)
ELEM(slot, ____, true)
ELEM(source, ____, ____)
ELEM(span, ____, true)
ELEM(strike, ____, true)