ladybird/Libraries/LibWeb/HTML/Parser
Andreas Kling e08e1a89d9 LibWeb: No need to report that we encountered <svg> or <math>
These things happen, and it's not particularly noteworthy.
2021-01-09 15:22:23 +01:00
..
Entities.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
Entities.h Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
HTMLDocumentParser.cpp LibWeb: No need to report that we encountered <svg> or <math> 2021-01-09 15:22:23 +01:00
HTMLDocumentParser.h LibWeb: Make HTMLDocumentParser take an existing document 2020-12-13 16:59:22 +01:00
HTMLToken.cpp LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00
HTMLToken.h LibWeb: Add initial implementation of foreign content parsing 2020-10-22 15:24:42 +02:00
HTMLTokenizer.cpp LibWeb: Fix character references losing characters in certain situations 2020-12-29 17:39:08 +01:00
HTMLTokenizer.h Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
ListOfActiveFormattingElements.cpp LibWeb: Add initial implementation of foreign content parsing 2020-10-22 15:24:42 +02:00
ListOfActiveFormattingElements.h LibWeb: Move the HTML parser into HTML/Parser/ 2020-07-28 19:23:18 +02:00
StackOfOpenElements.cpp LibWeb: Add initial implementation of foreign content parsing 2020-10-22 15:24:42 +02:00
StackOfOpenElements.h LibWeb: Implement <template> parsing 2020-08-21 11:57:11 +02:00