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-14 03:36:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3cc0c477db072cb5a30d53fc0df1f7ff63a3fe2a
ladybird
/
Libraries
/
LibWeb
/
Parser
History
Andreas Kling
47df0cbbc8
LibWeb: Fix broken tokenization of hexadecimal character references
...
We were interpreting 'A'-'F' as decimal digits which didn't work right.
2020-06-13 13:46:12 +02:00
..
CSSParser.cpp
LibWeb: Parse and match the :visited pseudo-class (always fails)
2020-06-13 00:23:30 +02:00
CSSParser.h
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
2020-04-05 11:19:00 +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
…
HTMLDocumentParser.h
…
HTMLParser.cpp
AK: Make string-to-number conversion helpers return Optional
2020-06-12 21:28:55 +02:00
HTMLParser.h
…
HTMLToken.cpp
…
HTMLToken.h
…
HTMLTokenizer.cpp
LibWeb: Fix broken tokenization of hexadecimal character references
2020-06-13 13:46:12 +02:00
HTMLTokenizer.h
…
ListOfActiveFormattingElements.cpp
…
ListOfActiveFormattingElements.h
LibWeb: Implement more table support in the new HTML parser
2020-05-28 00:27:46 +02:00
StackOfOpenElements.cpp
…
StackOfOpenElements.h
LibWeb: Support parsing "select" elements (outside of tables)
2020-05-30 19:58:52 +02:00