[Bug 15557] Clarify whether constraints on static text (12.1.3) applies here to text nodes inserted dynamiclly.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15557

--- Comment #1 from Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu> 2012-01-14 13:33:20 UTC ---
It's not clear whether a conformance checker that runs JS should treat the
following HTML document as conforming or not

data:text/html,<!DOCTYPE
html><title></title><span></span><script>document.querySelector('span').textContent=
"Te\udf06st"</script>

(where \udf06 is a isolated surrogate)

since the requirement about this, defined along #syntax-text , isn't linked
from #text-content .

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 14 January 2012 13:33:41 UTC