- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Jul 2010 14:16:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv7415/elements Modified Files: a.html area.html audio.html base.html body.html embed.html head.html html.html iframe.html img.html link.html meta.name.html object.html source.html time.html video.html Log Message: re-word contents of "Linked-data semantics" sections to make context more clear (bug 10083) Index: body.html =================================================================== RCS file: /sources/public/html5/markup/elements/body.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- body.html 9 Jul 2010 01:22:28 -0000 1.10 +++ body.html 12 Jul 2010 14:16:43 -0000 1.11 @@ -94,7 +94,7 @@ </div> <div id="linked-data"> <p>The - <a href="#head">head</a> + <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> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- audio.html 9 Jul 2010 01:22:28 -0000 1.14 +++ audio.html 12 Jul 2010 14:16:42 -0000 1.15 @@ -60,14 +60,5 @@ audio stream upon reaching the end.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLAudioElement</div> </div> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/elements/head.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- head.html 16 Feb 2010 10:28:26 -0000 1.8 +++ head.html 12 Jul 2010 14:16:43 -0000 1.9 @@ -34,5 +34,14 @@ 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: link.html =================================================================== RCS file: /sources/public/html5/markup/elements/link.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- link.html 9 Jul 2010 01:22:28 -0000 1.11 +++ link.html 12 Jul 2010 14:16:43 -0000 1.12 @@ -43,14 +43,5 @@ <dd>The sizes of icons for visual media.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#a.attrs.href">href</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLLIElement</div> </div> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/elements/html.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- html.html 9 Jul 2010 01:22:28 -0000 1.14 +++ html.html 12 Jul 2010 14:16:43 -0000 1.15 @@ -44,14 +44,5 @@ <span title="syntax-start-tag">start tag</span> has not been omitted.</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">HTMLHtmlElement</div> </div> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/elements/iframe.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- iframe.html 9 Jul 2010 01:22:28 -0000 1.10 +++ iframe.html 12 Jul 2010 14:16:43 -0000 1.11 @@ -49,14 +49,5 @@ pixels.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLIFrameElement</div> </div> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/elements/source.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- source.html 9 Jul 2010 01:22:28 -0000 1.15 +++ source.html 12 Jul 2010 14:16:43 -0000 1.16 @@ -57,14 +57,5 @@ source with a 1.0 pixel ratio.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLSourceElement</div> </div> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/elements/area.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- area.html 9 Jul 2010 01:22:27 -0000 1.12 +++ area.html 12 Jul 2010 14:16:42 -0000 1.13 @@ -90,14 +90,5 @@ entire image.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#a.attrs.href">href</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLAreaElement</div> </div> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/elements/video.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- video.html 9 Jul 2010 01:22:28 -0000 1.12 +++ video.html 12 Jul 2010 14:16:43 -0000 1.13 @@ -72,14 +72,5 @@ upon reaching the end.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLVideoElement</div> </div> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/elements/embed.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- embed.html 9 Jul 2010 01:22:28 -0000 1.10 +++ embed.html 12 Jul 2010 14:16:43 -0000 1.11 @@ -32,14 +32,5 @@ third-party plugin as a handler (rather than being natively supported by the UA).</p> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLEmbedElement</div> </div> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/elements/img.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- img.html 9 Jul 2010 01:22:28 -0000 1.12 +++ img.html 12 Jul 2010 14:16:43 -0000 1.13 @@ -44,14 +44,5 @@ element represents a borderless image.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#audio.attrs.src">src</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLImageElement</div> </div> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/elements/time.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- time.html 9 Jul 2010 01:22:28 -0000 1.11 +++ time.html 12 Jul 2010 14:16:43 -0000 1.12 @@ -37,9 +37,22 @@ datatype.</p> </div> <div id="linked-data"> - <p>The Microdata property for this element is the value of its + <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; otherwise, it is the value of the + attribute, with the text provided by the <a href="#text-content">text content</a> of the element.</p> </div> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- a.html 9 Jul 2010 01:22:27 -0000 1.20 +++ a.html 12 Jul 2010 14:16:42 -0000 1.21 @@ -67,15 +67,6 @@ with the name given by the value of this attribute.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#a.attrs.href">href</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLAnchorElement</div> <div id="details"> <p>If the Index: object.html =================================================================== RCS file: /sources/public/html5/markup/elements/object.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- object.html 9 Jul 2010 01:22:28 -0000 1.13 +++ object.html 12 Jul 2010 14:16:43 -0000 1.14 @@ -47,14 +47,5 @@ <dd>The height of the object, in CSS pixels.</dd> </dl> </div> - <div id="linked-data"> - <p>The Microdata property value for this element is the - absolute URL that would result from successfully - <a href="#resolve-a-url">resolving</a> - the value of the - <a href="#object.attrs.data">data</a> - attribute relative to the element; otherwise, it is the empty - string.</p> - </div> <div id="dom-interface">HTMLObjectElement</div> </div> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.name.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- meta.name.html 9 Jul 2010 01:22:28 -0000 1.9 +++ meta.name.html 12 Jul 2010 14:16:43 -0000 1.10 @@ -58,9 +58,23 @@ >MetaExtensions registration page</a>.</li> </ul> <div id="linked-data"> - <p>The Microdata property for this element is the value of its + <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, if any; otherwise, it is the empty string.</p> + 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.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- base.html 9 Jul 2010 01:22:28 -0000 1.12 +++ base.html 12 Jul 2010 14:16:43 -0000 1.13 @@ -23,7 +23,8 @@ <div id="linked-data"> <p>The <a href="#base">base</a> - element can be used to set the RDFa <code>base</code>.</p> + element can be used to set the + <a href="#rdfa-base">RDFa base</a>.</p> </div> <div id="dom-interface">HTMLBaseElement</div> </div>
Received on Monday, 12 July 2010 14:16:51 UTC