[Bug 10167] HTML5 Polyglot spec breaks RDFa case sensitivity

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10167

--- Comment #5 from Eliot Graff <eliotgra@microsoft.com> 2010-10-07 18:49:10 UTC ---
(In reply to comment #4)
> What bit of the text that you added prevents that from happening, as it's not that clear to me?

Would this note suffice?

Note that polyglot markup is case-consistent for values on the <code>rel</code>
attribute. This is because XML treats the following as two different values for
the <code>rel</code> attribute:

<a rel=”friend” href="http://www.friendlysite.com/">My buddy</a>
<a rel=”FRIEND” href="http://www.friendlysite.com/">My buddy</a>

Thanks,

Eliot

-- 
Configure bugmail: http://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 Thursday, 7 October 2010 18:49:13 UTC