- From: Ivan Herman <ivan@w3.org>
- Date: Sat, 10 Mar 2012 13:17:12 +0100
- To: Gregg Kellogg <gregg@kellogg-assoc.com>
- Cc: W3C RDFWA WG <public-rdfa-wg@w3.org>
- Message-Id: <F7BD0096-AA27-4542-B334-CC90689431C5@w3.org>
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
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 .
}
- I have removed (via the manifest) the XMLLiteral test case (#198) from HTML5. It is just too messy with these namespaces...
- 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
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
Attachments
- application/pkcs7-signature attachment: smime.p7s
Received on Saturday, 10 March 2012 12:16:54 UTC