1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Libraries/LibWeb/Parser
Kevin Meyer b85ab86c84 LibWeb: Fix step within reconstruct the active elements
In step 4 of the "renstruct the active formatting elements" algorithm it
says:
  Rewind: If there are no entries before entry in the list of active
  formatting elements, then jump to the step labeled create.

Prior to this patch, the implementation accorded to the spec only for
the first loop iteration.
2020-05-26 21:52:46 +02:00
..
CSSParser.cpp LibWeb: Implement vendor specific CSS color style for System Palette 2020-05-26 10:17:50 +02:00
CSSParser.h AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
HTMLDocumentParser.cpp LibWeb: Fix step within reconstruct the active elements 2020-05-26 21:52:46 +02:00
HTMLDocumentParser.h LibWeb: Start fleshing out the "in table" parser insertion mode 2020-05-25 20:30:34 +02:00
HTMLParser.cpp LibWeb: Parse " into '"' 2020-05-21 12:27:08 +02:00
HTMLParser.h LibWeb: Handle iso-8859-1 web content a little bit better 2020-05-03 23:01:58 +02:00
HTMLToken.cpp LibWeb: More work on the HTML parser and tokenizer 2020-05-24 23:54:22 +02:00
HTMLToken.h LibWeb: Handle some more parser inputs in the "in head" insertion mode 2020-05-25 20:16:48 +02:00
HTMLTokenizer.cpp LibWeb: Allow HTML tokenizer to emit more than one token 2020-05-26 15:50:05 +02:00
HTMLTokenizer.h LibWeb: Allow HTML tokenizer to emit more than one token 2020-05-26 15:50:05 +02:00
StackOfOpenElements.cpp LibWeb: Start fleshing out the "in table" parser insertion mode 2020-05-25 20:30:34 +02:00
StackOfOpenElements.h LibWeb: Start fleshing out the "in table" parser insertion mode 2020-05-25 20:30:34 +02:00