From 28799c28001533a0ee476468f6d72f0a3ad94db2 Mon Sep 17 00:00:00 2001 From: Joris Jansen Date: Mon, 10 Aug 2026 13:20:16 +0200 Subject: [PATCH] AE13: docs: close out AE13 parent review --- docs/engine-feature-gap-tracker.md | 8 +++++--- docs/html5/ae13-parser-conformance-regression-harness.md | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/engine-feature-gap-tracker.md b/docs/engine-feature-gap-tracker.md index 33e951d7..e0305fe4 100644 --- a/docs/engine-feature-gap-tracker.md +++ b/docs/engine-feature-gap-tracker.md @@ -487,8 +487,8 @@ Current supported subset: runner's ordered execution phase is the sole complete-content read boundary, so skipped v2 fixtures read zero sidecar bytes. Fixture-v1 retains its legacy validation-time full read and execution-time token-sidecar reread. - Implementation remains pending formal review and AE13b5 is not yet recorded - as closed. + AE13b5 implementation and architecture review are complete; it is part of + the completed AE13 parser conformance/regression harness foundation. - AE13c whole/chunk parser parity and mandatory final audits: supported fixture-v2 executions now use one authoritative whole-input baseline and a bounded deterministic schedule of declared and representative scalar/byte @@ -688,7 +688,9 @@ Current supported subset: workflow. Normal CI runs the native corpus and the small external subset; correctness-owned extended CI additionally runs the existing whole/chunked token and DOM parity corpus through the same production parser and canonical - observation paths. This closes + observation paths. The cumulative AE13 parent architecture review is + complete, and `make ci` plus + `make test-html5-external-fixtures-extended` both pass. This closes only the scoped static tokenizer/tree-construction/parser-created-DOM conformance foundation. Complete html5lib, WPT, HTML, DOM API, scripting, event-loop, navigation, resources, and rendering conformance remain gaps. diff --git a/docs/html5/ae13-parser-conformance-regression-harness.md b/docs/html5/ae13-parser-conformance-regression-harness.md index 2520ea5a..81ffb72a 100644 --- a/docs/html5/ae13-parser-conformance-regression-harness.md +++ b/docs/html5/ae13-parser-conformance-regression-harness.md @@ -979,12 +979,14 @@ diagnostics. - AE13b2: tree-construction diagnostics and production document-mode capture. - AE13b3 and AE13b4: canonical tree/patch/transition/unsupported observations are complete. AE13b5 strict serializers and fixture diagnostics are - implemented; issue closure remains pending formal architecture review. + implemented and its architecture review is complete. - AE13c: semantic whole/chunked parity and production final-invariant execution are implemented in the current slice. - AE13d: existing corpus consolidation and migration. - AE13e: external html5lib/WPT adapter, intentional snapshot updates, final - documentation, and CI coverage expansion. + documentation, and CI coverage expansion. The cumulative AE13 parent + architecture review is complete; `make ci` and + `make test-html5-external-fixtures-extended` both pass. Fragment execution, scripting-dependent parsing, original source-byte provenance, Layout, Paint, JavaScript execution, navigation, and resource