← back to v148 · renewed-html-insertion-streaming-methods

conformance · v148

v148 · renewed-html-insertion-streaming-methods — conformance probe

6 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://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html chromestatus: #5054329641893888 generated 2026-06-01T08:14:38Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
set-html-unsafe-on-element Element.prototype.setHTMLUnsafe is exposed. spec ↗ script
stream-html-method Element.prototype.streamHTML / setHTML-style streaming methods return a WritableStream. spec ↗ script
set-html-unsafe-runscripts-option setHTMLUnsafe accepts {runScripts: 'when-trusted'} option without TypeError on shape. spec ↗ script
insertion-adjacent-html-still-works Legacy insertAdjacentHTML continues to work alongside the new positional methods. script
writable-stream-available WritableStream is the return type of the streaming family. exists
trusted-types-create-parser-options TrustedTypes is available and the spec allows createParserOptions in policies. script