1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-21 07:42:32 +00:00
serenity/Libraries/LibWeb/Parser
Andreas Kling 45450c7edc LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}
This makes it a compile error to omit the END_STATE. Also add some more
missing END_STATE's exposed by this (nice!)

Thanks to @predmond for suggesting the multi-pair trick! :^)
2020-05-23 15:25:43 +02:00
..
CSSParser.cpp LibWeb: Update the CSS prefix to -libweb 2020-05-21 14:15:49 +02:00
CSSParser.h AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
HTMLParser.cpp LibWeb: Parse " into '"' 2020-05-21 12:27:08 +02:00
HTMLParser.h LibWeb: Handle iso-8859-1 web content a little bit better 2020-05-03 23:01:58 +02:00
HTMLToken.h LibWeb: Teach HTMLTokenizer how to tokenize attributes 2020-05-23 01:22:15 +02:00
HTMLTokenizer.cpp LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}} 2020-05-23 15:25:43 +02:00
HTMLTokenizer.h LibWeb: Begin work on a spec-compliant HTML parser 2020-05-22 21:46:13 +02:00