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
2025-12-22 09:19:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45a3360a62235318f7d3bea8a7457d5bfac7be2a
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Parser
History
Andrew Kaster
d96c7edfb6
LibWeb: Add more HTML tokenization states to Swift implementation
...
This patch adds support for start and end tags, as well as script tag rules.
2024-10-02 09:44:38 +02:00
..
Entities.cpp
…
Entities.h
…
HTMLEncodingDetection.cpp
…
HTMLEncodingDetection.h
…
HTMLParser.cpp
…
HTMLParser.h
…
HTMLToken.cpp
LibWeb: Deduplicate attributes when emitting start and end tags
2024-10-01 11:04:28 +02:00
HTMLToken.h
LibWeb: Deduplicate attributes when emitting start and end tags
2024-10-01 11:04:28 +02:00
HTMLToken.swift
LibWeb: Add more HTML tokenization states to Swift implementation
2024-10-02 09:44:38 +02:00
HTMLTokenizer.cpp
LibWeb: Deduplicate attributes when emitting start and end tags
2024-10-01 11:04:28 +02:00
HTMLTokenizer.h
…
HTMLTokenizer.swift
LibWeb: Add more HTML tokenization states to Swift implementation
2024-10-02 09:44:38 +02:00
HTMLTokenizerHelpers.cpp
…
HTMLTokenizerHelpers.h
…
ListOfActiveFormattingElements.cpp
…
ListOfActiveFormattingElements.h
…
StackOfOpenElements.cpp
…
StackOfOpenElements.h
…