- From: poot <cvsmail@w3.org>
- Date: Tue, 14 Jul 2009 02:05:34 +0900 (JST)
- To: public-html-diffs@w3.org
manu: Updated HTML5+RDFa with more input from Ben Adida. http://dev.w3.org/cvsweb/html5/rdfa/Overview.html?r1=1.5&r2=1.6&f=h =================================================================== RCS file: /sources/public/html5/rdfa/source,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- source 13 Jul 2009 15:05:25 -0000 1.5 +++ source 13 Jul 2009 17:05:11 -0000 1.6 @@ -262,7 +262,11 @@ <a href="http://www.w3.org/TR/xml/#dt-wellformed">well-formed XML</a>. If the input is not well-formed XML</a>, the processor must transform the input text in a way that generates well-formed XML. - <span class="XXX">We need to specify the algorithm for doing so.</span> + <div class="XXX"> + Since the HTML5 specification already has an algorithm for + serializing a DOM subtree into XHTML5, the RDFa Task Force is considering + re-using that algorithm. + </div> </p> <p> Transformation to well-formed XML is required because an application @@ -283,8 +287,8 @@ whether or not the <code>xmlns</code>: attribute will be supported in HTML5 as it is defined in the [<a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>] - specification. The RDFa Task Force is actively working on an - improvement/replacement to xmlns: that can be used in non-XML languages. + specification. The RDFa Task Force is exploring alternatives + to xmlns: that may be used in non-XML languages. </div> <div class="XXX"> While deprecation of the xmlns: attribute is attempted in HTML5, it Index: Overview.html =================================================================== RCS file: /sources/public/html5/rdfa/Overview.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Overview.html 13 Jul 2009 15:05:24 -0000 1.5 +++ Overview.html 13 Jul 2009 17:05:11 -0000 1.6 @@ -86647,8 +86647,12 @@ <a href=http://www.w3.org/TR/xml/#dt-wellformed>well-formed XML</a>. If the input is not well-formed XML, the processor must transform the input text in a way that generates well-formed XML. - <span class=XXX>We need to specify the algorithm for doing so.</span> - </p> + </p><div class=XXX> + Since the HTML5 specification already has an algorithm for + serializing a DOM subtree into XHTML5, the RDFa Task Force is considering + re-using that algorithm. + </div> + <p></p> <p> Transformation to well-formed XML is required because an application that consumes XMLLiteral data expects that data to be well-formed. @@ -86668,8 +86672,8 @@ whether or not the <code>xmlns</code>: attribute will be supported in HTML5 as it is defined in the [<a href=http://www.w3.org/TR/REC-xml-names/>Namespaces in XML</a>] - specification. The RDFa Task Force is actively working on an - improvement/replacement to xmlns: that can be used in non-XML languages. + specification. The RDFa Task Force is exploring alternatives + to xmlns: that may be used in non-XML languages. </div> <div class=XXX> While deprecation of the xmlns: attribute is attempted in HTML5, it Index: rdfa-module.html =================================================================== RCS file: /sources/public/html5/rdfa/rdfa-module.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- rdfa-module.html 13 Jul 2009 15:05:24 -0000 1.7 +++ rdfa-module.html 13 Jul 2009 17:05:11 -0000 1.8 @@ -581,8 +581,12 @@ <a href=http://www.w3.org/TR/xml/#dt-wellformed>well-formed XML</a>. If the input is not well-formed XML, the processor must transform the input text in a way that generates well-formed XML. - <span class=XXX>We need to specify the algorithm for doing so.</span> - </p> + </p><div class=XXX> + Since the HTML5 specification already has an algorithm for + serializing a DOM subtree into XHTML5, the RDFa Task Force is considering + re-using that algorithm. + </div> + <p></p> <p> Transformation to well-formed XML is required because an application that consumes XMLLiteral data expects that data to be well-formed. @@ -602,8 +606,8 @@ whether or not the <code>xmlns</code>: attribute will be supported in HTML5 as it is defined in the [<a href=http://www.w3.org/TR/REC-xml-names/>Namespaces in XML</a>] - specification. The RDFa Task Force is actively working on an - improvement/replacement to xmlns: that can be used in non-XML languages. + specification. The RDFa Task Force is exploring alternatives + to xmlns: that may be used in non-XML languages. </div> <div class=XXX> While deprecation of the xmlns: attribute is attempted in HTML5, it
Received on Monday, 13 July 2009 17:06:09 UTC