- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 03 Jul 2010 02:26:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv31448/elements
Modified Files:
a.html area.html audio.html embed.html iframe.html img.html
link.html meta.name.html object.html source.html time.html
video.html
Log Message:
added per-element 'Microdata property value' sections; changed title to 'HTML: The Markup Language Reference'
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- audio.html 29 Mar 2010 20:43:59 -0000 1.12
+++ audio.html 3 Jul 2010 02:26:32 -0000 1.13
@@ -60,5 +60,13 @@
audio stream upon reaching the end.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLAudioElement</div>
</div>
Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/elements/video.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- video.html 29 Mar 2010 20:43:59 -0000 1.10
+++ video.html 3 Jul 2010 02:26:33 -0000 1.11
@@ -72,5 +72,13 @@
upon reaching the end.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLVideoElement</div>
</div>
Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/elements/iframe.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- iframe.html 10 Feb 2010 18:47:39 -0000 1.8
+++ iframe.html 3 Jul 2010 02:26:33 -0000 1.9
@@ -49,5 +49,13 @@
pixels.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ 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.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- source.html 12 Feb 2010 10:33:50 -0000 1.13
+++ source.html 3 Jul 2010 02:26:33 -0000 1.14
@@ -57,5 +57,13 @@
source with a 1.0 pixel ratio.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ 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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- area.html 10 Feb 2010 12:48:54 -0000 1.10
+++ area.html 3 Jul 2010 02:26:32 -0000 1.11
@@ -90,5 +90,13 @@
entire image.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLAreaElement</div>
</div>
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- img.html 10 Feb 2010 18:47:39 -0000 1.10
+++ img.html 3 Jul 2010 02:26:33 -0000 1.11
@@ -44,5 +44,13 @@
element represents a borderless image.</dd>
</dl>
</div>
+ <div id="microdata">
+ <p>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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLImageElement</div>
</div>
Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/elements/embed.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- embed.html 22 Feb 2010 09:36:44 -0000 1.8
+++ embed.html 3 Jul 2010 02:26:33 -0000 1.9
@@ -32,5 +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
+ <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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLEmbedElement</div>
</div>
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/elements/link.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- link.html 10 Feb 2010 18:47:41 -0000 1.9
+++ link.html 3 Jul 2010 02:26:33 -0000 1.10
@@ -43,5 +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
+ <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
+ string.</p>
+ </div>
<div id="dom-interface">HTMLLIElement</div>
</div>
Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/elements/time.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- time.html 12 Feb 2010 10:33:51 -0000 1.9
+++ time.html 3 Jul 2010 02:26:33 -0000 1.10
@@ -36,5 +36,10 @@
<a href="#common.data.date-or-time">date-or-time</a>
datatype.</p>
</div>
+ <div id="microdata">
+ <p>The value of the
+ <a href="#time.attrs.datetime" class="attribute">datetime</a>
+ attribute.</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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- a.html 22 Feb 2010 12:12:21 -0000 1.17
+++ a.html 3 Jul 2010 02:26:32 -0000 1.18
@@ -67,6 +67,14 @@
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
+ <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
+ 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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- object.html 12 Feb 2010 10:33:50 -0000 1.11
+++ object.html 3 Jul 2010 02:26:33 -0000 1.12
@@ -47,5 +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
+ <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
+ 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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- meta.name.html 12 Feb 2010 07:56:04 -0000 1.7
+++ meta.name.html 3 Jul 2010 02:26:33 -0000 1.8
@@ -57,5 +57,10 @@
href="http://wiki.whatwg.org/wiki/MetaExtensions"
>MetaExtensions registration page</a>.</li>
</ul>
+ <div id="microdata">
+ <p>The value of the
+ <a href="#meta.name.attrs.content" class="attribute">content</a>
+ attribute, if any; otherwise, the empty string.</p>
+ </div>
<div id="dom-interface">HTMLMetaElement</div>
</div>
Received on Saturday, 3 July 2010 02:26:37 UTC