- From: Innovimax SARL <innovimax+whatwg@gmail.com>
- Date: Sat, 4 Apr 2009 11:11:41 +0200
Well again it depends if you read the spec with an ASCII point of view or a Unicode point of view If I read carefully the spec, it is explicitly said that [[ 3.3.3.8 Embedding custom non-visible data A custom data attribute is an attribute whose name starts with the string "data-", has at least one character after the hyphen, is XML-compatible, has no namespace, and contains no characters in the range U+0041 .. U+005A (LATIN CAPITAL LETTER A .. LATIN CAPITAL LETTER Z). ]] So This sequence is allowed data-K (where we have this unicode sequence U+0064 U+0061 U+0074 U+0061 U+002D U+212A ) but the following one is NOT data-K (where we have this unicode sequence U+0064 U+0061 U+0074 U+0061 U+002D U+004B ) ? That's why I was asking this question in particular Mohamed On Sat, Apr 4, 2009 at 11:05 AM, Kristof Zelechovski <giecrilj at stegny.2a.pl>wrote: > An attribute named data-K is allowed. > -- Innovimax SARL Consulting, Training & XML Development 9, impasse des Orteaux 75020 Paris Tel : +33 9 52 475787 Fax : +33 1 4356 1746 http://www.innovimax.fr RCS Paris 488.018.631 SARL au capital de 10.000 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090404/745c074f/attachment.htm>
Received on Saturday, 4 April 2009 02:11:41 UTC