mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
LibWeb: Factor out the "stack of open elements" into its own class
This will allow us to write more expressive parsing code. :^)
This commit is contained in:
parent
96cc1138c0
commit
53d2f4df70
5 changed files with 93 additions and 28 deletions
|
@ -88,6 +88,7 @@ set(SOURCES
|
|||
Parser/HTMLParser.cpp
|
||||
Parser/HTMLToken.cpp
|
||||
Parser/HTMLTokenizer.cpp
|
||||
Parser/StackOfOpenElements.cpp
|
||||
ResourceLoader.cpp
|
||||
StylePropertiesModel.cpp
|
||||
URLEncoder.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue