- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Jul 2010 20:22:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv19761/elements
Modified Files:
base.html body.html html.html
Log Message:
added "RDFa evaluation context" subsection for <base>, <html>, and <body> elements; not sure that is the best title for the section, but could not think of a better one...
Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/elements/body.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- body.html 4 Jul 2010 15:16:26 -0000 1.8
+++ body.html 8 Jul 2010 20:22:53 -0000 1.9
@@ -91,6 +91,15 @@
and the element is either not empty or its
<span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
- </div>
+ </div>
+ <div id="rdfa">
+ <p>The
+ <a href="#head">head</a>
+ 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">HTMLBodyElement</div>
</div>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- html.html 16 Feb 2010 10:28:26 -0000 1.12
+++ html.html 8 Jul 2010 20:22:53 -0000 1.13
@@ -44,5 +44,14 @@
<span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
</div>
+ <div id="rdfa">
+ <p>The
+ <a href="#head">head</a>
+ 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">HTMLHtmlElement</div>
</div>
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/elements/base.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- base.html 10 Feb 2010 12:48:54 -0000 1.10
+++ base.html 8 Jul 2010 20:22:53 -0000 1.11
@@ -20,5 +20,11 @@
keyword for use in following hyperlinks.</dd>
</dl>
</div>
+ <div id="rdfa">
+ <p>The
+ <a href="#base">base</a>
+ element can be used to set the RDFa <code>base</code>.
+ </p>
+ </div>
<div id="dom-interface">HTMLBaseElement</div>
</div>
Received on Thursday, 8 July 2010 20:22:57 UTC