- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Jul 2010 01:22:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv24242/elements Modified Files: a.html area.html audio.html base.html body.html embed.html html.html iframe.html img.html link.html meta.name.html object.html source.html time.html video.html Log Message: drop the "Microdata property value" subsection and "RDFa evaluation context" subsection and replace them with a "Linked-data semantics" subsection that appears only for elements that do in fact have special semantics in the context of linked data/semantic-web use. (bug 10083) Index: body.html =================================================================== RCS file: /sources/public/html5/markup/elements/body.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- body.html 8 Jul 2010 20:22:53 -0000 1.9 +++ body.html 9 Jul 2010 01:22:28 -0000 1.10 @@ -92,7 +92,7 @@ <span title="syntax-start-tag">start tag</span> has not been omitted.</p> </div> - <div id="rdfa"> + <div id="linked-data"> <p>The <a href="#head">head</a> element has special significance in RDFa processing; Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- audio.html 3 Jul 2010 02:26:32 -0000 1.13 +++ audio.html 9 Jul 2010 01:22:28 -0000 1.14 @@ -60,12 +60,13 @@ audio stream upon reaching the end.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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, the empty + attribute relative to the element; otherwise, it is the empty string.</p> </div> <div id="dom-interface">HTMLAudioElement</div> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/elements/link.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- link.html 3 Jul 2010 02:26:33 -0000 1.10 +++ link.html 9 Jul 2010 01:22:28 -0000 1.11 @@ -43,12 +43,13 @@ <dd>The sizes of icons for visual media.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#link.attrs.href">href</a> - attribute relative to the element; otherwise, the empty + <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> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/elements/html.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- html.html 8 Jul 2010 20:22:53 -0000 1.13 +++ html.html 9 Jul 2010 01:22:28 -0000 1.14 @@ -44,7 +44,7 @@ <span title="syntax-start-tag">start tag</span> has not been omitted.</p> </div> - <div id="rdfa"> + <div id="linked-data"> <p>The <a href="#head">head</a> element has special significance in RDFa processing; Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/elements/iframe.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- iframe.html 3 Jul 2010 02:26:33 -0000 1.9 +++ iframe.html 9 Jul 2010 01:22:28 -0000 1.10 @@ -49,12 +49,13 @@ pixels.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#iframe.attrs.src">src</a> - attribute relative to the element; otherwise, the empty + <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> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/elements/source.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- source.html 3 Jul 2010 02:26:33 -0000 1.14 +++ source.html 9 Jul 2010 01:22:28 -0000 1.15 @@ -57,12 +57,13 @@ source with a 1.0 pixel ratio.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#source.attrs.src">src</a> - attribute relative to the element; otherwise, the empty + <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> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/elements/area.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- area.html 3 Jul 2010 02:26:32 -0000 1.11 +++ area.html 9 Jul 2010 01:22:27 -0000 1.12 @@ -90,12 +90,13 @@ entire image.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#area.attrs.href">href</a> - attribute relative to the element; otherwise, the empty + <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> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/elements/video.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- video.html 3 Jul 2010 02:26:33 -0000 1.11 +++ video.html 9 Jul 2010 01:22:28 -0000 1.12 @@ -72,12 +72,13 @@ upon reaching the end.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#video.attrs.src">src</a> - attribute relative to the element; otherwise, the empty + <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> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/elements/embed.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- embed.html 3 Jul 2010 02:26:33 -0000 1.9 +++ embed.html 9 Jul 2010 01:22:28 -0000 1.10 @@ -32,12 +32,13 @@ third-party plugin as a handler (rather than being natively supported by the UA).</p> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#embed.attrs.src">src</a> - attribute relative to the element; otherwise, the empty + <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> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/elements/img.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- img.html 3 Jul 2010 02:26:33 -0000 1.11 +++ img.html 9 Jul 2010 01:22:28 -0000 1.12 @@ -44,12 +44,13 @@ element represents a borderless image.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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="#img.attrs.src">src</a> - attribute relative to the element; otherwise, the empty + <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> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/elements/time.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- time.html 3 Jul 2010 02:26:33 -0000 1.10 +++ time.html 9 Jul 2010 01:22:28 -0000 1.11 @@ -36,10 +36,12 @@ <a href="#common.data.date-or-time">date-or-time</a> datatype.</p> </div> - <div id="microdata"> - <p>The value of the + <div id="linked-data"> + <p>The Microdata property for this element is the value of its <a href="#time.attrs.datetime" class="attribute">datetime</a> - attribute.</p> + attribute; otherwise, it is the value of the + <a href="#text-content">text content</a> + of the element.</p> </div> <div id="dom-interface">HTMLTimeElement</div> </div> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- a.html 5 Jul 2010 07:17:55 -0000 1.19 +++ a.html 9 Jul 2010 01:22:27 -0000 1.20 @@ -67,12 +67,13 @@ with the name given by the value of this attribute.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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, the empty + attribute relative to the element; otherwise, it is the empty string.</p> </div> <div id="dom-interface">HTMLAnchorElement</div> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/elements/object.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- object.html 3 Jul 2010 02:26:33 -0000 1.12 +++ object.html 9 Jul 2010 01:22:28 -0000 1.13 @@ -47,12 +47,13 @@ <dd>The height of the object, in CSS pixels.</dd> </dl> </div> - <div id="microdata"> - <p>The absolute URL that would result from successfully + <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, the empty + attribute relative to the element; otherwise, it is the empty string.</p> </div> <div id="dom-interface">HTMLObjectElement</div> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.name.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- meta.name.html 3 Jul 2010 02:26:33 -0000 1.8 +++ meta.name.html 9 Jul 2010 01:22:28 -0000 1.9 @@ -57,10 +57,10 @@ href="http://wiki.whatwg.org/wiki/MetaExtensions" >MetaExtensions registration page</a>.</li> </ul> - <div id="microdata"> - <p>The value of the + <div id="linked-data"> + <p>The Microdata property for this element is the value of its <a href="#meta.name.attrs.content" class="attribute">content</a> - attribute, if any; otherwise, the empty string.</p> + attribute, if any; otherwise, it is the empty string.</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.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- base.html 8 Jul 2010 20:22:53 -0000 1.11 +++ base.html 9 Jul 2010 01:22:28 -0000 1.12 @@ -20,11 +20,10 @@ keyword for use in following hyperlinks.</dd> </dl> </div> - <div id="rdfa"> + <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 RDFa <code>base</code>.</p> </div> <div id="dom-interface">HTMLBaseElement</div> </div>
Received on Friday, 9 July 2010 01:22:32 UTC