- From: Jirka Kosek <jirka@kosek.cz>
- Date: Wed, 24 Apr 2013 07:31:01 +0200
- To: Felix Sasaki <fsasaki@w3.org>
- CC: Multilingual Web LT-TESTS Public <public-multilingualweb-lt-tests@w3.org>
- Message-ID: <51776E15.10404@kosek.cz>
On 23.4.2013 18:41, Felix Sasaki wrote: > 2) > Here > https://github.com/finnle/ITS-2.0-Testsuite/blob/master/its2.0/inputdata/storagesize/xml/storagesize9xml.xml > > the validation of "its:span" leads to an error: > <its:span num="panelA1_Continue" storageSize="8" > storageEncoding="UTF-16" lineBreakType="nel">CONTINUE</its:span> > "num" is not allowed at its:span. > > I'm not sure if this error is needed, or whether the schema should allow > non ITS attributes in no namespace at its:span? It doesn't make sense to allow non-ITS attributes on its:span. its:span was introduced for vocabularies which doesn't have their own semantic neutral phrasing inline element so ITS markup can be attached to small phrases. In this case "num" attribute carries some value which should be attached to element from original vocabulary. If you will remove ITS attributes you will end up with <its:span num="...">...</its:span> It's very unlikely that you can have such markup in a real document before you apply ITS to it. So I think that we should remove "num" attribute from example or provide completely different example. Jirka -- ------------------------------------------------------------------ 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 rep. ------------------------------------------------------------------ Bringing you XML Prague conference http://xmlprague.cz ------------------------------------------------------------------
Received on Wednesday, 24 April 2013 05:31:30 UTC