- From: poot <cvsmail@w3.org>
- Date: Fri, 9 Jul 2010 05:23:55 +0900 (JST)
- To: public-html-diffs@w3.org
mike: 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... http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.236&r2=1.237&f=h =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- body.html 7 Jul 2010 01:11:47 -0000 1.55 +++ body.html 8 Jul 2010 20:22:52 -0000 1.56 @@ -212,14 +212,27 @@ and the element is either not empty or its <span title="syntax-start-tag">start tag</span> has not been omitted.</p> - + </div> <div class="no-number no-toc" id="body-context"> <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#body-context">#</a> </h2> <p class="permitted-parents"><span class="context-mdl"><a href="html.html#html">html</a></span></p> </div> - <div class="no-number no-toc microdata" id="body-microdata"> + <div class="no-number no-toc rdfa" id="body-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#body-rdfa">#</a> +</h2> +<div id="rdfa"> + <p>The + <a href="head.html#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> +<div class="no-number no-toc microdata" id="body-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#body-microdata">#</a> </h2> <p>The Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.431 retrieving revision 1.432 diff -u -d -r1.431 -r1.432 --- Overview.html 7 Jul 2010 08:18:04 -0000 1.431 +++ Overview.html 8 Jul 2010 20:22:52 -0000 1.432 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div> <h1>HTML: The Markup Language Reference</h1> -<h2>W3C Editor’s Draft <em>7 July 2010</em> +<h2>W3C Editor’s Draft <em>9 July 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -66,7 +66,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 7 July 2010 Editor’s Draft of + This document is the 9 July 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’d like to comment on this document, the preferred Index: html.html =================================================================== RCS file: /sources/public/html5/markup/html.html,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- html.html 7 Jul 2010 01:11:49 -0000 1.52 +++ html.html 8 Jul 2010 20:22:52 -0000 1.53 @@ -96,7 +96,20 @@ </div> - <div class="no-number no-toc microdata" id="html-microdata"> + <div class="no-number no-toc rdfa" id="html-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#html-rdfa">#</a> +</h2> +<div id="rdfa"> + <p>The + <a href="head.html#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> +<div class="no-number no-toc microdata" id="html-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#html-microdata">#</a> </h2> <p>The Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- style.css 5 Jul 2010 07:17:55 -0000 1.113 +++ style.css 8 Jul 2010 20:22:53 -0000 1.114 @@ -722,7 +722,10 @@ color: #888; } -.tag-omission p, .microdata p { +.tag-omission p, +.rdfa p, +.microdata p +{ margin-top: 6px; margin-bottom: 6px; padding-left: 1em; Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- base.html 7 Jul 2010 01:11:47 -0000 1.53 +++ base.html 8 Jul 2010 20:22:52 -0000 1.54 @@ -82,7 +82,17 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="head.html#head">head</a></span></p> </div> - <div class="no-number no-toc microdata" id="base-microdata"> + <div class="no-number no-toc rdfa" id="base-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#base-rdfa">#</a> +</h2> +<div id="rdfa"> + <p>The + <a href="base.html#base">base</a> + element can be used to set the RDFa <code>base</code>. + </p> + </div> +</div> +<div class="no-number no-toc microdata" id="base-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#base-microdata">#</a> </h2> <p>The Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.236 retrieving revision 1.237 diff -u -d -r1.236 -r1.237 --- spec.html 7 Jul 2010 08:18:05 -0000 1.236 +++ spec.html 8 Jul 2010 20:22:52 -0000 1.237 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div> <h1>HTML: The Markup Language Reference</h1> -<h2>W3C Editor’s Draft <em>7 July 2010</em> +<h2>W3C Editor’s Draft <em>9 July 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -65,7 +65,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 7 July 2010 Editor’s Draft of + This document is the 9 July 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’d like to comment on this document, the preferred @@ -3846,7 +3846,17 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="#head">head</a></span></p> </div> - <div class="no-number no-toc microdata" id="base-microdata"> + <div class="no-number no-toc rdfa" id="base-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#base-rdfa">#</a> +</h2> +<div id="rdfa"> + <p>The + <a href="#base">base</a> + element can be used to set the RDFa <code>base</code>. + </p> + </div> +</div> +<div class="no-number no-toc microdata" id="base-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#base-microdata">#</a> </h2> <p>The @@ -4221,14 +4231,27 @@ and the element is either not empty or its <span title="syntax-start-tag">start tag</span> has not been omitted.</p> - + </div> <div class="no-number no-toc" id="body-context"> <h2 class="element-subhead">Permitted parent elements <a class="hash" href="#body-context">#</a> </h2> <p class="permitted-parents"><span class="context-mdl"><a href="#html">html</a></span></p> </div> - <div class="no-number no-toc microdata" id="body-microdata"> + <div class="no-number no-toc rdfa" id="body-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#body-rdfa">#</a> +</h2> +<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> +<div class="no-number no-toc microdata" id="body-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#body-microdata">#</a> </h2> <p>The @@ -8088,7 +8111,20 @@ </div> - <div class="no-number no-toc microdata" id="html-microdata"> + <div class="no-number no-toc rdfa" id="html-rdfa"> + <h2 class="element-subhead">RDFa evaluation context <a class="hash" href="#html-rdfa">#</a> +</h2> +<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> +<div class="no-number no-toc microdata" id="html-microdata"> <h2 class="element-subhead">Microdata property value <a class="hash" href="#html-microdata">#</a> </h2> <p>The
Received on Thursday, 8 July 2010 20:23:39 UTC