1
Fork 0
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:
Andreas Kling 2020-05-24 19:24:36 +02:00
parent 96cc1138c0
commit 53d2f4df70
5 changed files with 93 additions and 28 deletions

View file

@ -88,6 +88,7 @@ set(SOURCES
Parser/HTMLParser.cpp
Parser/HTMLToken.cpp
Parser/HTMLTokenizer.cpp
Parser/StackOfOpenElements.cpp
ResourceLoader.cpp
StylePropertiesModel.cpp
URLEncoder.cpp