- From: Jirka Kosek <jirka@kosek.cz>
- Date: Tue, 16 Oct 2012 16:35:43 +0200
- To: Tadej Štajner <tadej.stajner@ijs.si>
- CC: public-multilingualweb-lt@w3.org
- Message-ID: <507D70BF.3030801@kosek.cz>
On 16.10.2012 15:36, Tadej Štajner wrote:
> Is HTML also case-insensitive for attribute values? For element and
> attribute names it is, not sure about literal values. If so, we could
> change the spec to use dashes (ontologyConcept -> ontology-concept).
The only change for HTML is that values which are literals are case
insensitive, so in HTML you can use anything from the following:
its-disambig-granularity="lexicalConcept"
its-disambig-granularity="LEXICALCONCEPT"
ITS-disambig-granularity="LEXICALCONCEPT"
ITS-DISAMBIG-GRANULARITY="LEXICALCONCEPT"
ITS-DISAMBIG-GRANULARITY="LEXICALconcept"
ITS-DISAMBIG-GRANULARITY="LeXiCaLcOnCePt"
and many other permutations :-)
See:
http://www.w3.org/International/multilingualweb/lt/drafts/its20/its20.html#html5-local-attributes
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
Received on Tuesday, 16 October 2012 14:36:09 UTC