- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Jul 2010 14:16:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv7415
Modified Files:
Overview.html 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 spec.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/body.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- body.html 9 Jul 2010 01:22:23 -0000 1.57
+++ body.html 12 Jul 2010 14:16:41 -0000 1.58
@@ -222,16 +222,14 @@
<div class="no-number no-toc linked-data" id="body-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#body-linked-data">#</a>
</h2>
-<div id="linked-data">
<p>The
- <a href="head.html#head">head</a>
+ <a href="body.html#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>
<div class="no-number no-toc interface" id="body-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a>
</h2>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -d -r1.432 -r1.433
--- Overview.html 8 Jul 2010 20:22:52 -0000 1.432
+++ Overview.html 12 Jul 2010 14:16:41 -0000 1.433
@@ -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>9 July 2010</em>
+<h2>W3C Editor’s Draft <em>12 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 9 July 2010 Editor’s Draft of
+ This document is the 12 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: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- iframe.html 9 Jul 2010 01:22:24 -0000 1.68
+++ iframe.html 12 Jul 2010 14:16:41 -0000 1.69
@@ -159,15 +159,24 @@
<div class="no-number no-toc linked-data" id="iframe-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#iframe-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="iframe.html#iframe" class="element">iframe</a>
+ element, through its
+ <a href="iframe.html#iframe.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="iframe.html#iframe" class="element">iframe</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="iframe.html#iframe.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="iframe-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a>
Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- meta.name.html 9 Jul 2010 01:22:26 -0000 1.54
+++ meta.name.html 12 Jul 2010 14:16:41 -0000 1.55
@@ -79,12 +79,24 @@
<div class="no-number no-toc linked-data" id="meta.name-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#meta.name-linked-data">#</a>
</h2>
-<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.html#meta.name" class="element">meta</a>
+ element—through use of its
<a href="meta.name.html#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.html#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.html#meta.name" class="element">meta</a>
+ element associates those named properties with the text
+ provided by the value of the
+ <a href="meta.name.html#meta.name.attrs.content" class="attribute">content</a>
+ attribute (if any).</p>
</div>
-</div>
<div class="no-number no-toc interface" id="meta.name-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a>
</h2>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- html.html 9 Jul 2010 01:22:24 -0000 1.54
+++ html.html 12 Jul 2010 14:16:41 -0000 1.55
@@ -96,20 +96,7 @@
</div>
- <div class="no-number no-toc linked-data" id="html-linked-data">
- <h2 class="element-subhead">Linked-data semantics <a class="hash" href="#html-linked-data">#</a>
-</h2>
-<div id="linked-data">
- <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 interface" id="html-interface">
+ <div class="no-number no-toc interface" id="html-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#html-interface">#</a>
</h2>
<pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- audio.html 9 Jul 2010 01:22:23 -0000 1.65
+++ audio.html 12 Jul 2010 14:16:41 -0000 1.66
@@ -155,15 +155,24 @@
<div class="no-number no-toc linked-data" id="audio-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#audio-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="audio.html#audio" class="element">audio</a>
+ element, through its
+ <a href="audio.html#audio.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="audio.html#audio" class="element">audio</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="audio.html#audio.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="audio-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a>
Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- time.html 9 Jul 2010 01:22:27 -0000 1.56
+++ time.html 12 Jul 2010 14:16:42 -0000 1.57
@@ -95,14 +95,25 @@
<div class="no-number no-toc linked-data" id="time-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#time-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property for this element is the value of its
+ <p>The
+ <a href="time.html#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.html#time" class="element">time</a>
+ element associates those named properties either with the time
+ represented by the value of the
+ <a href="time.html#time.attrs.datetime" class="attribute">datetime</a>,
+ attribute, if any; or, if there is no
<a href="time.html#time.attrs.datetime" class="attribute">datetime</a>
- attribute; otherwise, it is the value of the
+ attribute, with the text provided by the
<a href="syntax.html#text-content">text content</a>
of the element.</p>
</div>
-</div>
<div class="no-number no-toc" id="time-details">
<h2 class="element-subhead">Details <a class="hash" href="#time-details">#</a>
</h2>
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- link.html 9 Jul 2010 01:22:25 -0000 1.59
+++ link.html 12 Jul 2010 14:16:41 -0000 1.60
@@ -147,15 +147,24 @@
<div class="no-number no-toc linked-data" id="link-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#link-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="a.html#a.attrs.href">href</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="link.html#link" class="element">link</a>
+ element, through its
+ <a href="link.html#link.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="link.html#link" class="element">link</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="link.html#link.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="link-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a>
Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- area.html 9 Jul 2010 01:22:23 -0000 1.65
+++ area.html 12 Jul 2010 14:16:41 -0000 1.66
@@ -183,15 +183,24 @@
<div class="no-number no-toc linked-data" id="area-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#area-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="a.html#a.attrs.href">href</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="area.html#area" class="element">area</a>
+ element, through its
+ <a href="area.html#area.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="area.html#area" class="element">area</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="area.html#area.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="area-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a>
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- a.html 9 Jul 2010 01:22:23 -0000 1.70
+++ a.html 12 Jul 2010 14:16:41 -0000 1.71
@@ -180,15 +180,24 @@
<div class="no-number no-toc linked-data" id="a-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#a-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="a.html#a.attrs.href">href</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="a.html#a" class="element">a</a>
+ element, through its
+ <a href="a.html#a.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="a.html#a" class="element">a</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="a.html#a.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="a-details">
<h2 class="element-subhead">Details <a class="hash" href="#a-details">#</a>
Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- object.html 9 Jul 2010 01:22:26 -0000 1.64
+++ object.html 12 Jul 2010 14:16:42 -0000 1.65
@@ -187,15 +187,24 @@
<div class="no-number no-toc linked-data" id="object-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#object-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="object.html#object.attrs.data">data</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="object.html#object" class="element">object</a>
+ element, through its
+ <a href="object.html#object.attrs.data" class="attribute">data</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="object.html#object" class="element">object</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="object.html#object.attrs.data" class="attribute">data</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="object-details">
<h2 class="element-subhead">Details <a class="hash" href="#object-details">#</a>
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- img.html 9 Jul 2010 01:22:24 -0000 1.63
+++ img.html 12 Jul 2010 14:16:41 -0000 1.64
@@ -172,15 +172,24 @@
<div class="no-number no-toc linked-data" id="img-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#img-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="img.html#img" class="element">img</a>
+ element, through its
+ <a href="img.html#img.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="img.html#img" class="element">img</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="img.html#img.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="img-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a>
Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- embed.html 9 Jul 2010 01:22:24 -0000 1.57
+++ embed.html 12 Jul 2010 14:16:41 -0000 1.58
@@ -125,15 +125,24 @@
<div class="no-number no-toc linked-data" id="embed-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#embed-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="embed.html#embed" class="element">embed</a>
+ element, through its
+ <a href="embed.html#embed.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="embed.html#embed" class="element">embed</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="embed.html#embed.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="embed-details">
<h2 class="element-subhead">Details <a class="hash" href="#embed-details">#</a>
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- head.html 9 Jul 2010 01:22:24 -0000 1.48
+++ head.html 12 Jul 2010 14:16:41 -0000 1.49
@@ -84,7 +84,18 @@
</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 interface" id="head-interface">
+ <div class="no-number no-toc linked-data" id="head-linked-data">
+ <h2 class="element-subhead">Linked-data semantics <a class="hash" href="#head-linked-data">#</a>
+</h2>
+ <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 class="no-number no-toc interface" id="head-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#head-interface">#</a>
</h2>
<pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- base.html 9 Jul 2010 01:22:23 -0000 1.55
+++ base.html 12 Jul 2010 14:16:41 -0000 1.56
@@ -3,18 +3,18 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="W3C-ED.css" type="text/css">
-<title>HTML5: base – base URL </title>
+<title>HTML5: base – base URL </title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language Reference</a></h2>
<div class="nav">
-<span class="nav-prev"><a href="b.html">« b</a></span>
-<span class="nav-next"><a href="bdo.html">bdo »</a></span>
+<span class="nav-prev"><a href="b.html">« b</a></span>
+<span class="nav-next"><a href="bdo.html">bdo »</a></span>
</div>
<div id="base" class="section">
<h2 class="element-head">
-<span class="element">base</span> – <span class="shortdesc">base URL</span> <span class="spec-link"> <a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">ⓘ</a></span> <a class="hash" href="#base">#</a> <a class="toc-bak" href="Overview.html#base-toc">T</a>
+<span class="element">base</span> – <span class="shortdesc">base URL</span> <span class="spec-link"> <a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">ⓘ</a></span> <a class="hash" href="#base">#</a> <a class="toc-bak" href="Overview.html#base-toc">T</a>
</h2>
<div id="base-longdesc" class="longdesc">
<p>The <a href="base.html#base" class="element">base</a> element
@@ -39,9 +39,9 @@
</h2>
<div class="attr-content-models">
<p><span class="pattern" id="base.attrs"><a class="ref" href="common-attributes.html">common attributes</a>
- <span class="postfix intermixed">&</span> <span class="agroupof"> <span class="agroupof"><a class="ref" href="base.html#base.attrs.href" title="base.attrs.href">href</a><span class="postfix required" title="REQUIRED">★</span>
+ <span class="postfix intermixed">&</span> <span class="agroupof"> <span class="agroupof"><a class="ref" href="base.html#base.attrs.href" title="base.attrs.href">href</a><span class="postfix required" title="REQUIRED">★</span>
<span class="postfix intermixed">&</span> <a class="ref" href="base.html#base.attrs.target" title="base.attrs.target">target</a> </span>
- <span class="postfix or">or</span> <a class="ref" href="base.html#base.attrs.target" title="base.attrs.target">target</a><span class="postfix required" title="REQUIRED">★</span></span></span></p>
+ <span class="postfix or">or</span> <a class="ref" href="base.html#base.attrs.target" title="base.attrs.target">target</a><span class="postfix required" title="REQUIRED">★</span></span></span></p>
</div>
</div>
<div class="no-number no-toc" id="base-attributes">
@@ -51,13 +51,13 @@
<dt>
<a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="base.html#base.attrs.href">href</a> = <span class="attr-values">
<a href="datatypes.html#common.data.uri">URI</a>
- </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-base-href">ⓘ</a></span> </dt>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-base-href">ⓘ</a></span> </dt>
<dd>The base URL for the document.</dd>
<dt>
<a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="base.html#base.attrs.target">target</a> = <span class="attr-values">
<a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a>
- </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-base-target">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-base-target">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</dt>
<dd>A <a href="terminology.html#context">browsing context</a> name or
keyword for use in following hyperlinks.</dd>
@@ -85,12 +85,11 @@
<div class="no-number no-toc linked-data" id="base-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#base-linked-data">#</a>
</h2>
-<div id="linked-data">
<p>The
<a href="base.html#base">base</a>
- element can be used to set the RDFa <code>base</code>.</p>
+ element can be used to set the
+ <a href=".html#rdfa-base">RDFa base</a>.</p>
</div>
-</div>
<div class="no-number no-toc interface" id="base-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a>
</h2>
@@ -102,8 +101,8 @@
</div>
<hr class="footerbreak">
<div class="nav">
-<span class="nav-prev"><a href="b.html">« b</a></span>
-<span class="nav-next"><a href="bdo.html">bdo »</a></span>
+<span class="nav-prev"><a href="b.html">« b</a></span>
+<span class="nav-next"><a href="bdo.html">bdo »</a></span>
</div>
</body>
</html>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- spec.html 9 Jul 2010 01:22:26 -0000 1.239
+++ spec.html 12 Jul 2010 14:16:42 -0000 1.240
@@ -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>9 July 2010</em>
+<h2>W3C Editor’s Draft <em>12 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 9 July 2010 Editor’s Draft of
+ This document is the 12 July 2010 Editor’s Draft of
<cite>HTML: The Markup Language Reference</cite>.
If you’d like to comment on this document, the preferred
@@ -2859,15 +2859,24 @@
<div class="no-number no-toc linked-data" id="a-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#a-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#a" class="element">a</a>
+ element, through its
+ <a href="#a.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#a" class="element">a</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#a.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="a-details">
<h2 class="element-subhead">Details <a class="hash" href="#a-details">#</a>
@@ -3309,15 +3318,24 @@
<div class="no-number no-toc linked-data" id="area-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#area-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#area" class="element">area</a>
+ element, through its
+ <a href="#area.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#area" class="element">area</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#area.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="area-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a>
@@ -3662,15 +3680,24 @@
<div class="no-number no-toc linked-data" id="audio-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#audio-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#audio" class="element">audio</a>
+ element, through its
+ <a href="#audio.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#audio" class="element">audio</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#audio.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="audio-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a>
@@ -3820,12 +3847,11 @@
<div class="no-number no-toc linked-data" id="base-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#base-linked-data">#</a>
</h2>
-<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>
<div class="no-number no-toc interface" id="base-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a>
</h2>
@@ -4190,16 +4216,14 @@
<div class="no-number no-toc linked-data" id="body-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#body-linked-data">#</a>
</h2>
-<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>
section of
<a href="http://dev.w3.org/html5/rdfa/">HTML+RDFa 1.1</a>.</p>
</div>
-</div>
<div class="no-number no-toc interface" id="body-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a>
</h2>
@@ -6354,15 +6378,24 @@
<div class="no-number no-toc linked-data" id="embed-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#embed-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#embed" class="element">embed</a>
+ element, through its
+ <a href="#embed.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#embed" class="element">embed</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#embed.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="embed-details">
<h2 class="element-subhead">Details <a class="hash" href="#embed-details">#</a>
@@ -7423,7 +7456,18 @@
</h2>
<p class="permitted-parents"><span class="context-mdl"><a href="#html">html</a></span></p>
</div>
- <div class="no-number no-toc interface" id="head-interface">
+ <div class="no-number no-toc linked-data" id="head-linked-data">
+ <h2 class="element-subhead">Linked-data semantics <a class="hash" href="#head-linked-data">#</a>
+</h2>
+ <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 class="no-number no-toc interface" id="head-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#head-interface">#</a>
</h2>
<pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
@@ -7804,20 +7848,7 @@
</div>
- <div class="no-number no-toc linked-data" id="html-linked-data">
- <h2 class="element-subhead">Linked-data semantics <a class="hash" href="#html-linked-data">#</a>
-</h2>
-<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>
-<div class="no-number no-toc interface" id="html-interface">
+ <div class="no-number no-toc interface" id="html-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#html-interface">#</a>
</h2>
<pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
@@ -8064,15 +8095,24 @@
<div class="no-number no-toc linked-data" id="iframe-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#iframe-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#iframe" class="element">iframe</a>
+ element, through its
+ <a href="#iframe.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#iframe" class="element">iframe</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#iframe.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="iframe-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a>
@@ -8261,15 +8301,24 @@
<div class="no-number no-toc linked-data" id="img-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#img-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#img" class="element">img</a>
+ element, through its
+ <a href="#img.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#img" class="element">img</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#img.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="img-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a>
@@ -12977,15 +13026,24 @@
<div class="no-number no-toc linked-data" id="link-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#link-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#link" class="element">link</a>
+ element, through its
+ <a href="#link.attrs.href" class="attribute">href</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#link" class="element">link</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#link.attrs.href" class="attribute">href</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="link-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a>
@@ -13371,12 +13429,24 @@
<div class="no-number no-toc linked-data" id="meta.name-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#meta.name-linked-data">#</a>
</h2>
-<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>
<div class="no-number no-toc interface" id="meta.name-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a>
</h2>
@@ -14425,15 +14495,24 @@
<div class="no-number no-toc linked-data" id="object-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#object-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#object" class="element">object</a>
+ element, through its
+ <a href="#object.attrs.data" class="attribute">data</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#object" class="element">object</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#object.attrs.data" class="attribute">data</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="object-details">
<h2 class="element-subhead">Details <a class="hash" href="#object-details">#</a>
@@ -16175,15 +16254,24 @@
<div class="no-number no-toc linked-data" id="source-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#source-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#source" class="element">source</a>
+ element, through its
+ <a href="#source.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#source" class="element">source</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#source.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="source-details">
<h2 class="element-subhead">Details <a class="hash" href="#source-details">#</a>
@@ -17762,14 +17850,25 @@
<div class="no-number no-toc linked-data" id="time-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#time-linked-data">#</a>
</h2>
-<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>
-</div>
<div class="no-number no-toc" id="time-details">
<h2 class="element-subhead">Details <a class="hash" href="#time-details">#</a>
</h2>
@@ -18288,15 +18387,24 @@
<div class="no-number no-toc linked-data" id="video-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#video-linked-data">#</a>
</h2>
-<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>
+<p>The
+ <a href="#video" class="element">video</a>
+ element, through its
+ <a href="#video.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="#video" class="element">video</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="#video.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="video-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a>
Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- video.html 9 Jul 2010 01:22:27 -0000 1.67
+++ video.html 12 Jul 2010 14:16:42 -0000 1.68
@@ -176,15 +176,24 @@
<div class="no-number no-toc linked-data" id="video-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#video-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="video.html#video" class="element">video</a>
+ element, through its
+ <a href="video.html#video.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="video.html#video" class="element">video</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="video.html#video.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc interface" id="video-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a>
Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- source.html 9 Jul 2010 01:22:26 -0000 1.61
+++ source.html 12 Jul 2010 14:16:42 -0000 1.62
@@ -99,15 +99,24 @@
<div class="no-number no-toc linked-data" id="source-linked-data">
<h2 class="element-subhead">Linked-data semantics <a class="hash" href="#source-linked-data">#</a>
</h2>
-<div id="linked-data">
- <p>The Microdata property value for this element is the
- absolute URL that would result from successfully
- <a href="terminology.html#resolve-a-url">resolving</a>
- the value of the
- <a href="audio.html#audio.attrs.src">src</a>
- attribute relative to the element; otherwise, it is the empty
- string.</p>
- </div>
+<p>The
+ <a href="source.html#source" class="element">source</a>
+ element, through its
+ <a href="source.html#source.attrs.src" class="attribute">src</a>
+ attribute in combination with other
+ linked-data/metadata markup mechanisms, provides a
+ ready means for expressing semantic associations
+ with external content.</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="source.html#source" class="element">source</a>
+ element associates those named properties with the
+ external content represented by the value of the
+ <a href="source.html#source.attrs.src" class="attribute">src</a>
+ attribute (if any).</p>
</div>
<div class="no-number no-toc" id="source-details">
<h2 class="element-subhead">Details <a class="hash" href="#source-details">#</a>
Received on Monday, 12 July 2010 14:16:47 UTC