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-01-05 08:06:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
49733ed09b85be8aea70f5ede91dffc5abacc54b
ladybird
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Parser
History
Andrew Kaster
49733ed09b
LibWeb: Add an HTML tokenizer re-implementation in swift
...
It doesn't do much yet, the fun part was the scaffolding
2024-08-24 19:14:09 -06:00
..
Entities.cpp
…
Entities.h
…
HTMLEncodingDetection.cpp
…
HTMLEncodingDetection.h
…
HTMLParser.cpp
LibWeb/HTML: MathML's <ms> is a special tag
2024-08-17 07:40:10 +02:00
HTMLParser.h
LibWeb: Rename StyleValue -> CSSStyleValue
2024-08-15 13:58:38 +01:00
HTMLToken.cpp
…
HTMLToken.h
…
HTMLToken.swift
LibWeb: Add CustomStringConvertible extension for HTMLToken types
2024-08-23 19:17:20 -06:00
HTMLTokenizer.cpp
…
HTMLTokenizer.h
…
HTMLTokenizer.swift
LibWeb: Add an HTML tokenizer re-implementation in swift
2024-08-24 19:14:09 -06: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
…