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) 2278 -
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 -
streaming-target-marker-removed.html Declarative Fragment: streaming target marker removal during parsing 1711 -