ladybird/Userland
Shannon Booth 72bb928dd8 LibWeb: Add spec comments to HTMLParser::handle_in_body
I have been going down into a bit of a rabbit hole trying to figure out
why the namespace is not getting set up properly on certain attributes.
At one stage, I thought the issue might have been around here where
attributes were being adjusted (it is not). I started adding spec
comments to understand what was happening, and by the time I realised it
wasn't in this place, I was already in too deep!

Add a whole bunch of spec comments, and leave one or two minor FIXME's
where the spec seems to have changed since this was originally
implemented.
2023-11-11 08:50:25 +01:00
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland+Tests: Remove uses of direct file loading for BitmapFont 2023-10-29 13:12:28 -06:00
DevTools Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
DynamicLoader Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
Games AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Libraries LibWeb: Add spec comments to HTMLParser::handle_in_body 2023-11-11 08:50:25 +01:00
Services Taskbar/QuickLaunchWidget: Ensure config backwards compatibility 2023-11-09 23:35:52 +01:00
Shell AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Utilities Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
CMakeLists.txt