- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Fri, 06 May 2011 16:18:57 +0200
- To: public-rdfa-wg@w3.org
Hi, Some comments on http://www.w3.org/TR/2011/WD-rdfa-api-20110419/: * please don't put "How to read this document" in the abstract; it should be part of the introduction of the document * " any getter get (in DOMString uriOrCurie);" should read "getter any get (in DOMString uriOrCurie);" to be valid WebIDL * "attribute optional RDFEnvironment rdf;" in DocumentData is not valid WebIDL ; if by optional, you mean that the value can be null, it is already so by virtue of null being a valid value of RDFEnvironment * in interface RDFaEnvironment, "sequence" is misspelled Sequence See also http://www.w3.org/2009/07/webidl-check?doc=http%3A%2F% 2Fwww.w3.org%2FTR%2F2011%2FWD-rdfa-api-20110419%2F&input=&output=html for validating the current document with regard to WebIDL. Dom
Received on Friday, 6 May 2011 14:19:15 UTC