ladybird/Userland/Libraries/LibWeb/HTML/Parser
Andrew Kaster 7aa0165fe7 LibWeb: Deduplicate attributes when emitting start and end tags
The HTML tokenizer specification says that we're supposed to do this
when leaving the Attribute name or when emitting the token, as
appropriate.

Hopefully 'as appropriate' can mean only when emitting the token, as
that's the easiest place to insert this logic without complicating the
tokenizer any more.
2024-10-01 11:04:28 +02:00
..
Entities.cpp
Entities.h
HTMLEncodingDetection.cpp LibWeb: Fix utf16-be check in HTMLEncodingDetection 2024-01-08 23:35:09 +01:00
HTMLEncodingDetection.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HTMLParser.cpp LibWeb: Always flush character insertions before exiting HTML parser 2024-09-21 10:05:48 +02:00
HTMLParser.h LibWeb: Rename StyleValue -> CSSStyleValue 2024-08-15 13:58:38 +01:00
HTMLToken.cpp LibWeb: Deduplicate attributes when emitting start and end tags 2024-10-01 11:04:28 +02:00
HTMLToken.h LibWeb: Deduplicate attributes when emitting start and end tags 2024-10-01 11:04:28 +02:00
HTMLToken.swift LibWeb: Implement the Data state for the Swift tokenizer 2024-08-29 06:31:25 +02:00
HTMLTokenizer.cpp LibWeb: Deduplicate attributes when emitting start and end tags 2024-10-01 11:04:28 +02:00
HTMLTokenizer.h LibWeb: Stop parsing after document.write at the insertion point 2024-02-20 17:04:36 +01:00
HTMLTokenizer.swift LibWeb: Implement the Data state for the Swift tokenizer 2024-08-29 06:31:25 +02:00
HTMLTokenizerHelpers.cpp LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
HTMLTokenizerHelpers.h LibWeb: Add an HTML tokenizer re-implementation in swift 2024-08-24 19:14:09 -06:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
StackOfOpenElements.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
StackOfOpenElements.h