- From: poot <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 00:38:20 +0900 (JST)
- To: public-html-diffs@w3.org
mike: removed all "Linked-data semantics" subsections (bug 10083) http://www.w3.org/Bugs/Public/show_bug.cgi?id=10083 http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.242&r2=1.243&f=h =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- body.html 12 Jul 2010 14:16:41 -0000 1.58 +++ body.html 15 Jul 2010 15:36:15 -0000 1.59 @@ -219,18 +219,7 @@ </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 linked-data" id="body-linked-data"> - <h2 class="element-subhead">Linked-data semantics <a class="hash" href="#body-linked-data">#</a> -</h2> - <p>The - <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 class="no-number no-toc interface" id="body-interface"> + <div class="no-number no-toc interface" id="body-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.434 retrieving revision 1.435 diff -u -d -r1.434 -r1.435 --- Overview.html 12 Jul 2010 17:34:54 -0000 1.434 +++ Overview.html 15 Jul 2010 15:36:14 -0000 1.435 @@ -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>13 July 2010</em> +<h2>W3C Editor’s Draft <em>15 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 13 July 2010 Editor’s Draft of + This document is the 15 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.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- iframe.html 12 Jul 2010 14:16:41 -0000 1.69 +++ iframe.html 15 Jul 2010 15:36:16 -0000 1.70 @@ -156,29 +156,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="iframe-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a> </h2> <pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- meta.name.html 12 Jul 2010 14:16:41 -0000 1.55 +++ meta.name.html 15 Jul 2010 15:36:16 -0000 1.56 @@ -76,28 +76,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p> </div> - <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> - <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 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 class="no-number no-toc interface" id="meta.name-interface"> + <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> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- audio.html 12 Jul 2010 14:16:41 -0000 1.66 +++ audio.html 15 Jul 2010 15:36:15 -0000 1.67 @@ -152,29 +152,7 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="audio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(), Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- time.html 12 Jul 2010 14:16:42 -0000 1.57 +++ time.html 15 Jul 2010 15:36:16 -0000 1.58 @@ -92,28 +92,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> - <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, with the text provided by the - <a href="syntax.html#text-content">text content</a> - of the element.</p> - </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.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- link.html 12 Jul 2010 14:16:41 -0000 1.60 +++ link.html 15 Jul 2010 15:36:16 -0000 1.61 @@ -144,29 +144,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="link-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- area.html 12 Jul 2010 14:16:41 -0000 1.66 +++ area.html 15 Jul 2010 15:36:15 -0000 1.67 @@ -180,29 +180,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="area-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- a.html 12 Jul 2010 17:34:54 -0000 1.72 +++ a.html 15 Jul 2010 15:36:15 -0000 1.73 @@ -177,28 +177,7 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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-changes"> <h2 class="element-subhead">Changes in HTML5 <a class="hash" href="#a-changes">#</a> </h2> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- object.html 12 Jul 2010 14:16:42 -0000 1.65 +++ object.html 15 Jul 2010 15:36:16 -0000 1.66 @@ -184,28 +184,7 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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> </h2> Index: terminology.html =================================================================== RCS file: /sources/public/html5/markup/terminology.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- terminology.html 12 Jul 2010 21:18:11 -0000 1.34 +++ terminology.html 15 Jul 2010 15:36:16 -0000 1.35 @@ -82,9 +82,6 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a> intermixed with <a href="syntax.html#normal-character-data">normal character data</a>.</dd> - <dt><dfn id="rdfa-current-language" title="rdfa-current-language">RDFa current language</dfn></dt> - <dd>As defined in - <a href="http://www.w3.org/TR/rdfa-core/">RDFa Core 1.1</a>.</dd> <dt><dfn id="resolve-a-url" title="resolve-a-url">resolve a URL</dfn></dt> <dd>To resolve a URL to an absolute URL, as defined in <a href="references.html#refsHTML5">[HTML5]</a>. Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- img.html 12 Jul 2010 14:16:41 -0000 1.64 +++ img.html 15 Jul 2010 15:36:16 -0000 1.65 @@ -169,29 +169,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="img-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image" title="dom-image">Image</a>(), Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- embed.html 12 Jul 2010 14:16:41 -0000 1.58 +++ embed.html 15 Jul 2010 15:36:16 -0000 1.59 @@ -122,28 +122,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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> </h2> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/head.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- head.html 12 Jul 2010 14:16:41 -0000 1.49 +++ head.html 15 Jul 2010 15:36:16 -0000 1.50 @@ -84,18 +84,7 @@ </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 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"> + <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: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- common-attributes.html 12 Jul 2010 21:18:10 -0000 1.50 +++ common-attributes.html 15 Jul 2010 15:36:16 -0000 1.51 @@ -128,8 +128,6 @@ <a href="syntax.html#contents">contents</a> of the element and for any of the element’s attributes that contain text.</dd> -<dd>Can also be used to set the - <a href="terminology.html#rdfa-current-language">RDFa current language</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.spellcheck" title="common.attrs.spellcheck" href="common-attributes.html#common.attrs.spellcheck">spellcheck</a> = <span class="attr-values"> @@ -552,8 +550,6 @@ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/.html#attr--common.attrs.xmllang">ⓘ</a></span> </dt> <dd>As defined in the XML specification <a href="references.html#refsXML">[XML]</a>.</dd> -<dd>Can also be used to set the - <a href="terminology.html#rdfa-current-language">RDFa current language</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.xmlspace" title="common.attrs.xmlspace" href="common-attributes.html#common.attrs.xmlspace">xml:space</a> = <span class="attr-values">"preserve" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/.html#attr--common.attrs.xmlspace">ⓘ</a></span> </dt> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- base.html 12 Jul 2010 21:18:10 -0000 1.57 +++ base.html 15 Jul 2010 15:36:15 -0000 1.58 @@ -82,18 +82,7 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="head.html#head">head</a></span></p> </div> - <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> - <p>The - <a href="base.html#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 class="no-number no-toc interface" id="base-interface"> + <div class="no-number no-toc interface" id="base-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.242 retrieving revision 1.243 diff -u -d -r1.242 -r1.243 --- spec.html 12 Jul 2010 21:18:10 -0000 1.242 +++ spec.html 15 Jul 2010 15:36:16 -0000 1.243 @@ -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>13 July 2010</em> +<h2>W3C Editor’s Draft <em>15 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 13 July 2010 Editor’s Draft of + This document is the 15 July 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’d like to comment on this document, the preferred @@ -810,9 +810,6 @@ <a href="#common.elem.phrasing">phrasing elements</a> intermixed with <a href="#normal-character-data">normal character data</a>.</dd> - <dt><dfn id="rdfa-current-language" title="rdfa-current-language">RDFa current language</dfn></dt> - <dd>As defined in - <a href="http://www.w3.org/TR/rdfa-core/">RDFa Core 1.1</a>.</dd> <dt><dfn id="resolve-a-url" title="resolve-a-url">resolve a URL</dfn></dt> <dd>To resolve a URL to an absolute URL, as defined in <a href="#refsHTML5">[HTML5]</a>. @@ -2859,28 +2856,7 @@ <a href="#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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-changes"> <h2 class="element-subhead">Changes in HTML5 <a class="hash" href="#a-changes">#</a> </h2> @@ -3329,29 +3305,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="area-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -3691,29 +3645,7 @@ <a href="#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="audio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(), @@ -3873,18 +3805,7 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="#head">head</a></span></p> </div> - <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> - <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 class="no-number no-toc interface" id="base-interface"> + <div class="no-number no-toc interface" id="base-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -4245,18 +4166,7 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="#html">html</a></span></p> </div> - <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> - <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 class="no-number no-toc interface" id="body-interface"> + <div class="no-number no-toc interface" id="body-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -6425,28 +6335,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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> </h2> @@ -7506,18 +7395,7 @@ </h2> <p class="permitted-parents"><span class="context-mdl"><a href="#html">html</a></span></p> </div> - <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"> + <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> @@ -8160,29 +8038,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="iframe-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a> </h2> <pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -8366,29 +8222,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="img-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a> </h2> <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image" title="dom-image">Image</a>(), @@ -13091,29 +12925,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="#noscript">noscript</a></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="link-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -13506,28 +13318,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.metadata">metadata elements</a></span></span></p> </div> - <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> - <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 class="no-number no-toc interface" id="meta.name-interface"> + <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> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { @@ -14572,28 +14363,7 @@ <a href="#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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> </h2> @@ -16344,28 +16114,7 @@ </h2> <p class="permitted-parents"><a href="#audio">audio</a>, <a href="#video">video</a></p> </div> - <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> -<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> </h2> @@ -17940,28 +17689,7 @@ <p class="permitted-parents"><span class="context-mdl"><span>any element that can contain <a href="#common.elem.phrasing">phrasing elements</a></span></span></p> </div> - <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> - <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 class="no-number no-toc" id="time-details"> <h2 class="element-subhead">Details <a class="hash" href="#time-details">#</a> </h2> @@ -18477,29 +18205,7 @@ <a href="#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="video-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> { @@ -18810,8 +18516,6 @@ <a href="#contents">contents</a> of the element and for any of the element’s attributes that contain text.</dd> -<dd>Can also be used to set the - <a href="#rdfa-current-language">RDFa current language</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.spellcheck" title="common.attrs.spellcheck" href="#common.attrs.spellcheck">spellcheck</a> = <span class="attr-values"> @@ -19234,8 +18938,6 @@ </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/.html#attr--common.attrs.xmllang">ⓘ</a></span> </dt> <dd>As defined in the XML specification <a href="#refsXML">[XML]</a>.</dd> -<dd>Can also be used to set the - <a href="#rdfa-current-language">RDFa current language</a>.</dd> <dt> <a class="attribute-name" id="common.attrs.xmlspace" title="common.attrs.xmlspace" href="#common.attrs.xmlspace">xml:space</a> = <span class="attr-values">"preserve" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/.html#attr--common.attrs.xmlspace">ⓘ</a></span> </dt> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- video.html 12 Jul 2010 14:16:42 -0000 1.68 +++ video.html 15 Jul 2010 15:36:16 -0000 1.69 @@ -173,29 +173,7 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span>, <span class="context-mdl"><span>any element that can contain <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> - <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> -<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"> + <div class="no-number no-toc interface" id="video-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> { Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- source.html 12 Jul 2010 14:16:42 -0000 1.62 +++ source.html 15 Jul 2010 15:36:16 -0000 1.63 @@ -96,28 +96,7 @@ </h2> <p class="permitted-parents"><a href="audio.html#audio">audio</a>, <a href="video.html#video">video</a></p> </div> - <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> -<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> </h2>
Received on Thursday, 15 July 2010 15:37:25 UTC