- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Jul 2010 15:36:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv22599/elements
Modified Files:
base.html body.html head.html meta.name.html time.html
Log Message:
removed all "Linked-data semantics" subsections (bug 10083)
Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/elements/body.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- body.html 12 Jul 2010 14:16:43 -0000 1.11
+++ body.html 15 Jul 2010 15:36:16 -0000 1.12
@@ -92,14 +92,5 @@
<span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
</div>
- <div id="linked-data">
- <p>The
- <a href="#body">body</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: time.html
===================================================================
RCS file: /sources/public/html5/markup/elements/time.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- time.html 12 Jul 2010 14:16:43 -0000 1.12
+++ time.html 15 Jul 2010 15:36:17 -0000 1.13
@@ -36,25 +36,5 @@
<a href="#common.data.date-or-time">date-or-time</a>
datatype.</p>
</div>
- <div id="linked-data">
- <p>The
- <a href="#time" class="element">time</a>
- element, in combination with other linked-data/metadata markup
- mechanisms, provides a ready means for expressing semantic
- associations with specific times.</p>
- <p>For example, in the Microdata metadata-markup mechanism,
- specifying one or more named properties using the Microdata
- <span class="attribute">itemprop</span>
- attribute on the
- <a href="#time" class="element">time</a>
- element associates those named properties either with the time
- represented by the value of the
- <a href="#time.attrs.datetime" class="attribute">datetime</a>,
- attribute, if any; or, if there is no
- <a href="#time.attrs.datetime" class="attribute">datetime</a>
- attribute, with the text provided by the
- <a href="#text-content">text content</a>
- of the element.</p>
- </div>
<div id="dom-interface">HTMLTimeElement</div>
</div>
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/elements/head.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- head.html 12 Jul 2010 14:16:43 -0000 1.9
+++ head.html 15 Jul 2010 15:36:16 -0000 1.10
@@ -34,14 +34,5 @@
or a
<a href="#comments" title="syntax-comments">comment</a>.</p>
</div>
- <div id="linked-data">
- <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">HTMLHeadElement</div>
</div>
Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/elements/meta.name.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- meta.name.html 12 Jul 2010 14:16:43 -0000 1.10
+++ meta.name.html 15 Jul 2010 15:36:17 -0000 1.11
@@ -57,24 +57,5 @@
href="http://wiki.whatwg.org/wiki/MetaExtensions"
>MetaExtensions registration page</a>.</li>
</ul>
- <div id="linked-data">
- <p>For embedding non-visible metadata, the
- <a href="#meta.name" class="element">meta</a>
- element—through use of its
- <a href="#meta.name.attrs.content" class="attribute">content</a>
- attribute in combination with its
- <a href="#meta.name.attrs.name" class="attribute">name</a>
- attribute, or in combination with other linked-data/metadata
- markup mechanisms—provides a ready means.</p>
- <p>For example, in the Microdata metadata-markup mechanism,
- specifying one or more named properties using the Microdata
- <span class="attribute">itemprop</span>
- attribute on the
- <a href="#meta.name" class="element">meta</a>
- element associates those named properties with the text
- provided by the value of the
- <a href="#meta.name.attrs.content" class="attribute">content</a>
- attribute (if any).</p>
- </div>
<div id="dom-interface">HTMLMetaElement</div>
</div>
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/elements/base.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- base.html 12 Jul 2010 21:18:11 -0000 1.14
+++ base.html 15 Jul 2010 15:36:16 -0000 1.15
@@ -20,14 +20,5 @@
keyword for use in following hyperlinks.</dd>
</dl>
</div>
- <div id="linked-data">
- <p>The
- <a href="#base">base</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">HTMLBaseElement</div>
</div>
Received on Thursday, 15 July 2010 15:36:23 UTC