ladybird/Userland/Libraries/LibWeb/HTML/Parser
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 LibWeb: Always flush character insertions before exiting HTML parser 2024-09-21 10:05:48 +02:00
HTMLParser.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
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 LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
HTMLTokenizerHelpers.h LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp
StackOfOpenElements.h