1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 10:21:00 +00:00
serenity/Libraries/LibWeb/Parser
Daniel Gustafsson 6561987e9f
LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358)
When watching the video of the new HTML parser I noticed a small copy
and paste error. In one of the cases in `handle_after_head` the code
was checking for end tags when it should check for start tags.

I haven't tested this change, just looking at the spec.
2020-05-24 13:48:46 +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
HTMLDocumentParser.cpp LibWeb: Fix copy-paste error in HTMLDocumentParser (#2358) 2020-05-24 13:48:46 +02:00
HTMLDocumentParser.h LibWeb: Implement enough HTML parsing to handle a small simple DOM :^) 2020-05-24 00:49:22 +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.cpp LibWeb: Start building the tree building part of the new HTML parser 2020-05-24 00:14:23 +02:00
HTMLToken.h LibWeb: Start building the tree building part of the new HTML parser 2020-05-24 00:14:23 +02:00
HTMLTokenizer.cpp LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macro 2020-05-24 09:47:28 +02:00
HTMLTokenizer.h LibWeb: Implement enough HTML parsing to handle a small simple DOM :^) 2020-05-24 00:49:22 +02:00