diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-07 11:58:37 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-03-08 02:23:16 +0100 |
| commit | 64e271dce2e5aca07abdca8e335b3f7cb9ba1114 (patch) | |
| tree | e3aed2f5057f4db7eccc9505125c3a539ad543c1 /lib/gumbo-parser/tag.in | |
| parent | 2e4bd9e8a1f0ee14fb58c91ae2d94bcb96c6cbce (diff) | |
| download | kristall-64e271dce2e5aca07abdca8e335b3f7cb9ba1114.tar.gz | |
Starts to implement new HTML renderer based on gumbo. Everything is a bit borked and only trivial documents work correctly.
Diffstat (limited to 'lib/gumbo-parser/tag.in')
| -rw-r--r-- | lib/gumbo-parser/tag.in | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/lib/gumbo-parser/tag.in b/lib/gumbo-parser/tag.in new file mode 100644 index 0000000..4c25264 --- /dev/null +++ b/lib/gumbo-parser/tag.in @@ -0,0 +1,150 @@ +html +head +title +base +link +meta +style +script +noscript +template +body +article +section +nav +aside +h1 +h2 +h3 +h4 +h5 +h6 +hgroup +header +footer +address +p +hr +pre +blockquote +ol +ul +li +dl +dt +dd +figure +figcaption +main +div +a +em +strong +small +s +cite +q +dfn +abbr +data +time +code +var +samp +kbd +sub +sup +i +b +u +mark +ruby +rt +rp +bdi +bdo +span +br +wbr +ins +del +image +img +iframe +embed +object +param +video +audio +source +track +canvas +map +area +math +mi +mo +mn +ms +mtext +mglyph +malignmark +annotation-xml +svg +foreignobject +desc +table +caption +colgroup +col +tbody +thead +tfoot +tr +td +th +form +fieldset +legend +label +input +button +select +datalist +optgroup +option +textarea +keygen +output +progress +meter +details +summary +menu +menuitem +applet +acronym +bgsound +dir +frame +frameset +noframes +isindex +listing +xmp +nextid +noembed +plaintext +rb +strike +basefont +big +blink +center +font +marquee +multicol +nobr +spacer +tt +rtc |
