[Bug 25283] [Custom]: Custom element names should not end with a hyphen

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

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonp@opera.com

--- Comment #2 from Simon Pieters <simonp@opera.com> ---
Nah, it'd be nice if this test case was valid:

<foo-- id="x"/>
<script>
x.innerHTML = "</foo--><!--"; // wut
</script>

(j/k)

But it's not clear to me what the point is. We don't disallow data----=""
either.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 7 April 2014 12:02:06 UTC