Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/HTMLToken.h
Andreas Kling 97ca45d9c6 LibWeb: Store HTML tag name token data as FlyString while parsing
This makes checking if a token is a specific tag O(1) instead of O(n).
2022-10-04 21:30:58 +02:00

9.2 KiB