[charmod-norm] Case matching example seems wrong

r12a has just created a new issue for 
https://github.com/w3c/charmod-norm:

== Case matching example seems wrong ==
http://w3c.github.io/charmod-norm/#definitionCaseFolding

> For example, this occurs when matching class names between an HTML 
document and its associated style sheet. Consider this HTML fragment:
> Example 3
> 
> <style type="text/css">
> 
>   SPAN.h\e9llo {
>      text-decoration: underline;
>   }
> </style>
> 
> <span class="h&#xe9;llo">Hello World!</span>
> 
> The SPAN in the stylesheet matches the span element in the document,
 even though one is uppercase and the other is not.

The text before the example box talks about matching class names, but 
the example shows matching of element names.  (Note that the escaped é
 is rather distracting, and i'm not sure why it's there. It _is_ in 
the class name, but there's no case distinction.)


Please view or discuss this issue at 
https://github.com/w3c/charmod-norm/issues/99 using your GitHub 
account

Received on Tuesday, 16 August 2016 17:10:50 UTC