← back to v144 · externally-loaded-entities-in-xml-parsing

conformance · v144

v144 · externally-loaded-entities-in-xml-parsing — conformance probe

4 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://www.w3.org/TR/xml/#proc-types chromestatus: #6734457763659776 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
4
total
id contract kind verdict detail
dom-parser-still-exists DOMParser is still available for XML; only external entity loading is removed. spec ↗ exists
external-entity-not-resolved An XML document referencing an external DTD does not synchronously fetch it. Parsing completes with the root element intact. spec ↗ script
internal-entity-still-works Internally declared entities (inline in the DTD) continue to be resolved. spec ↗ script
well-formed-xml-still-parses Plain well-formed XML without external references continues to parse without error. spec ↗ script