Re: "nel" value for its:lineBreakType

Putting Jirka in CC,

I think (Jirka, can you have a look?)
These schema files need an update

http://www.w3.org/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rnc
http://www.w3.org/International/multilingualweb/lt/drafts/its20/schemas/its20-types.rng
http://www.w3.org/International/multilingualweb/lt/drafts/its20/schemas/its20-html5-types.rnc

e.g.
its-lineBreakType.type = w:string "cr" | w:string "lr" | w:string "crlf" 
| w:string "nel"
needs to be
its-lineBreakType.type = w:string "cr" | w:string "lr" | w:string "crlf"

FYI: the input files were validated, but we did not catch the error due 
to the above.

 From the files that Nathan listed, the input files need an update, then 
output needs to be re-generated. I think these input files need an update

https://github.com/w3c/its-2.0-testsuite-inputdata/blob/master/storagesize/xml/storagesize6xml.xml
https://github.com/w3c/its-2.0-testsuite-inputdata/blob/master/storagesize/xml/storagesize9xml.xml
that is: delete "lineBreakType="nel""

Could somebody do a sanity check?

Thanks,

Felix


Am 24.09.13 02:38, schrieb Yves Savourel:
>
> Lots of occurrences indeed.
>
> Strange: I thought the test files where validated using a batch file.
>
> -ys
>
> *From:*Nathan Glenn [mailto:garfieldnate@gmail.com]
> *Sent:* Monday, September 23, 2013 5:04 PM
> *To:* Yves Savourel
> *Cc:* public-i18n-its-ig@w3.org
> *Subject:* Re: "nel" value for its:lineBreakType
>
> Thanks. It is used quite extensively in the test suite, besides still 
> being in the RNG schema:
>
> > ack -lc
>
> its2.0\expected\allowedcharacters\xml\allowedcharacters5xmloutput.txt:2
>
> its2.0\expected\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\expected\storagesize\xml\storagesize6xmloutput.txt:3
>
> its2.0\expected\storagesize\xml\storagesize9xmloutput.txt:3
>
> its2.0\inputdata\allowedcharacters\xml\allowedcharacters5xml.xml:2
>
> its2.0\inputdata\allowedcharacters\xml\allowedcharacters6xml.xml:1
>
> its2.0\inputdata\storagesize\xml\storagesize5xml.xml:3
>
> its2.0\inputdata\storagesize\xml\storagesize6xml.xml:3
>
> its2.0\inputdata\storagesize\xml\storagesize9xml.xml:3
>
> its2.0\outputimplementors\cocomore\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\outputimplementors\enlaso\allowedcharacters\xml\allowedcharacters5xmloutput.txt:2
>
> its2.0\outputimplementors\enlaso\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\outputimplementors\enlaso\storagesize\xml\storagesize6xmloutput.txt:3
>
> its2.0\outputimplementors\enlaso\storagesize\xml\storagesize9xmloutput.txt:3
>
> its2.0\outputimplementors\tcd\allowedcharacters\xml\allowedcharacters5xmloutput.txt:2
>
> its2.0\outputimplementors\tcd\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\outputimplementors\tcd\storagesize\xml\storagesize6xmloutput.txt:3
>
> its2.0\outputimplementors\tcd\storagesize\xml\storagesize9xmloutput.txt:3
>
> its2.0\outputimplementors\tilde\allowedcharacters\xml\allowedcharacters5xmloutput.txt:2
>
> its2.0\outputimplementors\tilde\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\outputimplementors\tilde\storagesize\xml\storagesize6xmloutput.txt:3
>
> its2.0\outputimplementors\tilde\storagesize\xml\storagesize9xmloutput.txt:3
>
> its2.0\outputimplementors\ul\allowedcharacters\xml\allowedcharacters5xmloutput.txt:2
>
> its2.0\outputimplementors\ul\storagesize\html\storagesize1htmloutput.txt:2
>
> its2.0\outputimplementors\ul\storagesize\xml\storagesize6xmloutput.txt:3
>
> its2.0\outputimplementors\ul\storagesize\xml\storagesize9xmloutput.txt:3
>
> its2.0\schema\its20-types.rng:1
>
> its2.0\xliffsamples\Example1_HTML5.html:1
>
> its2.0\xliffsamples\Example1_HTML5.html.xlf:3
>
> its2.0\xliffsamples\inputdata\allowedcharacters\allowedcharacters5xml.xml.xlf:1
>
> its2.0\xliffsamples\inputdata\allowedcharacters\allowedcharacters6xml.xml.xlf:1
>
> its2.0\xliffsamples\inputdata\storagesize\storagesize1html.html.xlf:2
>
> its2.0\xliffsamples\inputdata\storagesize\storagesize6xml.xml.xlf:3
>
> its2.0\xliffsamples\inputdata\storagesize\storagesize9xml.xml.xlf:3
>
> its2.0\xliffsamples\roundtrip-example\EX-xliff-prov-rt-1-post-MT-moses.xlf:1
>
> Nathan
>
> On Mon, Sep 23, 2013 at 3:57 PM, Yves Savourel <ysavourel@enlaso.com 
> <mailto:ysavourel@enlaso.com>> wrote:
>
> Hi Nathan,
>
> I think we dropped that value during one of the draft review.
>
> Maybe we missed cleaning it from some test cases.
>
> -ys
>
> *From:*Nathan Glenn [mailto:garfieldnate@gmail.com 
> <mailto:garfieldnate@gmail.com>]
> *Sent:* Monday, September 23, 2013 4:48 PM
> *To:* public-i18n-its-ig@w3.org <mailto:public-i18n-its-ig@w3.org>
> *Subject:* "nel" value for its:lineBreakType
>
> Hello,
>
> Rummaging through the ITS test suite I found the value of "nel" for 
> its:lineBreakType. I looked for it in the ITS spec found it in the RNG 
> schema (appendix D.3), but there was no explanation of what it is for 
> in section 8.20.2.
>
> Nathan
>

Received on Tuesday, 24 September 2013 09:33:12 UTC