.. |
CSSParser.cpp
|
LibWeb: Add a dedicated function for parsing HTML length values
|
2020-07-22 01:13:18 +02:00 |
CSSParser.h
|
LibWeb: Add a dedicated function for parsing HTML length values
|
2020-07-22 01:13:18 +02:00 |
Entities.cpp
|
LibWeb: Fix parser interpreting """ as """
|
2020-06-10 10:34:28 +02:00 |
Entities.h
|
LibWeb: Support named character references (e.g "&")
|
2020-05-28 11:44:19 +02:00 |
HTMLDocumentParser.cpp
|
LibWeb: Move HTML object model stuff into LibWeb/HTML/
|
2020-07-26 17:51:00 +02:00 |
HTMLDocumentParser.h
|
test-web: Add ability to change page mid-test
|
2020-07-25 12:35:15 +02:00 |
HTMLToken.cpp
|
LibWeb: Update parser with more insertion modes :^)
|
2020-06-21 10:13:31 +02:00 |
HTMLToken.h
|
LibWeb: Add a helper for creating a fake (start tag) HTML token
|
2020-07-23 17:31:08 +02:00 |
HTMLTokenizer.cpp
|
LibWeb: Implement quirks mode detection
|
2020-07-21 01:08:32 +02:00 |
HTMLTokenizer.h
|
LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
|
2020-06-04 22:09:36 +02:00 |
ListOfActiveFormattingElements.cpp
|
LibWeb: Rename Element::tag_name() => local_name()
|
2020-07-23 18:18:13 +02:00 |
ListOfActiveFormattingElements.h
|
LibWeb: Implement more table support in the new HTML parser
|
2020-05-28 00:27:46 +02:00 |
StackOfOpenElements.cpp
|
LibWeb: Rename Element::tag_name() => local_name()
|
2020-07-23 18:18:13 +02:00 |
StackOfOpenElements.h
|
LibWeb: Implement more of the foster parenting algorithm in the parser
|
2020-06-21 17:42:00 +02:00 |