From 64e271dce2e5aca07abdca8e335b3f7cb9ba1114 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Sun, 7 Mar 2021 11:58:37 +0100 Subject: Starts to implement new HTML renderer based on gumbo. Everything is a bit borked and only trivial documents work correctly. --- lib/gumbo-parser/tag.in | 150 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 lib/gumbo-parser/tag.in (limited to 'lib/gumbo-parser/tag.in') 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 -- cgit v1.2.3