mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
parent
cedff6e214
commit
a7ba34c672
23 changed files with 140 additions and 1317 deletions
|
|
@ -62,7 +62,6 @@ static const HTMLElement gHTMLElements[] = {
|
|||
ELEM(code, ____, true)
|
||||
ELEM(col, ____, ____)
|
||||
ELEM(colgroup, ____, true)
|
||||
ELEM(content, ____, true)
|
||||
ELEM(data, ____, true)
|
||||
ELEM(datalist, ____, true)
|
||||
ELEM(dd, ____, true)
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ HTML_HTMLELEMENT_TAG(cite)
|
|||
HTML_HTMLELEMENT_TAG(code)
|
||||
HTML_TAG(col, TableCol, TableCol)
|
||||
HTML_TAG(colgroup, TableCol, TableCol)
|
||||
HTML_TAG(content, Content, Content)
|
||||
HTML_TAG(data, Data, Data)
|
||||
HTML_TAG(datalist, DataList, DataList)
|
||||
HTML_HTMLELEMENT_TAG(dd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue