Name Description Size Coverage
buffer-immutability.html Declarative Fragment: buffer and for immutability after start tag 1948 -
buffer-in-place.html Declarative Fragment: buffer attribute (in-place include) 1494 -
buffer-mutation-observer.html Declarative Fragment: MutationObserver atomic insertion verification 2117 -
buffer-reflection.html Declarative Fragment: buffer attribute reflection 1610 -
buffer-streaming-reflection.html Declarative Fragment: template.content reflects progressive streaming content 680 -
buffer-streaming-reflection.py <!DOCTYPE html> <meta charset="utf-8"> <body> <div id="target" marker="dest-marker"> <?start name="dest-marker">Original Content<?end> </div> <script> window.observedLengths = []; const intervalId = setInterval(() => { const tpl = document.getElementById('test-template'); if (tpl) { const elementNodes = Array.from(tpl.content.childNodes).filter(n => n.nodeType === Node.ELEMENT_NODE); window.observedLengths.push(elementNodes.length); } }, 10); </script> <template for="dest-marker" buffer id="test-template"> <span id="child1">One</span> 2138 -
buffer-targeted.html Declarative Fragment: buffer attribute (targeted include) 1585 -
empty-for-streaming.html Declarative Fragment: empty for attribute (in-place streaming) 2275 -
sanitize-boolean.html Declarative Fragment: sanitize attribute boolean behavior 3375 -
sanitize-default.html Declarative Fragment: default safe sanitization 2344 -
sanitize-nested.html Declarative Fragment: nested sanitization combinations 7002 -
sanitize-regular.html Declarative Fragment: sanitize attribute on regular templates 1791 -
sanitize-template-element.html Declarative Fragment: sanitize template element itself 1693 -
sanitize-unsafe.html Declarative Fragment: unsafe sanitization bypass 2527 -
src-buffered.sub.html Declarative Fragment: buffered template src updates target atomically 2693 -
src-cancel.html Declarative Fragment: removing template cancels fetch 1066 -
src-csp-cors.sub.html Declarative Fragment: template src CORS and CSP behavior 2170 -
src-csp.sub.html Declarative Fragment: template src CSP script-src blocking 1242 -
src-nonce.sub.html Declarative Fragment: template src CSP nonce behavior 2058 -
src-nonce.sub.html.headers 74 -
src-parser-blocking.html Declarative Fragment: template src does not block parsing 1396 -
src-referrerpolicy.sub.html Declarative Fragment: template src Referrer Policy 2085 -
src-sri.sub.html Declarative Fragment: template src Subresource Integrity (SRI) 2274 -
src-streaming.html Declarative Fragment: template src streams progressively into target 2034 -
streaming-target-marker-removed.html Declarative Fragment: streaming target marker removal during parsing 1711 -