Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/engine-feature-gap-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 4 additions & 2 deletions docs/html5/ae13-parser-conformance-regression-harness.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading