Re: Test Suite update

Hi Leroy, all,

thanks again for the updates. Here are some errors I found. I only checked
the HTML5 examples.

http://phaedrus.scss.tcd.ie/its2.0/inputdata/translate/html/Translate4Html.xml
this doesn't need a global rule - "translate" is a native HTML5 attribute.

http://phaedrus.scss.tcd.ie/its2.0/inputdata/translate/html/Translate6Rules.xml
the above file and I think several other HTML5 examples miss the HTML
namespace declaration. You need to add this (xmlns:h="...") and change the
XPath expressions, e.g. "//p" to "//h:p".

http://phaedrus.scss.tcd.ie/its2.0/inputdata/localizationNote/html/Loc7Html.xml
Again you don't need a rules file. The its-* attributes are native ITS.

http://phaedrus.scss.tcd.ie/its2.0/inputdata/elementsWithinText/html/Within2Html.xml
Why does this have the namespace http://my.DocumentURI/?

Locale filter: there should be a test for the HTML5 its-locale-filter
attribute.

http://phaedrus.scss.tcd.ie/its2.0/inputdata/idvalue/xml/idvalue2xml.xml
This is not needed - Id value is global only.

It probably makes sense to go through all HTML5 examples and check wether
they use its-* (instead of its:*) and the HTML namespace.

Best,

Felix


2012/8/24 Leroy Finn <finnle@tcd.ie>

> Dear All,
>
> I will be have created the test files for the following data categories
> and should be publishing them on the test suite web page (located here
> http://phaedrus.scss.tcd.ie/its2.0/its-testsuite.html) by Monday evening.
> The data categorises that will be added by Monday evening (27th August) are
> as follows:
>
>    - Disambiguation(not finalised in draft yet according to yesterdays
>    call)
>    - Target Pointer
>    - Id value
>    - Preserve space
>
>
> Next week I will be working on the following data categories:
>
>    - Localization Quality Issue
>    - Localization Quality Précis
>
> Again any helpful pointers or mistakes found test suite page would be much
> appreciated. Any questions on the test suite or any problems just ask me.
>
> Thanks,
>
> Leroy Finn
>



-- 
Felix Sasaki
DFKI / W3C Fellow

Received on Monday, 27 August 2012 18:46:15 UTC