Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLTokenizer.cpp
Gunnar Beutner d9e52997e2 LibWeb: Use an Optional<String> to track the last HTML start tag
Using an HTMLToken object here is unnecessary because the only
attribute we're interested in is the tag_name.
2021-07-14 23:03:36 +02:00

92 KiB