This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-26 01:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f7435dd95f019941edc70c0ec3205489fbc708ca
ladybird
/
Libraries
/
LibWeb
/
HTML
/
Parser
History
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
…
Entities.h
…
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
…
ListOfActiveFormattingElements.cpp
LibWeb: Add initial implementation of foreign content parsing
2020-10-22 15:24:42 +02:00
ListOfActiveFormattingElements.h
…
StackOfOpenElements.cpp
LibWeb: Add initial implementation of foreign content parsing
2020-10-22 15:24:42 +02:00
StackOfOpenElements.h
…