Files
ladybird/Libraries/LibWeb/Parser/HTMLTokenizer.cpp
Andreas Kling ca33bc7895 LibWeb: Fix tokenization of attributes with empty attributes
We were neglecting to emit start tags for tags where the last attribute
had no value.

Also fix a parse error TODO that I hit while looking at this.
2020-06-04 12:00:09 +02:00

66 KiB