- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Jul 2010 21:18:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv21919/elements
Modified Files:
base.html
Log Message:
slightly reworked the RDFa references for the base element and lang and xml:lang attributes
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/elements/base.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- base.html 12 Jul 2010 14:16:43 -0000 1.13
+++ base.html 12 Jul 2010 21:18:11 -0000 1.14
@@ -23,8 +23,11 @@
<div id="linked-data">
<p>The
<a href="#base">base</a>
- element can be used to set the
- <a href="#rdfa-base">RDFa base</a>.</p>
+ element has special significance in RDFa processing;
+ for details, see the
+ <a href="http://dev.w3.org/html5/rdfa/#additional-rdfa-processing-rules">Additional RDFa Processing Rules</a>
+ section of
+ <a href="http://dev.w3.org/html5/rdfa/">HTML+RDFa 1.1</a>.</p>
</div>
<div id="dom-interface">HTMLBaseElement</div>
</div>
Received on Monday, 12 July 2010 21:18:17 UTC