ladybird/Libraries/LibWeb/HTML/Parser
Sam Atkins a35d14eab3 LibWeb/HTML: Add or update spec steps in HTML parser
Partly corresponds to this which adds numbering to some substeps:
d426109ea1

This is not a complete review of all the spec steps to check that
they're up to date - I just updated the parts affected by that above
commit, and then added some `->` marks to places I noticed it was
missing. There may be actual spec differences still.

An actual change that needs tackling later is that `handle_in_head()`'s
branch for `<template>` has some new steps related to custom element
registries.
2025-06-25 03:12:19 +12:00
..
Entities.cpp LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
Entities.h LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
Entities.json LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLEncodingDetection.cpp LibWeb: Correct some spec typos 2025-04-10 04:01:37 +02:00
HTMLEncodingDetection.h
HTMLParser.cpp LibWeb/HTML: Add or update spec steps in HTML parser 2025-06-25 03:12:19 +12:00
HTMLParser.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
HTMLToken.cpp
HTMLToken.h LibWeb: Remove unused HTMLToken::Position::byte_offset 2025-04-20 18:43:11 +02:00
HTMLToken.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
HTMLTokenizer.cpp LibWeb: Let HTMLTokenizer walk over code points instead of UTF-8 2025-05-11 01:13:20 +02:00
HTMLTokenizer.h LibWeb: Let HTMLTokenizer walk over code points instead of UTF-8 2025-05-11 01:13:20 +02:00
HTMLTokenizer.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
HTMLTokenizerHelpers.cpp LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
HTMLTokenizerHelpers.h LibWeb: Make named character references more spec-compliant & efficient 2025-03-22 16:03:44 +01:00
ListOfActiveFormattingElements.cpp
ListOfActiveFormattingElements.h
SpeculativeHTMLParser.swift LibWeb: Fix copyright headers with inconsistent > characters 2025-05-12 11:21:04 -06:00
StackOfOpenElements.cpp
StackOfOpenElements.h