- From: Gregg Kellogg <gregg@kellogg-assoc.com>
- Date: Sun, 11 Mar 2012 01:00:03 -0500
- To: Ivan Herman <ivan@w3.org>
- CC: W3C RDFWA WG <public-rdfa-wg@w3.org>
On Mar 10, 2012, at 5:17 AM, Ivan Herman wrote:
> Based on my earlier mails and subsequent discussion, I have made some changes on the following test cases.
>
> As an aside: we do not have a procedure to 'approve' the new tests, right? I do not really think we need it at this point, but I would appreciate somebody checking these just to be on the safe side...
>
> All pushed to the server:
>
> - Tests 12, 13, 108, 172, 173, with duplicates 0251-0255
This look good, and pass in my implementation.
> All these tests had an xml:lang (or several). I have duplicated all these tests: the originals are kept for XHTML1 (which disallows @lang), the duplicates are for HTML4, HTML5 and XHTML5, and they all use @lang instead
>
> - I have added a new test for the (X)HTML5 branch, No. 0256
>
> prefix="ex: http://example.org/"
> <head about="">
> <title>Test 0256</title>
> <meta about="http://example.org/node" property="ex:property" xml:lang="fr" lang="hu" content="chat" />
> </head>
> <body>
> <p></p>
> </body>
>
>
> and the xml:lang should prevail, ie, the sparql is the same as for #12:
>
> ASK WHERE {
> <http://example.org/node> <http://example.org/property> "chat"@fr .
> }
As does this.
> - I have removed (via the manifest) the XMLLiteral test case (#198) from HTML5. It is just too messy with these namespaces...
This is now enabled for xhtml1 and xhtml5; presumably it also applies to xml1 and svg, not that we necessarily need to add it there.
> - I have duplicated the test 113 (as 257), testing the literal for empty content, but removed the <span ... /> version. In HTML5 this is not valid and it seems to be unclear what the result DOM tree will contain. I left the <span ...></span> case. #113 is kept for XHTML1 and XML
Test 0257 doesn't seem to be showing up for me; probably need to re-generate the manifest.json file.
> I have *not* touched the tests related to the license term:
>
> http://www.w3.org/mid/99E2EC0D-5496-4FA3-9BF9-723473BA73C4@w3.org
>
> I would need some feedbacks for this...
>
> ----
> Ivan Herman, W3C Semantic Web Activity Lead
> Home: http://www.w3.org/People/Ivan/
> mobile: +31-641044153
> FOAF: http://www.ivan-herman.net/foaf.rdf
>
>
>
>
>
Received on Sunday, 11 March 2012 06:01:03 UTC