- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Aug 2010 19:55:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv18720/elements Modified Files: a.html abbr.html address.html area.html article.html aside.html audio.html b.html base.html bdo.html blockquote.html body.html br.html button.button.html button.reset.html button.submit.html canvas.html caption.html cite.html code.html col.html colgroup.html command.checkbox.html command.command.html command.radio.html datalist.html dd.html del.html details.html dfn.html div.html dl.html dt.html em.html embed.html fieldset.html figcaption.html figure.html footer.html form.html h1.html h2.html h3.html h4.html h5.html h6.html head.html header.html hgroup.html hr.html html.html i.html iframe.html img.html input.button.html input.checkbox.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.file.html input.hidden.html input.image.html input.month.html input.number.html input.password.html input.radio.html input.range.html input.reset.html input.search.html input.submit.html input.tel.html input.text.html input.time.html input.url.html input.week.html kbd.html keygen.html label.html legend.html li.html link.html map.html mark.html menu.html meta.charset.html meta.http-equiv.content-language.html meta.http-equiv.content-type.html meta.http-equiv.default-style.html meta.http-equiv.refresh.html meta.name.html meter.html nav.html noscript.html object.html ol.html optgroup.html option.html output.html p.html param.html pre.html progress.html q.html rp.html rt.html ruby.html samp.html script.html section.html select.html small.html source.html span.html strong.html style.html sub.html summary.html sup.html table.html tbody.html td.html textarea.html tfoot.html th.html thead.html time.html title.html tr.html ul.html var.html video.html wbr.html Removed Files: dir.html Log Message: 色々 Index: body.html =================================================================== RCS file: /sources/public/html5/markup/elements/body.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- body.html 23 Jul 2010 13:31:06 -0000 1.13 +++ body.html 12 Aug 2010 19:55:34 -0000 1.14 @@ -2,7 +2,9 @@ <h4>The body element</h4> <div id="shortdesc">document body</div> <div id="longdesc"> - <p>The <a href="#body" class="element">body</a> element + <p>The + <span class="element">body</span> + element represents the body of a document (as opposed to the document’s metadata).</p> </div> @@ -29,7 +31,7 @@ <dd>Document failed to load properly.</dd> </dl> <dl> - <dt id="body.attrs.onblur">onblur</dt> + <dt id="body.attrs.onfocus">onfocus</dt> <dd>Document received focus.</dd> </dl> <dl> @@ -80,28 +82,28 @@ </div> <div id="tags"> <p>A - <a href="#body" class="element">body</a> + <span class="element">body</span> element’s <span title="syntax-start-tag">start tag</span> may be omitted if the first thing inside the - <a href="#body" class="element">body</a> + <span class="element">body</span> element is not a <a href="#space">space character</a> or a <a href="#comments" title="syntax-comments">comment</a>, except if the first thing inside the - <a href="#body" class="element">body</a> + <span class="element">body</span> element is a <a href="#script" class="element">script</a> or <a href="#style" class="element">style</a> element.</p> <p>A - <a href="#body" class="element">body</a> + <span class="element">body</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#body" class="element">body</a> + <span class="element">body</span> element is not immediately followed by a <a href="#comments" title="syntax-comments">comment</a> and the element is either not empty or its Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/elements/legend.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- legend.html 10 Feb 2010 18:47:41 -0000 1.5 +++ legend.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,9 +2,12 @@ <h4>The legend element</h4> <div id="shortdesc">title or explanatory caption</div> <div id="longdesc"> - <p>The <a href="#legend" class="element">legend</a> element + <p>The + <span class="element">legend</span> + element represents a title or explanatory caption for the rest of the - contents of the <a href="#legend" class="element">legend</a> + contents of the + <span class="element">legend</span> element’s parent element.</p> </div> <div id="prose-model">Phrasing content</div> Index: address.html =================================================================== RCS file: /sources/public/html5/markup/elements/address.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- address.html 29 Jan 2010 02:30:51 -0000 1.6 +++ address.html 12 Aug 2010 19:55:33 -0000 1.7 @@ -2,15 +2,18 @@ <h4>The address element</h4> <div id="shortdesc">contact information</div> <div id="longdesc"> - <p>The <a href="#address" class="element">address</a> + <p>The + <span class="element">address</span> element represents contact information.</p> </div> <div id="prose-model">Flow content</div> <div id="details"> - <p>If an <a href="#address" class="element">address</a> + <p>If an + <span class="element">address</span> element applies to a <a href="#body">body</a> element, then it represents contact information for the document as a - whole. If an <a href="#address" class="element">address</a> + whole. If an + <span class="element">address</span> element applies to a section of a document, then it represents contact information for that section only.</p> </div> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/elements/th.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- th.html 16 Feb 2010 10:28:27 -0000 1.8 +++ th.html 12 Aug 2010 19:55:37 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The th element</h4> <div id="shortdesc">table header cell</div> <div id="longdesc"> - <p>The <a href="#th" class="element">th</a> element represents + <p>The + <span class="element">th</span> + element represents a header cell in a table.</p> </div> <div id="prose-model">Phrasing content</div> @@ -10,46 +12,46 @@ <dl> <dt id="th.attrs.scope">scope</dt> <dd>Specifies what set of cells the - <a href="#th" class="element">th</a> + <span class="element">th</span> element applies to.</dd> </dl> <dl> <dt id="th.attrs.headers">headers</dt> <dd>Identifies one or more - <a href="#th" class="element">th</a> + <span class="element">th</span> elements that apply to its - <a href="#th" class="element">th</a>.</dd> + <span class="element">th</span>.</dd> </dl> <dl> <dt id="th.attrs.colspan">colspan</dt> <dd>Specifies the number of adjacent columns “spanned” by its - <a href="#th" class="element">th</a> + <span class="element">th</span> element.</dd> </dl> <dl> <dt id="th.attrs.rowspan">rowspan</dt> <dd>Specifies the number of following rows “spanned” by its - <a href="#th" class="element">th</a> + <span class="element">th</span> element.</dd> </dl> </div> <div id="tags"> <p>A - <a href="#th" class="element">th</a> + <span class="element">th</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#th" class="element">th</a> + <span class="element">th</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#th" class="element">th</a> + <span class="element">th</span> element is immediately followed by a <a href="#td" class="element">td</a> or - <a href="#th" class="element">th</a> + <span class="element">th</span> element, or if there is no more content in the parent element.</p> </div> Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/elements/mark.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mark.html 3 Feb 2010 10:27:04 -0000 1.5 +++ mark.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The mark element</h4> <div id="shortdesc" class="new">marked (highlighted) text</div> <div id="longdesc"> - <p>The <a href="#mark" class="element">mark</a> element + <p>The + <span class="element">mark</span> + element represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in another context.</p> Index: br.html =================================================================== RCS file: /sources/public/html5/markup/elements/br.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- br.html 10 Feb 2010 12:48:55 -0000 1.6 +++ br.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,8 +2,9 @@ <h4>The br element</h4> <div id="shortdesc">line break</div> <div id="longdesc"> - <p>The <a href="#br" class="element">br</a> element represents - a line break.</p> + <p>The + <span class="element">br</span> + element represents a line break.</p> </div> <div id="prose-model">Empty</div> <div id="dom-interface">HTMLBRElement</div> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.email.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.email.html 27 Jul 2010 09:23:47 -0000 1.6 +++ input.email.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "email"</h4> <div id="shortdesc" class="new">e-mail address input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>email</code>" represents a control for editing a list of e-mail addresses given in the @@ -13,7 +15,7 @@ <dl> <dt id="input.email.attrs.type">type</dt> <dd>Specifies that its - <a href="#input" class="element">input</a> + <span class="element">input</span> element is a control for editing an e-mail address or list of e-mail addresses given in the element’s value.</dd> </dl> Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/elements/tr.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- tr.html 16 Feb 2010 10:28:27 -0000 1.6 +++ tr.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The tr element</h4> <div id="shortdesc">table row</div> <div id="longdesc"> - <p>The <a href="#tr" class="element">tr</a> element represents + <p>The + <span class="element">tr</span> + element represents a row of cells in a table.</p> </div> <div id="prose-model"> @@ -21,17 +23,17 @@ </div> <div id="tags"> <p>A - <a href="#tr" class="element">tr</a> + <span class="element">tr</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#tr" class="element">tr</a> + <span class="element">tr</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#tr" class="element">tr</a> + <span class="element">tr</span> element is immediately followed by another - <a href="#tr" class="element">tr</a> + <span class="element">tr</span> element, or if there is no more content in the parent element.</p> </div> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.month.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.month.html 10 Feb 2010 18:47:40 -0000 1.6 +++ input.month.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "month"</h4> <div id="shortdesc" class="new">year-and-month input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>month</code>" represents a control for setting the element’s value to a string @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.month.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a month.</dd> </dl> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/elements/iframe.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- iframe.html 27 Jul 2010 06:09:46 -0000 1.12 +++ iframe.html 12 Aug 2010 19:55:35 -0000 1.13 @@ -2,7 +2,9 @@ <h4>The iframe element</h4> <div id="shortdesc">nested browsing context (inline frame)</div> <div id="longdesc"> - <p>The <a href="#iframe" class="element">iframe</a> element + <p>The + <span class="element">iframe</span> + element introduces a new nested browsing context.</p> </div> <div id="prose-model"> @@ -27,7 +29,7 @@ <dl> <dt id="iframe.attrs.sandbox" class="new">sandbox</dt> <dd>Instructs the UA to “sandbox” the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> by disallowing/disabling various features, and then (optionally) re-allowing/re-enabling particular features.</dd> <dd>The presence of this attribute—even if no value is given @@ -39,24 +41,24 @@ <ul> <li><b>plugins</b> are disallowed/disabled within the - <a href="#iframe">iframe</a></li> + <span class="element">iframe</span></li> <li><b>forms</b> are disallowed/disabled within the - <a href="#iframe">iframe</a></li> + <span class="element">iframe</span></li> <li><b>scripts</b> are disallowed/disabled within the - <a href="#iframe">iframe</a></li> + <span class="element">iframe</span></li> <li><b>links to other <a href="#context">browsing contexts</a></b> are disallowed/disabled within the - <a href="#iframe">iframe</a></li> + <span class="element">iframe</span></li> <li><b>same-origin treatment</b> of the content hosted by the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> and the content which hosts the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> is disallowed/disabled; the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> is instead treated as being from a unique origin</li> </ul> @@ -71,38 +73,42 @@ <li><code>allow-scripts</code>: re-enables scripts</li> <li><code>allow-top-navigation</code>: re-enables links within the content of the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> to navigate to its <a href="#top-level-context">top-level browsing context</a></li> <li><code>allow-same-origin</code>: re-enables same-origin treatment of the content hosted by the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> and the content which hosts the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> (instead of forcing the - <a href="#iframe">iframe</a> + <span class="element">iframe</span> into a unique origin)</li> </ul> </dd> </dl> <dl> <dt id="iframe.attrs.seamless" class="new">seamless</dt> - <dd>Instructs the UA that the <code><a - href="#iframe">iframe</a></code> element's <a - href="#context">browsing context</a> is to be rendered + <dd>Instructs the UA that the + <span class="element">iframe</span> + element’s + <a href="#context">browsing context</a> + is to be rendered in a manner that makes it appear to be part of the containing document (seamlessly included in the parent document).</dd> </dl> <dl> <dt id="iframe.attrs.width">width</dt> - <dd>The width of the <a href="#iframe">iframe</a>, in CSS - pixels.</dd> + <dd>The width of the + <span class="element">iframe</span>, + in CSS pixels.</dd> </dl> <dl> <dt id="iframe.attrs.height">height</dt> - <dd>The height of the <a href="#iframe">iframe</a>, in CSS - pixels.</dd> + <dd>The height of the + <span class="element">iframe</span>, + in CSS pixels.</dd> </dl> </div> <div id="dom-interface">HTMLIFrameElement</div> Index: abbr.html =================================================================== RCS file: /sources/public/html5/markup/elements/abbr.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- abbr.html 29 Jan 2010 02:30:51 -0000 1.7 +++ abbr.html 12 Aug 2010 19:55:33 -0000 1.8 @@ -3,13 +3,16 @@ <div id="shortdesc">abbreviation</div> <div id="longdesc"> <p>The - <a href="#abbr" class="element">abbr</a> + <span class="element">abbr</span> element represents an abbreviation or acronym.</p> </div> <div id="prose-model">Phrasing content</div> <div id="details"> - <p>The <span class="attribute">title</span> attribute on the - <a href="#abbr" class="element">abbr</a> element represents the + <p>The + <span class="attribute">title</span> + attribute on the + <span class="element">abbr</span> + element represents the expansion of the abbreviation or acronym.</p> </div> </div> Index: div.html =================================================================== RCS file: /sources/public/html5/markup/elements/div.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- div.html 10 Feb 2010 12:49:08 -0000 1.6 +++ div.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,17 +2,20 @@ <h4>The div element</h4> <div id="shortdesc">generic flow container</div> <div id="longdesc"> - <p>The <a href="#div" class="element">div</a> element is a + <p>The + <span class="element">div</span> + element is a generic container for flow content that by itself does not represent anything.</p> </div> <div id="prose-model">Flow content</div> <div id="details"> - <p>The <a href="#div" class="element">div</a> + <p>The + <span class="element">div</span> can be used with attributes such as <a href="#common.attrs.class">class</a>, - <a href="#common.attrs.lang">lang</a>/<a - href="#common.attrs.xmllang">xml:lang</a>, + <a href="#common.attrs.lang">lang</a>, + <a href="#common.attrs.xmllang">xml:lang</a>, and <a href="#common.attrs.title">title</a> to add additional semantics and structure to flow content.</p> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.name.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- meta.name.html 15 Jul 2010 15:36:17 -0000 1.11 +++ meta.name.html 12 Aug 2010 19:55:36 -0000 1.12 @@ -2,8 +2,12 @@ <h4>The meta element with the "name" attribute</h4> <div id="shortdesc">name-value metadata</div> <div id="longdesc"> - <p>The <a href="#meta" class="element">meta</a> element - with a <span class="attribute">name</span> attribute + <p>The + <span class="element">meta</span> + element + with a + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute represents document metadata in the form of name/value pairs.</p> </div> <div id="prose-model">Empty</div> @@ -18,44 +22,88 @@ </dl> </div> <ul id="constraints"> - <li>The <a href="#meta.name.attrs.name">name</a> attribute - on the <a href="#meta" class="element">meta</a> element - must be either a <a href="#defined-metadata-name" - >defined metadata name</a> or a <a - href="#registered-metadata-name" >registered metadata name</a>.</li> + <li>The + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute + on the + <span class="element">meta</span> + element + <a href="#must-requirement">must</a> + be either a + <a href="#defined-metadata-name" >defined metadata name</a> + or a + <a href="#registered-metadata-name" >registered metadata name</a>.</li> <li>A <dfn id="defined-metadata-name" >defined metadata name</dfn> is any of the following:</li> <dl> + <dt>application-name</dt> + <dd>When the + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute is set to + "<code>application-name</code>", + the value of the + <a href="#meta.name.attrs.content">content</a> + attribute + <a href="#must-requirement">must</a> + be a string representing the name of the Web application + that the page represents.</dd> + </dl> + <dl> + <dt>author</dt> + <dd>When the + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute is set to + "<code>author</code>", + the value of the + <a href="#meta.name.attrs.content">content</a> + attribute + <a href="#must-requirement">must</a> + be a string that gives the name of one of the authors of + the document.</dd> + </dl> + <dl> <dt>description</dt> - <dd>When the <a href="#meta.name.attrs.name">name</a> - attribute is set to "<code>description</code>", - the value of the <a - href="#meta.name.attrs.content">content</a> attribute - must be a string that describes the page.</dd> + <dd>When the + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute is set to + "<code>description</code>", + the value of the + <a href="#meta.name.attrs.content">content</a> + attribute + <a href="#must-requirement">must</a> + be a string that describes the page.</dd> </dl> <dl> <dt>generator</dt> - <dd>When the <a href="#meta.name.attrs.name">name</a> - attribute is set to "<code>generator</code>", - the value of the <a - href="#meta.name.attrs.content">content</a> attribute - must be a string - that identifies the software used to generate the - document.</dd> + <dd>When the + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute is set to + "<code>generator</code>", + the value of the + <a href="#meta.name.attrs.content">content</a> + attribute + <a href="#must-requirement">must</a> + be a string that identifies the software + used to generate the document.</dd> </dl> <dl> - <dt>application-name</dt> - <dd>When the <a href="#meta.name.attrs.name">name</a> - attribute is set to "<code>application-name</code>", - the value of the <a - href="#meta.name.attrs.content">content</a> attribute - must be a string representing the name of the Web - application that the page represents.</dd> + <dt>keywords</dt> + <dd>When the + <a href="#meta.name.attrs.name" class="attribute">name</a> + attribute is set to + "<code>keywords</code>", + the value of the + <a href="#meta.name.attrs.content">content</a> + attribute + <a href="#must-requirement">must</a> + be a + <a href="#data-comma-separated-strings">set of comma-separated strings</a>, + each of which is a keyword relevant to the document.</dd> </dl> - <li>A <dfn id="registered-metadata-name" >registered metadata - name</dfn> is any metadata name registered in the central <a - href="http://wiki.whatwg.org/wiki/MetaExtensions" - >MetaExtensions registration page</a>.</li> + <li>A + <dfn id="registered-metadata-name" >registered metadata name</dfn> + is any metadata name registered in the central + <a href="http://wiki.whatwg.org/wiki/MetaExtensions">MetaExtensions registration page</a>.</li> </ul> <div id="dom-interface">HTMLMetaElement</div> </div> Index: table.html =================================================================== RCS file: /sources/public/html5/markup/elements/table.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- table.html 16 Feb 2010 10:28:27 -0000 1.9 +++ table.html 12 Aug 2010 19:55:37 -0000 1.10 @@ -2,7 +2,9 @@ <h4>The table element</h4> <div id="shortdesc">table</div> <div id="longdesc"> - <p>The <a href="#table" class="element">table</a> element + <p>The + <span class="element">table</span> + element represents a table; that is, data with more than one dimension.</p> </div> @@ -40,7 +42,7 @@ </div> <div id="details"> <p>Although in previous versions of HTML a - <a href="#table" class="element">table</a> + <span class="element">table</span> element was only allowed to contain a <a href="#tfoot" class="element">tfoot</a> element if that @@ -50,7 +52,7 @@ or <a href="#tr" class="element">tr</a> elements, but not after, the - <a href="#table" class="element">table</a> + <span class="element">table</span> element is now also alternatively allowed to contain a <a href="#tfoot" class="element">tfoot</a> Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/elements/nav.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- nav.html 12 Apr 2010 04:06:50 -0000 1.8 +++ nav.html 12 Aug 2010 19:55:36 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The nav element</h4> <div id="shortdesc" class="new">group of navigational links</div> <div id="longdesc"> - <p>The <a href="#nav" class="element">nav</a> element + <p>The + <span class="element">nav</span> + element represents a section of a document that links to other documents or to parts within the document itself; that is, a section of navigation links.</p> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/elements/html.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- html.html 12 Jul 2010 14:16:43 -0000 1.15 +++ html.html 12 Aug 2010 19:55:35 -0000 1.16 @@ -2,7 +2,9 @@ <h4>The html element</h4> <div id="shortdesc">root element</div> <div id="longdesc"> - <p>The <a href="#html" class="element">html</a> element + <p>The + <span class="element">html</span> + element represents the root of a document.</p> </div> <div id="attributes"> @@ -22,19 +24,19 @@ </div> <div id="tags"> <p>An - <a href="#html" class="element">html</a> + <span class="element">html</span> element’s <span title="syntax-start-tag">start tag</span> may be omitted if the first thing inside the - <a href="#html" class="element">html</a> + <span class="element">html</span> element is not a <a href="#comments" title="syntax-comments">comment</a>.</p> <p>An - <a href="#html" class="element">html</a> + <span class="element">html</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#html" class="element">html</a> + <span class="element">html</span> element is not immediately followed by a <a href="#comments" title="syntax-comments">comment</a> and the element contains a Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-type.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- meta.http-equiv.content-type.html 10 Feb 2010 18:47:41 -0000 1.6 +++ meta.http-equiv.content-type.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The meta element with the "content-type" attribute</h4> <div id="shortdesc">document character-encoding declaration</div> <div id="longdesc"> - <p>A <a href="#meta" class="element">meta</a> element with a + <p>A + <span class="element">meta</span> + element with a <span class="attribute">http-equiv</span> attribute whose value is "<a href="#meta.http-equiv.attrs.http-equiv.content-type" @@ -14,7 +16,9 @@ </div> <div id="prose-model">Empty</div> <div id="details"> - <p>A <a href="#meta" class="element">meta</a> element with a + <p>A + <span class="element">meta</span> + element with a <span class="attribute">http-equiv</span> attribute whose value is "<a href="#meta.http-equiv.attrs.http-equiv.content-type" @@ -31,8 +35,9 @@ <dl> <dt id="meta.http-equiv.attrs.http-equiv.content-type" >http-equiv</dt> - <dd>Indicates that the <a href="#meta" - class="element">meta</a> element is in the <a + <dd>Indicates that the + <span class="element">meta</span> + element is in the <a href="#encoding-declaration-state" >encoding declaration state</a> and represents a <a href="#encoding-declaration" >character encoding @@ -46,22 +51,26 @@ </dl> </div> <ul id="constraints"> - <li>A <a href="#meta" class="element">meta</a> element in the + <li>A + <span class="element">meta</span> + element in the <a href="#encoding-declaration-state" >encoding declaration state</a> may be used in a <a href="#syntax-document-html">document in the HTML syntax</a>, but it must not be used in a <a href="#syntax-document-xml">document in the XML syntax</a>.</li> - <li>There must not be more than one <a href="#meta" - class="element">meta</a> element in the <a + <li>There must not be more than one + <span class="element">meta</span> + element in the <a href="#encoding-declaration-state" >encoding declaration state</a> per document.</li> <li>If a document contains a - <a href="#meta" class="element">meta</a> + <span class="element">meta</span> element in the <a href="#encoding-declaration-state" >encoding declaration state</a>, - then the document must not contain a <a href="#meta" - class="element">meta</a> element with a <a + then the document must not contain a + <span class="element">meta</span> + element with a <a href="#meta.charset.attrs.charset">charset</a> attribute.</li> </ul> Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/elements/footer.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- footer.html 2 Mar 2010 07:29:51 -0000 1.7 +++ footer.html 12 Aug 2010 19:55:35 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The footer element</h4> <div id="shortdesc" class="new">footer</div> <div id="longdesc"> - <p>The <a href="#footer" class="element">footer</a> element + <p>The + <span class="element">footer</span> + element represents the footer for the section it applies to.</p> </div> <div id="prose-model">Flow content</div> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-language.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- meta.http-equiv.content-language.html 29 Jul 2010 09:39:26 -0000 1.5 +++ meta.http-equiv.content-language.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,12 +2,14 @@ <h4>The meta element with the http-equiv attribute set to "content-language"</h4> <div id="shortdesc" class="obsoleted">“default language” pragma directive</div> <div id="longdesc"> - <p>The <a href="#meta" class="element">meta</a> element + <p>The + <span class="element">meta</span> + element with a <span class="attribute">http-equiv</span> attribute whose value is "<code>content-language</code>" represents a pragma directive that specifies a document-wide default language.</p> <p class="warning">Using the - <a href="#meta" class="element">meta</a> + <span class="element">meta</span> element to specify the document-wide default language is obsolete. Consider specifying the language on the root element instead.</p> @@ -18,7 +20,7 @@ <dt id="meta.http-equiv.attrs.http-equiv.content-language" >http-equiv</dt> <dd>Indicates that the - <a href="#meta" class="element">meta</a> + <span class="element">meta</span> element is a pragma directive that specifies a document-wide default language.</dd> </dl> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/elements/script.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- script.html 16 Feb 2010 10:28:27 -0000 1.14 +++ script.html 12 Aug 2010 19:55:37 -0000 1.15 @@ -2,7 +2,9 @@ <h4>The script element</h4> <div id="shortdesc">embedded script</div> <div id="longdesc"> - <p>The <a href="#script" class="element">script</a> element + <p>The + <span class="element">script</span> + element enables dynamic script and data blocks to be included in documents.</p> </div> <div id="prose-model"> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.range.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.range.html 10 Feb 2010 18:47:40 -0000 1.6 +++ input.range.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "range"</h4> <div id="shortdesc" class="new">imprecise number-input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>range</code>" represents an imprecise control for setting the element’s value to a @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.range.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is an imprecise control for setting the element’s value to a string representing a number.</dd> </dl> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- audio.html 5 Aug 2010 02:36:47 -0000 1.16 +++ audio.html 12 Aug 2010 19:55:34 -0000 1.17 @@ -2,8 +2,9 @@ <h4>The audio element</h4> <div id="shortdesc" class="new">audio stream</div> <div id="longdesc"> - <p>An <a href="#audio" class="element">audio</a> element - represents an audio stream.</p> + <p>An + <span class="element">audio</span> + element represents an audio stream.</p> </div> <div id="prose-model"> <p>If the element does not have a Index: time.html =================================================================== RCS file: /sources/public/html5/markup/elements/time.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- time.html 15 Jul 2010 15:36:17 -0000 1.13 +++ time.html 12 Aug 2010 19:55:37 -0000 1.14 @@ -2,7 +2,9 @@ <h4>The time element</h4> <div id="shortdesc" class="new">date and/or time</div> <div id="longdesc"> - <p>The <a href="#time" class="element">time</a> element + <p>The + <span class="element">time</span> + element represents a date and/or time.</p> </div> <div id="prose-model">Phrasing content</div> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.default-style.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- meta.http-equiv.default-style.html 10 Feb 2010 18:47:41 -0000 1.6 +++ meta.http-equiv.default-style.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The meta element with the http-equiv attribute set to "default-style"</h4> <div id="shortdesc">“preferred stylesheet” pragma directive</div> <div id="longdesc"> - <p>The <a href="#meta" class="element">meta</a> element + <p>The + <span class="element">meta</span> + element with a <span class="attribute">http-equiv</span> attribute whose value is "<code>default-style</code>" represents a pragma directive that specifies the document’s preferred stylesheet.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="meta.http-equiv.attrs.http-equiv.default-style">http-equiv</dt> - <dd>Indicates that the <a href="#meta" - class="element">meta</a> element is a pragma directive + <dd>Indicates that the + <span class="element">meta</span> + element is a pragma directive that specifies the document’s preferred stylesheet.</dd> </dl> <dl> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/elements/keygen.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- keygen.html 10 Feb 2010 18:47:41 -0000 1.4 +++ keygen.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The keygen element</h4> <div id="shortdesc" class="new">key-pair generator/input control</div> <div id="longdesc"> - <p>The <a href="#keygen" class="element">keygen</a> element + <p>The + <span class="element">keygen</span> + element represents a control for generating a public-private key pair and for submitting the public key from that key pair.</p> </div> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.command.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- command.command.html 10 Feb 2010 12:49:07 -0000 1.7 +++ command.command.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The command element with type "command"</h4> <div id="shortdesc" class="new">command with an associated action</div> <div id="longdesc"> - <p>The <a href="#command" class="element">command</a> element + <p>The + <span class="element">command</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>command</code>" represents a command with an associated action.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="command.command.attrs.type">type</dt> - <dd>Specifies that its <a href="#command" - class="element">command</a> element is a + <dd>Specifies that its + <span class="element">command</span> + element is a command with an associated action.</dd> </dl> <dl> Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/elements/progress.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- progress.html 12 Feb 2010 10:33:50 -0000 1.9 +++ progress.html 12 Aug 2010 19:55:37 -0000 1.10 @@ -2,7 +2,8 @@ <h4>The progress element</h4> <div id="shortdesc" class="new">progress indicator</div> <div id="longdesc"> - <p>The <a href="#progress" class="element">progress</a> + <p>The + <span class="element">progress</span> element represents the completion progress of a task.</p> </div> <div id="prose-model">Phrasing content</div> Index: dfn.html =================================================================== RCS file: /sources/public/html5/markup/elements/dfn.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- dfn.html 28 Jul 2010 16:07:33 -0000 1.5 +++ dfn.html 12 Aug 2010 19:55:34 -0000 1.6 @@ -2,8 +2,9 @@ <h4>The dfn element</h4> <div id="shortdesc">defining instance</div> <div id="longdesc"> - <p>The <a href="#dfn" class="element">dfn</a> element - represents the defining instance of a term.</p> + <p>The + <span class="element">dfn</span> + element represents the defining instance of a term.</p> </div> <div id="prose-model">Phrasing content</div> </div> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/elements/textarea.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- textarea.html 22 Feb 2010 09:36:44 -0000 1.9 +++ textarea.html 12 Aug 2010 19:55:37 -0000 1.10 @@ -2,7 +2,8 @@ <h4>The textarea element</h4> <div id="shortdesc">text input area</div> <div id="longdesc"> - <p>The <a href="#textarea" class="element">textarea</a> + <p>The + <span class="element">textarea</span> element represents a multi-line plain-text edit control for the element’s raw value.</p> </div> @@ -15,7 +16,7 @@ <p>The <a href="#contents">contents</a> of the - <a href="#textarea" class="element">textarea</a> + <span class="element">textarea</span> element represent the control’s default value.</p> </div> <div class="attributes"> @@ -36,16 +37,17 @@ <dl> <dt id="textarea.attrs.wrap.hard" class="new">wrap</dt> <dd>Instructs the UA to insert line breaks into the - submitted value of the <a href="#textarea" - class="element">textarea</a>, such that each line has no - more characters than the value specified by the <a - href="#textarea.attrs.cols">cols</a> attribute.</dd> + submitted value of the + <span class="element">textarea</span> + such that each line has no + more characters than the value specified by the + <a href="#textarea.attrs.cols">cols</a> attribute.</dd> </dl> <dl> <dt id="textarea.attrs.wrap.soft" class="new">wrap</dt> <dd>Instructs the UA to - add no line breaks to the submitted value of the <a - href="#textarea" class="element">textarea</a>.</dd> + add no line breaks to the submitted value of the + <span class="element">textarea</span>.</dd> </dl> </div> <div id="dom-interface">HTMLTextAreaElement</div> Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/elements/cite.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- cite.html 12 Jul 2010 17:34:57 -0000 1.6 +++ cite.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -3,17 +3,17 @@ <div id="shortdesc" class="changed">cited title of a work</div> <div id="longdesc"> <p>The - <a href="#cite" class="element">cite</a> + <span class="element">cite</span> element represents the cited title of a work; for example, the title of a book mentioned within the main text flow of a document.</p> </div> <div id="changes"> <p>Although previous versions of HTML implied that the - <a href="#cite" class="element">cite</a> + <span class="element">cite</span> element can be used to mark up the name of a person, that usage is no longer considered conforming. The - <a href="#cite" class="element">cite</a> + <span class="element">cite</span> element now solely represents the cited title of a work; for example, the title of a book, paper, essay, poem, score, song, script, film, TV show, game, sculpture, painting, theater Index: img.html =================================================================== RCS file: /sources/public/html5/markup/elements/img.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- img.html 26 Jul 2010 04:06:26 -0000 1.14 +++ img.html 12 Aug 2010 19:55:35 -0000 1.15 @@ -2,8 +2,9 @@ <h4>The img element</h4> <div id="shortdesc">image</div> <div id="longdesc"> - <p>The <a href="#img" class="element">img</a> element - represents an image.</p> + <p>The + <span class="element">img</span> + element represents an image.</p> </div> <div id="prose-model">Empty</div> <div id="attributes"> @@ -19,13 +20,14 @@ </dl> <dl> <dt id="img.attrs.ismap">ismap</dt> - <dd>Specifies that its <a href="#img">img</a> element - provides access to a server-side image map.</dd> + <dd>Specifies that its + <span class="element">img</span> + element provides access to a server-side image map.</dd> </dl> <dl> <dt id="img.attrs.usemap">usemap</dt> <dd>A - <a href="#hash-name-reference">hash-name reference</a> + <a href="#common.data.hash-name">hash-name reference</a> to a <a href="#map" class="element">map</a> element with which to associate the image.</dd> @@ -41,7 +43,7 @@ <dl> <dt id="img.attrs.border" class="obsolete">border</dt> <dd>Specifies that its - <a href="#img" class="element">img</a> + <span class="element">img</span> element represents a borderless image.</dd> </dl> </div> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.button.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.button.html 10 Feb 2010 18:47:39 -0000 1.4 +++ input.button.html 12 Aug 2010 19:55:35 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "button"</h4> <div id="shortdesc">button</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>button</code>" represents a button with no additional semantics.</p> @@ -11,14 +13,15 @@ <div id="attributes"> <dl> <dt id="input.button.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is a button with no - additional semantics.</dd> + <dd>Specifies that its + <span class="element">input</span> + element is a button with no additional semantics.</dd> </dl> <dl> <dt id="input.button.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/elements/aside.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- aside.html 3 Feb 2010 10:27:03 -0000 1.7 +++ aside.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,14 +2,18 @@ <h4>The aside element</h4> <div id="shortdesc" class="new">tangential content</div> <div id="longdesc"> - <p>The <a href="#aside" class="element">aside</a> element + <p>The + <span class="element">aside</span> + element represents content that is tangentially related to the content that forms the main textual flow of a document.</p> </div> <div id="prose-model">Flow content</div> <div id="details"> <p>In printed documents, the type of tangential content that - the <a href="#aside">aside</a> element represents is sometimes + the + <span class="element">aside</span> + element represents is sometimes formatted as a sidebar or annotation or footnote.</p> </div> </div> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/elements/section.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- section.html 3 Feb 2010 10:27:05 -0000 1.7 +++ section.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The section element</h4> <div id="shortdesc" class="new">section</div> <div id="longdesc"> - <p>The <a href="#section" class="element">section</a> element + <p>The + <span class="element">section</span> + element represents a section of a document, typically with a title or heading.</p> </div> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/elements/link.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- link.html 12 Jul 2010 14:16:43 -0000 1.12 +++ link.html 12 Aug 2010 19:55:36 -0000 1.13 @@ -3,7 +3,7 @@ <div id="shortdesc">inter-document relationship metadata</div> <div id="longdesc"> <p>The - <a href="#link" class="element">link</a> + <span class="element">link</span> element represents metadata that expresses inter-document relationships.</p> </div> @@ -12,7 +12,7 @@ <dl> <dt id="link.attrs.href">href</dt> <dd>A URL that provides the destination of the - <a href="#link" class="element">link</a>.</dd> + <span class="element">link</span>.</dd> </dl> <dl> <dt id="link.attrs.rel">rel</dt> @@ -20,23 +20,23 @@ the document containing the <a href="#link" class="element">link</a> and the destination indicated by the - <a href="#link" class="element">link</a>.</dd> + <span class="element">link</span>.</dd> </dl> <dl> <dt id="link.attrs.media">media</dt> <dd>The media for which the destination of the - <a href="#link" class="element">link</a> + <span class="element">link</span> was designed.</dd> </dl> <dl> <dt id="link.attrs.hreflang">hreflang</dt> <dd>The language of the destination of the - <a href="#link" class="element">link</a>.</dd> + <span class="element">link</span>.</dd> </dl> <dl> <dt id="link.attrs.type">type</dt> <dd>The MIME type of the destination of the - <a href="#link" class="element">link</a>.</dd> + <span class="element">link</span>.</dd> </dl> <dl> <dt id="link.attrs.sizes" class="new">sizes</dt> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.refresh.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- meta.http-equiv.refresh.html 10 Feb 2010 18:47:41 -0000 1.4 +++ meta.http-equiv.refresh.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The meta element with the http-equiv attribute set to "refresh"</h4> <div id="shortdesc">“refresh” pragma directive</div> <div id="longdesc"> - <p>The <a href="#meta" class="element">meta</a> element + <p>The + <span class="element">meta</span> + element with a <span class="attribute">http-equiv</span> attribute whose value is "<code>refresh</code>" represents a pragma directive that specifies either a number of seconds after @@ -15,8 +17,9 @@ <div id="attributes"> <dl> <dt id="meta.http-equiv.attrs.http-equiv.refresh">http-equiv</dt> - <dd>Indicates that the <a href="#meta" - class="element">meta</a> element is a pragma directive + <dd>Indicates that the + <span class="element">meta</span> + element is a pragma directive that specifies either a number of seconds after which to reload the current page, or a number of seconds after which to load a different page in Index: area.html =================================================================== RCS file: /sources/public/html5/markup/elements/area.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- area.html 12 Jul 2010 14:16:42 -0000 1.13 +++ area.html 12 Aug 2010 19:55:33 -0000 1.14 @@ -3,7 +3,7 @@ <div id="shortdesc">image-map hyperlink</div> <div id="longdesc"> <p>The - <a href="#area" class="element">area</a> + <span class="element">area</span> element represents either a hyperlink with some text and a corresponding area on an image map, or a dead area on an image map.</p> @@ -14,28 +14,28 @@ <dt id="area.attrs.href">href</dt> <dd>A URL that provides the destination of the hyperlink for this - <a href="#area" class="element">area</a>.</dd> + <span class="element">area</span>.</dd> </dl> <dl> <dt id="area.attrs.target">target</dt> <dd>A name or keyword giving a <a href="#context">browsing context</a> for UAs to use when following the hyperlink for this - <a href="#area" class="element">area</a>.</dd> + <span class="element">area</span>.</dd> </dl> <dl> <dt id="area.attrs.ping" class="new">ping</dt> <dd>A list of URLs to notify if a user follows the hyperlink for this - <a href="#area" class="element">area</a>.</dd> + <span class="element">area</span>.</dd> </dl> <dl> <dt id="area.attrs.rel" class="new">rel</dt> <dd>A list of tokens that specify the relationship between the document containing the - <a href="#area" class="element">area</a> + <span class="element">area</span> and the destination indicated by the - <a href="#area" class="element">area</a>.</dd> + <span class="element">area</span>.</dd> </dl> <dl> <dt id="area.attrs.media" class="new">media</dt> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.text.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.text.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.text.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,27 +2,33 @@ <h4>The input element with type "text"</h4> <div id="shortdesc">text-input field</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>text</code>" represents - a one-line plain text edit control for the <a href="#input" - class="element">input</a> element’s <a + a one-line plain text edit control for the + <span class="element">input</span> + element’s <a href="#input.text.attrs.value">value</a>.</p> </div> <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="input.text.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is - a one-line plain-text edit control for the <a - href="#input" class="element">input</a> element’s <a + <dd>Specifies that its + <span class="element">input</span> + element is + a one-line plain-text edit control for the + <span class="element">input</span> + element’s <a href="#input.text.attrs.value">value</a>.</dd> </dl> <dl> <dt id="input.text.attrs.value">value</dt> - <dd>Specifies a value for this <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for this + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: samp.html =================================================================== RCS file: /sources/public/html5/markup/elements/samp.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- samp.html 31 Jan 2010 06:11:04 -0000 1.4 +++ samp.html 12 Aug 2010 19:55:37 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The samp element</h4> <div id="shortdesc">(sample) output</div> <div id="longdesc"> - <p>The <a href="#samp" class="element">samp</a> element + <p>The + <span class="element">samp</span> + element represents (sample) output from a program or computing system.</p> </div> Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/elements/h6.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h6.html 10 Feb 2010 12:49:09 -0000 1.5 +++ h6.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.checkbox.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.checkbox.html 10 Feb 2010 18:47:39 -0000 1.4 +++ input.checkbox.html 12 Aug 2010 19:55:35 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "checkbox"</h4> <div id="shortdesc">checkbox</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>checkbox</code>" represents a state or option that can be toggled.</p> @@ -11,14 +13,16 @@ <div id="attributes"> <dl> <dt id="input.checkbox.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element represents + <dd>Specifies that its + <span class="element">input</span> + element represents a state or option that can be toggled.</dd> </dl> <dl> <dt id="input.checkbox.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- a.html 12 Jul 2010 17:34:57 -0000 1.22 +++ a.html 12 Aug 2010 19:55:33 -0000 1.23 @@ -3,7 +3,7 @@ <div id="shortdesc" class="changed">hyperlink</div> <div id="longdesc"> <p>The - <a class="element" href="#a">a</a> + <span class="element">a</span> element represents a hyperlink.</p> </div> <div id="prose-model">Transparent</div> @@ -27,7 +27,7 @@ <dd class="note">The <a href="#a.attrs.target">target</a> attribute on the - <a href="#a" class="element">a</a> + <span class="element">a</span> element was deprecated in a previous version of HTML, but is no longer deprecated, as it useful in Web applications, particularly in combination with the @@ -72,7 +72,7 @@ <p>If the <a href="#contents">contents</a> of an - <a class="element" href="#a">a</a> + <span class="element">a</span> element are empty, the element represents an <dfn id="empty-hyperlink" @@ -80,21 +80,21 @@ </div> <div id="changes"> <p>Although previous versions of HTML restricted the - <a class="element" href="#a">a</a> + <span class="element">a</span> element to only containing <a href="#phrasing-content">phrasing content</a> (essentially, what was in previous versions referred to as “inline” content), the - <a class="element" href="#a">a</a> + <span class="element">a</span> element is now <a href="#transparent">transparent</a>; that is, an instance of the - <a class="element" href="#a">a</a> + <span class="element">a</span> element is now allowed to also contain <a href="#flow-content">flow content</a> (essentially, what was in previous versions referred to as “block” content)—if the parent element of that instance of the - <a class="element" href="#a">a</a> + <span class="element">a</span> element is an element that is allowed to contain <a href="#flow-content">flow content</a>.</p> </div> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/elements/object.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- object.html 26 Jul 2010 04:06:26 -0000 1.15 +++ object.html 12 Aug 2010 19:55:36 -0000 1.16 @@ -2,11 +2,15 @@ <h4>The object element</h4> <div id="shortdesc">generic external content</div> <div id="longdesc"> - <p>The <a href="#object" class="element">object</a> element + <p>The + <span class="element">object</span> + element represents external content.</p> </div> <div id="details"> - <p>The <a href="#object" class="element">object</a> element + <p>The + <span class="element">object</span> + element represents external content, which, depending on the type of the content, will either be treated as an image, as a nested browsing context, or as external content to be @@ -35,7 +39,7 @@ <dl> <dt id="object.attrs.usemap">usemap</dt> <dd>A - <a href="#hash-name-reference">hash-name reference</a> + <a href="#common.data.hash-name">hash-name reference</a> to a <a href="#map">map</a> element with which to associate the object.</dd> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.tel.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.tel.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.tel.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "tel"</h4> <div id="shortdesc" class="new">telephone-number-input field</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>tel</code>" represents a one-line plain-text edit control for entering a telephone number.</p> @@ -11,15 +13,17 @@ <div id="attributes"> <dl> <dt id="input.tel.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a one-line plain-text edit control for entering a telephone number.</dd> </dl> <dl> <dt id="input.tel.attrs.value">value</dt> - <dd>Specifies a value for this <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for this + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/elements/h4.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h4.html 10 Feb 2010 12:49:09 -0000 1.5 +++ h4.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/elements/header.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- header.html 3 Feb 2010 10:27:04 -0000 1.8 +++ header.html 12 Aug 2010 19:55:35 -0000 1.9 @@ -2,15 +2,19 @@ <h4>The header element</h4> <div id="shortdesc" class="new">header</div> <div id="longdesc"> - <p>The <a href="#header" class="element">header</a> element + <p>The + <span class="element">header</span> + element represents the header of a section.</p> </div> <div id="prose-model">Flow content</div> <div id="details"> <p>The header element typically contains the headings for a - section (an <a href="#h1" class="element">h1</a>-<a href="#h6" - class="element">h6</a> element or <a href="#hgroup" - class="element">hgroup</a> element), along with content such as + section (an + <a href="#h1" class="element">h1</a>-<a href="#h6" class="element">h6</a> + element or + <a href="#hgroup" class="element">hgroup</a> + element), along with content such as introductory material or navigational aids for the section.</p> </div> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/elements/b.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- b.html 12 Jul 2010 17:34:57 -0000 1.8 +++ b.html 12 Aug 2010 19:55:34 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The b element</h4> <div id="shortdesc" class="changed">offset text conventionally styled in bold</div> <div id="longdesc"> - <p>The <a href="#b" class="element">b</a> element represents a + <p>The + <span class="element">b</span> + element represents a span of text offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is bold text; for @@ -11,7 +13,7 @@ </div> <div id="changes"> <p>Although previous versions of HTML defined the - <a class="element" href="#b">b</a> + <span class="element">b</span> element only in presentational terms, the element has now been given the specific semantic purpose of representing text “offset from its surrounding content without conveying any Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/elements/meter.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- meter.html 10 Feb 2010 18:47:41 -0000 1.9 +++ meter.html 12 Aug 2010 19:55:36 -0000 1.10 @@ -2,7 +2,9 @@ <h4>The meter element</h4> <div id="shortdesc" class="new">scalar gauge</div> <div id="longdesc"> - <p>The <a href="#meter" class="element">meter</a> element + <p>The + <span class="element">meter</span> + element represents a scalar gauge providing a measurement within a known range, or a fractional value.</p> </div> Index: wbr.html =================================================================== RCS file: /sources/public/html5/markup/elements/wbr.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- wbr.html 2 Apr 2010 19:42:22 -0000 1.1 +++ wbr.html 12 Aug 2010 19:55:38 -0000 1.2 @@ -2,7 +2,9 @@ <h4>The wbr element</h4> <div id="shortdesc" class="new">line-break opportunity</div> <div id="longdesc"> - <p>The <a href="#wbr" class="element">wbr</a> element represents + <p>The + <span class="element">wbr</span> + element represents a line-break opportunity.</p> </div> <div id="prose-model">Empty</div> Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/elements/bdo.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- bdo.html 29 Jan 2010 02:30:51 -0000 1.6 +++ bdo.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,9 +2,11 @@ <h4>The bdo element</h4> <div id="shortdesc">BiDi override</div> <div id="longdesc"> - <p>The <a href="#bdo" class="element">bdo</a> element provides - a means to specify a direction override of the Unicode BiDi - algorithm.</p> + <p>The + <span class="element">bdo</span> + element provides a means to specify a direction override of + the Unicode BiDi algorithm + <a href="#refsBIDI">[BIDI]</a>.</p> </div> <div id="prose-model">Phrasing content</div> </div> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.number.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- input.number.html 10 Feb 2010 18:47:40 -0000 1.7 +++ input.number.html 12 Aug 2010 19:55:36 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The input element with type "number"</h4> <div id="shortdesc" class="new">number input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>number</code>" represents a precise control for setting the element’s value to a @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.number.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a precise control for setting the element’s value to a string representing a number.</dd> </dl> Index: col.html =================================================================== RCS file: /sources/public/html5/markup/elements/col.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- col.html 28 Jul 2010 16:07:33 -0000 1.8 +++ col.html 12 Aug 2010 19:55:34 -0000 1.9 @@ -2,17 +2,21 @@ <h4>The col element</h4> <div id="shortdesc">table column</div> <div id="longdesc"> - <p>The <a href="#col" class="element">col</a> element - represents one or more columns in the column group represented - by its <a href="#colgroup" class="element">colgroup</a> + <p>The + <span class="element">col</span> + element represents one or more columns in the column group + represented by its + <a href="#colgroup" class="element">colgroup</a> parent.</p> </div> <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="col.attrs.span">span</dt> - <dd>Specifies the number of columns “spanned” by its <a - href="#col">col</a> element; the <a href="#col">col</a> + <dd>Specifies the number of columns “spanned” by its + <span class="element">col</span> + element; the + <span class="element">col</span> element shares its attributes with all the columns it spans.</dd> </dl> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.radio.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- command.radio.html 10 Feb 2010 12:49:07 -0000 1.7 +++ command.radio.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The command element with type "radio"</h4> <div id="shortdesc" class="new">selection of one item from a list of items</div> <div id="longdesc"> - <p>The <a href="#command" class="element">command</a> element + <p>The + <span class="element">command</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>radio</code>" represents a selection of one item from a list of items.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="command.radio.attrs.type">type</dt> - <dd>Specifies that its <a href="#command" - class="element">command</a> element represents + <dd>Specifies that its + <span class="element">command</span> + element represents a selection of one item from a list of items.</dd> </dl> <dl> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.datetime.html 10 Feb 2010 18:47:39 -0000 1.6 +++ input.datetime.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "datetime"</h4> <div id="shortdesc" class="new">global date-and-time input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>datetime</code>" represents a control for setting the element’s value to a string @@ -13,8 +15,9 @@ <div id="attributes"> <dl> <dt id="input.datetime.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a global date and time.</dd> </dl> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.password.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.password.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.password.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "password"</h4> <div id="shortdesc">password-input field</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>password</code>" represents a one-line plain-text edit control for entering a password.</p> @@ -11,15 +13,17 @@ <div id="attributes"> <dl> <dt id="input.password.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a one-line plain-text edit control for entering a password.</dd> </dl> <dl> <dt id="input.password.attrs.value">value</dt> - <dd>Specifies a value for this <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for this + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/elements/embed.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- embed.html 12 Jul 2010 14:16:43 -0000 1.11 +++ embed.html 12 Aug 2010 19:55:35 -0000 1.12 @@ -2,7 +2,9 @@ <h4>The embed element</h4> <div id="shortdesc" class="new">integration point for plugins</div> <div id="longdesc"> - <p>The <a href="#embed" class="element">embed</a> element + <p>The + <span class="element">embed</span> + element represents an integration point for external content.</p> </div> <div id="prose-model">Empty</div> @@ -25,7 +27,9 @@ </dl> </div> <div id="details"> - <p>The <a href="#embed" class="element">embed</a> element + <p>The + <span class="element">embed</span> + element represents an integration point for external content — typically, non-HTML content such as an application or some other type of interactive content which involves use of a Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/elements/dd.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- dd.html 22 Feb 2010 09:36:44 -0000 1.9 +++ dd.html 12 Aug 2010 19:55:34 -0000 1.10 @@ -3,31 +3,31 @@ <div id="shortdesc">description or value</div> <div id="longdesc"> <p>The - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element represents a <a href="#dd-description">description or value</a>.</p> </div> <div id="prose-model">Flow content</div> <div id="tags"> <p>A - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element is immediately followed by another - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element or a - <a href="#dt" class="element">dt</a> + <span class="element">dd</span> element, or if there is no more content in the parent element.</p> </div> <div id="details"> <p>The - <a href="#dd" class="element">dd</a> + <span class="element">dd</span> element represents the <dfn id="dd-description" Index: code.html =================================================================== RCS file: /sources/public/html5/markup/elements/code.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- code.html 29 Jan 2010 02:30:54 -0000 1.4 +++ code.html 12 Aug 2010 19:55:34 -0000 1.5 @@ -2,8 +2,9 @@ <h4>The code element</h4> <div id="shortdesc">code fragment</div> <div id="longdesc"> - <p>The <a href="#code" class="element">code</a> element - represents a fragment of computer code.</p> + <p>The + <span class="element">code</span> + element represents a fragment of computer code.</p> </div> <div id="prose-model">Phrasing content</div> </div> Index: ul.html =================================================================== RCS file: /sources/public/html5/markup/elements/ul.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ul.html 12 Feb 2010 10:33:51 -0000 1.6 +++ ul.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The ul element</h4> <div id="shortdesc">unordered list</div> <div id="longdesc"> - <p>The <a href="#ul" class="element">ul</a> element represents + <p>The + <span class="element">ul</span> + element represents an unordered list of items; that is, a list in which changing the order of the items would not change the meaning of list.</p> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.time.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.time.html 10 Feb 2010 18:47:40 -0000 1.6 +++ input.time.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "time"</h4> <div id="shortdesc" class="new">time input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>time</code>" represents a control for setting the element’s value to a string @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.time.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a time.</dd> </dl> Index: dt.html =================================================================== RCS file: /sources/public/html5/markup/elements/dt.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- dt.html 16 Feb 2010 10:28:26 -0000 1.8 +++ dt.html 12 Aug 2010 19:55:35 -0000 1.9 @@ -3,31 +3,31 @@ <div id="shortdesc">term or name</div> <div id="longdesc"> <p>The - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element represents a <a href="#dt-term">term or name</a>.</p> </div> <div id="prose-model">Phrasing content</div> <div id="tags"> <p>A - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element is immediately followed by another - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element or a <a href="#dd" class="element">dd</a> element.</p> </div> <div id="details"> <p>The - <a href="#dt" class="element">dt</a> + <span class="element">dt</span> element represents the <dfn id="dt-term" Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/elements/strong.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- strong.html 12 Jul 2010 17:34:57 -0000 1.6 +++ strong.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The strong element</h4> <div id="shortdesc">strong importance</div> <div id="longdesc"> - <p>The <a href="#strong" class="element">strong</a> element + <p>The + <span class="element">strong</span> + element represents a span of text with strong importance.</p> </div> <div id="prose-model">Phrasing content</div> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/elements/q.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- q.html 31 Jan 2010 06:11:04 -0000 1.4 +++ q.html 12 Aug 2010 19:55:37 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The q element</h4> <div id="shortdesc">quoted text</div> <div id="longdesc"> - <p>The <a href="#q" class="element">q</a> element represents + <p>The + <span class="element">q</span> + element represents phrasing content quoted from another source.</p> </div> <div id="prose-model">Phrasing content</div> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/elements/li.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- li.html 31 Jul 2010 08:13:16 -0000 1.10 +++ li.html 12 Aug 2010 19:55:36 -0000 1.11 @@ -2,7 +2,9 @@ <h4>The li element</h4> <div id="shortdesc">list item</div> <div id="longdesc"> - <p>The <a href="#li" class="element">li</a> element represents + <p>The + <span class="element">li</span> + element represents a list item.</p> </div> <div id="prose-model">Flow content</div> @@ -11,7 +13,7 @@ <dt id="li.attrs.value" class="changed">value</dt> <dd>The ordinal value of the list item. <span class="attribute-constraint">Permitted only if the - <a href="#li" class="element">li</a> + <span class="element">li</span> element is a child of an <a href="#ol" class="element">ol</a> element.</span> @@ -19,7 +21,7 @@ <dd class="note">The <a href="#li.attrs.value">value</a> attribute on the - <a href="#li" class="element">li</a> + <span class="element">li</span> element was deprecated in a previous version of HTML, but is no longer deprecated, as it has meaning and is not simply presentational.</dd> @@ -27,17 +29,17 @@ </div> <div id="tags"> <p>An - <a href="#li" class="element">li</a> + <span class="element">li</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>An - <a href="#li" class="element">li</a> + <span class="element">li</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#li" class="element">li</a> + <span class="element">li</span> element is immediately followed by another - <a href="#li" class="element">li</a> + <span class="element">li</span> element or if there is no more content in the parent element.</p> </div> <div id="dom-interface">HTMLLIElement</div> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/elements/style.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- style.html 16 Feb 2010 10:28:27 -0000 1.11 +++ style.html 12 Aug 2010 19:55:37 -0000 1.12 @@ -3,7 +3,7 @@ <div id="shortdesc">style (presentation) information</div> <div id="longdesc"> <p>The - <a href="#style" class="element">style</a> + <span class="element">style</span> element allows style information to be embedded in documents.</p> </div> @@ -25,7 +25,7 @@ <dt id="style.attrs.scoped" class="new">scoped</dt> <dd>Indicates that the specified style information is meant to apply only to the - <a href="#style" class="element">style</a> + <span class="element">style</span> element’s parent element, and that element’s child nodes. Otherwise, the specified styles are meant to apply to the entire document.</dd> Index: caption.html =================================================================== RCS file: /sources/public/html5/markup/elements/caption.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- caption.html 10 Feb 2010 12:49:07 -0000 1.5 +++ caption.html 12 Aug 2010 19:55:34 -0000 1.6 @@ -3,9 +3,11 @@ <div id="shortdesc">table title</div> <div id="prose-model">Flow content</div> <div id="longdesc"> - <p>The <a href="#caption" class="element">caption</a> element - represents the title of the <a href="#table" - class="element">table</a> that is its parent.</p> + <p>The + <span class="element">caption</span> + element represents the title of the + <a href="#table" class="element">table</a> + that is its parent.</p> </div> <div id="dom-interface">HTMLTableCaptionElement</div> </div> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/elements/del.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- del.html 1 Aug 2010 06:36:52 -0000 1.8 +++ del.html 12 Aug 2010 19:55:34 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The del element</h4> <div id="shortdesc">deleted text</div> <div id="longdesc"> - <p>The <a href="#del" class="element">del</a> element + <p>The + <span class="element">del</span> + element represents a range of text that has been deleted from a document.</p> </div> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/elements/menu.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- menu.html 12 Jul 2010 17:34:57 -0000 1.11 +++ menu.html 12 Aug 2010 19:55:36 -0000 1.12 @@ -2,7 +2,9 @@ <h4>The menu element</h4> <div id="shortdesc" class="changed">list of commands</div> <div id="longdesc"> - <p>The <a href="#menu" class="element">menu</a> element + <p>The + <span class="element">menu</span> + element represents a list of commands.</p> </div> <div id="prose-model"> @@ -38,7 +40,7 @@ </div> <div id="changes"> <p>Although previous versions of HTML defined the - <a class="element" href="#menu">menu</a> + <span class="element">menu</span> element as a generic “single column menu list”, the element has now been given the very specific purpose of representing a list of <em>commands</em>.</p> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.image.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.image.html 2 Mar 2010 05:12:41 -0000 1.5 +++ input.image.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The input element with type "image"</h4> <div id="shortdesc">image-coordinates input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>image</code>" represents either an image from which the UA enables a user @@ -14,8 +16,9 @@ <div id="attributes"> <dl> <dt id="input.image.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element + <dd>Specifies that its + <span class="element">input</span> + element represents either an image from which the UA enables a user to interactively select a pair of coordinates and submit the form, or alternatively a button from which the Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/elements/h2.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h2.html 10 Feb 2010 12:49:08 -0000 1.5 +++ h2.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/elements/head.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- head.html 28 Jul 2010 16:15:09 -0000 1.11 +++ head.html 12 Aug 2010 19:55:35 -0000 1.12 @@ -2,7 +2,9 @@ <h4>The head element</h4> <div id="shortdesc">document metadata container</div> <div id="longdesc"> - <p>The <a href="#head" class="element">head</a> element + <p>The + <span class="element">head</span> + element collects the document’s metadata.</p> </div> <div id="prose-model"> @@ -17,18 +19,18 @@ </div> <div id="tags"> <p>A - <a href="#head" class="element">head</a> + <span class="element">head</span> element’s <span title="syntax-start-tag">start tag</span> may be omitted if the first thing inside the - <a href="#head" class="element">head</a> + <span class="element">head</span> element is an element.</p> <p>A - <a href="#head" class="element">head</a> + <span class="element">head</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#head" class="element">head</a> + <span class="element">head</span> element is not immediately followed by a <a href="#space">space character</a> or a Index: p.html =================================================================== RCS file: /sources/public/html5/markup/elements/p.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- p.html 16 Feb 2010 10:28:27 -0000 1.10 +++ p.html 12 Aug 2010 19:55:37 -0000 1.11 @@ -2,20 +2,22 @@ <h4>The p element</h4> <div id="shortdesc">paragraph</div> <div id="longdesc"> - <p>The <a href="#p" class="element">p</a> element represents a + <p>The + <span class="element">p</span> + element represents a paragraph.</p> </div> <div id="prose-model">Phrasing content</div> <div id="tags"> <p>A - <a href="#p" class="element">p</a> + <span class="element">p</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#p" class="element">p</a> + <span class="element">p</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#p" class="element">p</a> + <span class="element">p</span> element is immediately followed by an <a href="#address" class="element">address</a>, <a href="#article" class="element">article</a>, @@ -38,7 +40,7 @@ <a href="#menu" class="element">menu</a>, <a href="#nav" class="element">nav</a>, <a href="#ol" class="element">ol</a>, - <a href="#p" class="element">p</a>, + <span class="element">p</span>, <a href="#pre" class="element">pre</a>, <a href="#section" class="element">section</a>, <a href="#table" class="element">table</a>, Index: figcaption.html =================================================================== RCS file: /sources/public/html5/markup/elements/figcaption.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- figcaption.html 3 Feb 2010 10:27:04 -0000 1.2 +++ figcaption.html 12 Aug 2010 19:55:35 -0000 1.3 @@ -3,7 +3,7 @@ <div id="shortdesc" class="new">figure caption</div> <div id="longdesc"> <p>The - <a href="#figcaption" class="element">figcaption</a> + <span class="element">figcaption</span> element represents a caption or legend for a <a href="#figure" class="element">figure</a>.</p> </div> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/elements/map.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- map.html 16 Feb 2010 10:28:27 -0000 1.8 +++ map.html 12 Aug 2010 19:55:36 -0000 1.9 @@ -2,8 +2,11 @@ <h4>The map element</h4> <div id="shortdesc">image-map definition</div> <div id="longdesc"> - <p>The <a href="#map" class="element">map</a> element, in - conjunction with any <a href="#area" class="element">area</a> + <p>The + <span class="element">map</span> + element, in + conjunction with any + <a href="#area" class="element">area</a> element descendants, defines an image map.</p> </div> <div id="prose-model">Transparent</div> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.file.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.file.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.file.html 12 Aug 2010 19:55:35 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "file"</h4> <div id="shortdesc">file upload control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>file</code>" represents a list of file items, each consisting of a file @@ -13,9 +15,9 @@ <div id="attributes"> <dl> <dt id="input.file.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element - represents a list of file items.</dd> + <dd>Specifies that its + <span class="element">input</span> + element represents a list of file items.</dd> </dl> <dl> <dt id="input.file.attrs.accept">accept</dt> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.radio.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.radio.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.radio.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "radio"</h4> <div id="shortdesc">radio button</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>radio</code>" represents a selection of one item from a list of items (a radio @@ -12,14 +14,16 @@ <div id="attributes"> <dl> <dt id="input.radio.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element represents + <dd>Specifies that its + <span class="element">input</span> + element represents a selection of one item from a list of items.</dd> </dl> <dl> <dt id="input.radio.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.checkbox.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- command.checkbox.html 10 Feb 2010 12:49:07 -0000 1.7 +++ command.checkbox.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The command element with type "checkbox"</h4> <div id="shortdesc" class="new">state or option that can be toggled</div> <div id="longdesc"> - <p>The <a href="#command" class="element">command</a> element + <p>The + <span class="element">command</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>checkbox</code>" represents a state or option that can be toggled.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="command.checkbox.attrs.type">type</dt> - <dd>Specifies that its <a href="#command" - class="element">command</a> element represents + <dd>Specifies that its + <span class="element">command</span> + element represents a state or option that can be toggled.</dd> </dl> <dl> Index: param.html =================================================================== RCS file: /sources/public/html5/markup/elements/param.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- param.html 12 Feb 2010 10:33:50 -0000 1.5 +++ param.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The param element</h4> <div id="shortdesc">initialization parameters for plugins</div> <div id="longdesc"> - <p>The <a href="#param" class="element">param</a> element + <p>The + <span class="element">param</span> + element defines parameters for plugins invoked by <a href="#object" class="element">object</a> elements.</p> </div> Index: span.html =================================================================== RCS file: /sources/public/html5/markup/elements/span.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- span.html 6 Aug 2010 23:33:27 -0000 1.8 +++ span.html 12 Aug 2010 19:55:37 -0000 1.9 @@ -2,13 +2,17 @@ <h4>The span element</h4> <div id="shortdesc">generic span</div> <div id="longdesc"> - <p>The <a href="#span" class="element">span</a> element is a + <p>The + <span class="element">span</span> + element is a generic wrapper for phrasing content that by itself does not represent anything.</p> </div> <div id="prose-model">Phrasing content</div> <div id="details"> - <p>The <a href="#span" class="element">span</a> element is a + <p>The + <span class="element">span</span> + element is a can be used with attributes such as <a href="#common.attrs.class" class="attribute">class</a>, <a href="#common.attrs.lang" class="attribute">lang</a>, Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.reset.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.reset.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.reset.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "reset"</h4> <div id="shortdesc">reset button</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>reset</code>" represents a button for resetting a form.</p> @@ -11,14 +13,16 @@ <div id="attributes"> <dl> <dt id="input.reset.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is a button for + <dd>Specifies that its + <span class="element">input</span> + element is a button for resetting a form.</dd> </dl> <dl> <dt id="input.reset.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime-local.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.datetime-local.html 10 Feb 2010 18:47:39 -0000 1.6 +++ input.datetime-local.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "datetime-local"</h4> <div id="shortdesc" class="new">local date-and-time input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>datetime-local</code>" represents a control for setting the element’s value to a string @@ -13,8 +15,9 @@ <div id="attributes"> <dl> <dt id="input.datetime-local.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a local date and time.</dd> </dl> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.color.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.color.html 27 Jul 2010 09:23:47 -0000 1.5 +++ input.color.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The input element with type "color"</h4> <div id="shortdesc" class="new">color-well control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>color</code>" represents a color-well control, for setting the element’s value to a @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.color.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a color-well control, for setting the element’s value to a string representing a simple color.</dd> </dl> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/elements/option.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- option.html 12 Feb 2010 10:33:50 -0000 1.7 +++ option.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,13 +2,15 @@ <h4>The option element</h4> <div id="shortdesc">option</div> <div id="longdesc"> - <p>The <a href="#option" class="element">option</a> element - represents an option in a <a href="#select" - class="element">select</a> control, or an option in a - labelled set of options grouped together in an <a - href="#optgroup" class="element">optgroup</a>, or an option - among the list of suggestions in a <a href="#datalist" - class="element">datalist</a>.</p> + <p>The + <span class="element">option</span> + element represents an option in a + <a href="#select" class="element">select</a> + control, or an option in a + labelled set of options grouped together in an + <a href="#optgroup" class="element">optgroup</a>, + or an option among the list of suggestions in a + <a href="#datalist" class="element">datalist</a>.</p> </div> <div id="prose-model"> <p> @@ -18,34 +20,34 @@ <div id="attributes"> <dl> <dt id="option.attrs.label">label</dt> - <dd>Specifies a label for the <a href="#option" - class="element">option</a>.</dd> + <dd>Specifies a label for the + <span class="element">option</span>.</dd> </dl> <dl> <dt id="option.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#option" - class="element">option</a>.</dd> + <dd>Specifies a value for the + <span class="element">option</span>.</dd> </dl> <dl> <dt id="option.attrs.selected">selected</dt> - <dd>Specifies that this <a href="#option" - class="element">option</a> is pre-selected.</dd> + <dd>Specifies that this + <span class="element">option</span> + is pre-selected.</dd> </dl> </div> <div id="tags"> <p>An - <a href="#option" class="element">option</a> - element must - have a + <span class="element">option</span> + element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>An - <a href="#option" class="element">option</a> + <span class="element">option</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#option" class="element">option</a> + <span class="element">option</span> element is immediately followed by another - <a href="#option" class="element">option</a> + <span class="element">option</span> element, or if it is immediately followed by an <a href="#optgroup" class="element">optgroup</a> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/elements/label.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- label.html 1 Aug 2010 06:36:53 -0000 1.9 +++ label.html 12 Aug 2010 19:55:36 -0000 1.10 @@ -2,7 +2,9 @@ <h4>The label element</h4> <div id="shortdesc">caption for a form control</div> <div id="longdesc"> - <p>The <a href="#label" class="element">label</a> element + <p>The + <span class="element">label</span> + element represents a caption for a form control.</p> </div> <div id="prose-model">Phrasing content</div> @@ -12,7 +14,7 @@ <dd>The value of the <span class="attribute">id</span> attribute on a form control for which the - <a href="#label">label</a> + <span class="element">label</span> is a caption.</dd> </dl> </div> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/elements/select.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- select.html 12 Feb 2010 10:33:50 -0000 1.5 +++ select.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The select element</h4> <div id="shortdesc">option-selection form control</div> <div id="longdesc"> - <p>The <a href="#select" class="element">select</a> element + <p>The + <span class="element">select</span> + element represents a control for selecting among a list of options.</p> </div> @@ -16,12 +18,13 @@ <div class="attributes"> <dl> <dt id="select.attrs.multiple">multiple</dt> - <dd>If present, indicates that its <a - href="#select" class="element">select</a> + <dd>If present, indicates that its + <span class="element">select</span> element represents a control for selecting zero or more options from a list of options.</dd> - <dd>If not present, indicates that its <a - href="#select">select</a> element represents a control + <dd>If not present, indicates that its + <span class="element">select</span> + element represents a control for selecting a single option from a list of options.</dd> </dl> <dl> Index: noscript.html =================================================================== RCS file: /sources/public/html5/markup/elements/noscript.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- noscript.html 1 Feb 2010 02:34:55 -0000 1.6 +++ noscript.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,8 @@ <h4>The noscript element</h4> <div id="shortdesc">fallback content for script</div> <div id="longdesc"> - <p>The <a href="#noscript" class="element">noscript</a> + <p>The + <span class="element">noscript</span> element is used to present different markup to user agents that don’t support scripting, by affecting how the document is parsed.</p> @@ -23,8 +24,9 @@ <a href="#transparent">transparent</a>.</p> </div> <ul id="constraints"> - <li>The <code><a href="#noscript">noscript</a></code> element - must not be used in a <a href="#syntax-document-xml" - >document in the XML syntax</a>.</li> + <li>The + <span class="element">noscript</span> + element must not be used in a + <a href="#syntax-document-xml">document in the XML syntax</a>.</li> </ul> </div> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/elements/blockquote.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- blockquote.html 10 Feb 2010 12:48:54 -0000 1.7 +++ blockquote.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,8 @@ <h4>The blockquote element</h4> <div id="shortdesc">block quotation</div> <div id="longdesc"> - <p>The <a href="#blockquote" class="element">blockquote</a> + <p>The + <span class="element">blockquote</span> element represents a section that is quoted from another source.</p> </div> Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/elements/hr.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- hr.html 12 Jul 2010 17:34:57 -0000 1.9 +++ hr.html 12 Aug 2010 19:55:35 -0000 1.10 @@ -3,20 +3,20 @@ <div id="shortdesc" class="changed">thematic break</div> <div id="longdesc"> <p>The - <a href="#hr" class="element">hr</a> + <span class="element">hr</span> element represents a paragraph-level thematic break.</p> </div> <div id="prose-model">Empty</div> <div id="details"> <p>Some examples of thematic breaks that can be marked up using the - <a href="#hr" class="element">hr</a> + <span class="element">hr</span> element include a scene change in a story, or a transition to another topic within a section of a reference book.</p> </div> <div id="changes"> <p>Although previous versions of HTML defined the - <a class="element" href="#hr">hr</a> + <span class="element">hr</span> element only in presentational terms, the element has now been given the specific semantic purpose of representing a “paragraph-level thematic break”.</p> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/elements/td.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- td.html 16 Feb 2010 10:28:27 -0000 1.8 +++ td.html 12 Aug 2010 19:55:37 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The td element</h4> <div id="shortdesc">table cell</div> <div id="longdesc"> - <p>The <a href="#td" class="element">td</a> element represents + <p>The + <span class="element">td</span> + element represents a data cell in a table.</p> </div> <div id="prose-model">Flow content</div> @@ -12,36 +14,36 @@ <dd>Identifies one or more <a href="#th" class="element">th</a> elements that apply to its - <a href="#td" class="element">td</a>.</dd> + <span class="element">td</span>.</dd> </dl> <dl> <dt id="td.attrs.colspan">colspan</dt> <dd>Specifies the number of adjacent columns “spanned” by its - <a href="#td" class="element">td</a> + <span class="element">td</span> element.</dd> </dl> <dl> <dt id="td.attrs.rowspan">rowspan</dt> <dd>Specifies the number of following rows “spanned” by its - <a href="#td" class="element">td</a> + <span class="element">td</span> element.</dd> </dl> </div> <div id="tags"> <p>A - <a href="#td" class="element">td</a> + <span class="element">td</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#td" class="element">td</a> + <span class="element">td</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#td" class="element">td</a> + <span class="element">td</span> element is immediately followed by a - <a href="#td" class="element">td</a> + <span class="element">td</span> or <a href="#th" class="element">th</a> element, or if there is no more content in the parent Index: em.html =================================================================== RCS file: /sources/public/html5/markup/elements/em.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- em.html 12 Jul 2010 17:34:57 -0000 1.6 +++ em.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The em element</h4> <div id="shortdesc">emphatic stress</div> <div id="longdesc"> - <p>The <a href="#em" class="element">em</a> element represents + <p>The + <span class="element">em</span> + element represents a span of text with emphatic stress.</p> </div> <div id="prose-model">Phrasing content</div> Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/elements/figure.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- figure.html 3 Feb 2010 10:27:04 -0000 1.6 +++ figure.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The figure element</h4> <div id="shortdesc" class="new">figure with optional caption</div> <div id="longdesc"> - <p>The <a href="#figure" class="element">figure</a> element + <p>The + <span class="element">figure</span> + element represents a unit of content, optionally with a caption, that is self-contained, that is typically referenced as a single unit from the main flow of the document, and that Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.hidden.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.hidden.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.hidden.html 12 Aug 2010 19:55:35 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "hidden"</h4> <div id="shortdesc">hidden input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>hidden</code>" represents a value that is not intended to be examined or @@ -12,15 +14,17 @@ <div id="attributes"> <dl> <dt id="input.hidden.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element + <dd>Specifies that its + <span class="element">input</span> + element represents a value that is not intended to be examined or manipulated by the user.</dd> </dl> <dl> <dt id="input.hidden.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: kbd.html =================================================================== RCS file: /sources/public/html5/markup/elements/kbd.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- kbd.html 31 Jan 2010 06:11:03 -0000 1.5 +++ kbd.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,12 +2,16 @@ <h4>The kbd element</h4> <div id="shortdesc">user input</div> <div id="longdesc"> - <p>The <a href="#kbd" class="element">kbd</a> element + <p>The + <span class="element">kbd</span> + element represents user input.</p> </div> <div id="prose-model">Phrasing content</div> <div id="details"> - <p>The <a href="#kbd" class="element">kbd</a> element + <p>The + <span class="element">kbd</span> + element typically represents keyboard input, though it may also represent other input, such as voice commands.</p> </div> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/elements/base.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- base.html 15 Jul 2010 15:36:16 -0000 1.15 +++ base.html 12 Aug 2010 19:55:34 -0000 1.16 @@ -2,7 +2,9 @@ <h4>The base element</h4> <div id="shortdesc">base URL</div> <div id="longdesc"> - <p>The <a href="#base" class="element">base</a> element + <p>The + <span class="element">base</span> + element specifies a document-wide base URL for the purposes of resolving relative URLs, and a document-wide default <a href="#context">browsing context</a> name Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/elements/canvas.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- canvas.html 10 Feb 2010 12:49:07 -0000 1.6 +++ canvas.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The canvas element</h4> <div id="shortdesc" class="new">canvas for dynamic graphics</div> <div id="longdesc"> - <p>The <a href="#canvas" class="element">canvas</a> element + <p>The + <span class="element">canvas</span> + element represents a resolution-dependent bitmap canvas, which can be used for dynamically rendering of images such as game graphics, graphs, or other images.</p> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.search.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.search.html 10 Feb 2010 18:47:40 -0000 1.5 +++ input.search.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The input element with type "search"</h4> <div id="shortdesc" class="new">search field</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>search</code>" represents a one-line plain-text edit control for entering one or more @@ -12,15 +14,17 @@ <div id="attributes"> <dl> <dt id="input.search.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a one-line plain-text edit control for entering one or more search terms.</dd> </dl> <dl> <dt id="input.search.attrs.value">value</dt> - <dd>Specifies a value for this <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for this + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/elements/tfoot.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- tfoot.html 16 Feb 2010 10:28:27 -0000 1.7 +++ tfoot.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The tfoot element</h4> <div id="shortdesc">table footer row group</div> <div id="longdesc"> - <p>The <a href="#tfoot" class="element">tfoot</a> element + <p>The + <span class="element">tfoot</span> + element represents the block of rows that consist of the column summaries (footers) for its parent <a href="#table" class="element">table</a> element.</p> @@ -14,15 +16,15 @@ </div> <div id="tags"> <p>A - <a href="#tfoot" class="element">tfoot</a> + <span class="element">tfoot</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#tfoot" class="element">tfoot</a> + <span class="element">tfoot</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#tfoot" class="element">tfoot</a> + <span class="element">tfoot</span> element is immediately followed by a <a href="#tbody" class="element">tbody</a> element, or if there is no more content in the parent @@ -30,13 +32,13 @@ </div> <div id="details"> <p>Although previous versions of HTML only allowed the - <a href="#tfoot" class="element">tfoot</a> + <span class="element">tfoot</span> element to occur before any <a href="#tbody" class="element">tbody</a> or <a href="#tr" class="element">tr</a> elements, but not after, the - <a href="#tfoot" class="element">tfoot</a> + <span class="element">tfoot</span> element is now also alternatively allowed to occur after any <a href="#tbody" class="element">tbody</a> or Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/elements/rt.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- rt.html 16 Feb 2010 10:28:27 -0000 1.6 +++ rt.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,23 +2,25 @@ <h4>The rt element</h4> <div id="shortdesc" class="new">ruby text</div> <div id="longdesc"> - <p>The <a href="#rt" class="element">rt</a> element marks the + <p>The + <span class="element">rt</span> + element marks the ruby text component of a ruby annotation.</p> </div> <div id="prose-model">Phrasing content</div> <div id="tags"> <p>An - <a href="#rt" class="element">rt</a> + <span class="element">rt</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>An - <a href="#rt" class="element">rt</a> + <span class="element">rt</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#rt" class="element">rt</a> + <span class="element">rt</span> element is immediately followed by an - <a href="#rt" class="element">rt</a> + <span class="element">rt</span> or <a href="#rp" class="element">rp</a> element, or if there is no more content in the parent Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/elements/fieldset.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- fieldset.html 10 Feb 2010 12:49:08 -0000 1.6 +++ fieldset.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The fieldset element</h4> <div id="shortdesc">set of related form controls</div> <div id="longdesc"> - <p>The <code><a href="#fieldset" class="element">fieldset</a></code> element represents a + <p>The + <span class="element">fieldset</span> + element represents a set of form controls grouped under a common name.</p> </div> <div id="prose-model"> Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/elements/datalist.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- datalist.html 10 Feb 2010 12:49:08 -0000 1.7 +++ datalist.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,8 @@ <h4>The datalist element</h4> <div id="shortdesc" class="new">predefined options for other controls</div> <div id="longdesc"> - <p>The <a href="#datalist" class="element">datalist</a> + <p>The + <span class="element">datalist</span> element represents a set of <a href="#option" class="element">option</a> elements that represent predefined options for other controls.</p> @@ -19,7 +20,7 @@ <div id="details"> <p>The <a href="#contents">contents</a> of the - <a href="#datalist" class="element">datalist</a> + <span class="element">datalist</span> element represent fallback content for legacy user agents, intermixed with <a href="#option" class="element">option</a> Index: h1.html =================================================================== RCS file: /sources/public/html5/markup/elements/h1.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h1.html 10 Feb 2010 12:49:08 -0000 1.5 +++ h1.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/elements/h3.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h3.html 10 Feb 2010 12:49:09 -0000 1.5 +++ h3.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/optgroup.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- optgroup.html 16 Feb 2010 10:28:27 -0000 1.7 +++ optgroup.html 12 Aug 2010 19:55:36 -0000 1.8 @@ -2,9 +2,11 @@ <h4>The optgroup element</h4> <div id="shortdesc">group of options</div> <div id="longdesc"> - <p>The <a href="#optgroup" class="element">optgroup</a> - element represents a group of <a href="#option" - class="element">option</a> elements with a common label.</p> + <p>The + <span class="element">optgroup</span> + element represents a group of + <a href="#option" class="element">option</a> + elements with a common label.</p> </div> <div id="prose-model"> <p>Zero or more @@ -15,23 +17,24 @@ <dl> <dt id="optgroup.attrs.label">label</dt> <dd>Specifies the name of the group of options - its <a href="#optgroup" class="element">optgroup</a> + its + <span class="element">optgroup</span> element represents.</dd> </dl> </div> <div id="tags"> <p>An - <a href="#optgroup" class="element">optgroup</a> + <span class="element">optgroup</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>An - <a href="#optgroup" class="element">optgroup</a> + <span class="element">optgroup</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#optgroup" class="element">optgroup</a> + <span class="element">optgroup</span> element is immediately followed by another - <a href="#optgroup" class="element">optgroup</a> + <span class="element">optgroup</span> element, or if there is no more content in the parent element.</p> </div> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.week.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.week.html 10 Feb 2010 18:47:40 -0000 1.6 +++ input.week.html 12 Aug 2010 19:55:36 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "week"</h4> <div id="shortdesc" class="new">year-and-week input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>week</code>" represents a control for setting the element’s value to a string @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.week.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a week.</dd> </dl> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.button.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.button.html 10 Feb 2010 12:49:07 -0000 1.6 +++ button.button.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The button element with type "button"</h4> <div id="shortdesc">button with no additional semantics</div> <div id="longdesc"> - <p>The <a href="#button" class="element">button</a> element + <p>The + <span class="element">button</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>button</code>" represents a button with no additional semantics.</p> @@ -11,9 +13,9 @@ <div id="attributes"> <dl> <dt id="button.button.attrs.type">type</dt> - <dd>Specifies that its <a href="#button" - class="element">button</a> element is a button with no - additional semantics.</dd> + <dd>Specifies that its + <span class="element">button</span> + element is a button with no additional semantics.</dd> </dl> <dl> <dt id="button.button.attrs.value">value</dt> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/elements/form.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- form.html 10 Feb 2010 12:49:08 -0000 1.8 +++ form.html 12 Aug 2010 19:55:35 -0000 1.9 @@ -2,8 +2,9 @@ <h4>The form element</h4> <div id="shortdesc">user-submittable form</div> <div id="longdesc"> - <p>The <a href="#form" class="element">form</a> element - represents a user-submittable form.</p> + <p>The + <span class="element">form</span> + element represents a user-submittable form.</p> </div> <div id="prose-model">Flow content</div> <div id="attributes"> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/elements/small.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- small.html 12 Jul 2010 17:34:57 -0000 1.7 +++ small.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,13 +2,15 @@ <h4>The small element</h4> <div id="shortdesc" class="changed">small print</div> <div id="longdesc"> - <p>The <a href="#small" class="element">small</a> element + <p>The + <span class="element">small</span> + element represents so-called “fine print” or “small print”, such as legal disclaimers and caveats.</p> </div> <div id="changes"> <p>Although previous versions of HTML defined the - <a class="element" href="#small">small</a> + <span class="element">small</span> element only in presentational terms, the element has now been given the specific semantic purpose of representing those parts of documents that are often referred to as “the fine Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/elements/ruby.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ruby.html 3 Feb 2010 10:27:05 -0000 1.6 +++ ruby.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The ruby element</h4> <div id="shortdesc" class="new">ruby annotation</div> <div id="longdesc"> - <p>The <a href="#ruby" class="element">ruby</a> element allows + <p>The + <span class="element">ruby</span> + element allows spans of phrasing content to be marked with ruby annotations.</p> </div> <div id="prose-model"> --- dir.html DELETED --- Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/elements/ol.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ol.html 23 Mar 2010 11:27:04 -0000 1.9 +++ ol.html 12 Aug 2010 19:55:36 -0000 1.10 @@ -2,7 +2,9 @@ <h4>The ol element</h4> <div id="shortdesc">ordered list</div> <div id="longdesc"> - <p>The <a href="#ol" class="element">ol</a> element represents + <p>The + <span class="element">ol</span> + element represents a list (or sequence) of items; that is, a list in which the items are intentionally ordered, such that changing the order would change the meaning of the list.</p> @@ -26,7 +28,7 @@ <dd class="note">The <a href="#ol.attrs.start">start</a> attribute on the - <a href="#li" class="element">li</a> + <span class="element">ol</span> element was deprecated in a previous version of HTML, but is no longer deprecated, as it has meaning and is not simply presentational.</dd> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/elements/article.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- article.html 2 Mar 2010 07:29:51 -0000 1.7 +++ article.html 12 Aug 2010 19:55:34 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The article element</h4> <div id="shortdesc" class="new">article</div> <div id="longdesc"> - <p>The <a href="#article" class="element">article</a> element + <p>The + <span class="element">article</span> + element represents a section of content that forms an independent part of a document or site; for example, a magazine or newspaper article, or a blog entry.</p> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/colgroup.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- colgroup.html 16 Feb 2010 10:28:26 -0000 1.9 +++ colgroup.html 12 Aug 2010 19:55:34 -0000 1.10 @@ -2,10 +2,11 @@ <h4>The colgroup element</h4> <div id="shortdesc">table column group</div> <div id="longdesc"> - <p>The <a href="#colgroup" class="element">colgroup</a> - element represents a group of one or more columns in the <a - href="#table" class="element">table</a> that is its - parent.</p> + <p>The + <span class="element">colgroup</span> + element represents a group of one or more columns in the + <a href="#table" class="element">table</a> + that is its parent.</p> </div> <div id="prose-model"> <p>If the element does not have a @@ -25,25 +26,25 @@ </div> <div id="tags"> <p>A - <a href="#colgroup" class="element">colgroup</a> + <span class="element">colgroup</span> element's <span title="syntax-start-tag">start tag</span> may be omitted if the first thing inside the - <a href="#colgroup" class="element">colgroup</a> + <span class="element">colgroup</span> element is a <a href="#col" class="element">col</a> element, and if the element is not immediately preceded by another - <a href="#colgroup" class="element">colgroup</a> + <span class="element">colgroup</span> element whose <span title="syntax-end-tag">end tag</span> has been omitted.</p> <p>A - <a href="#colgroup" class="element">colgroup</a> + <span class="element">colgroup</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#colgroup" class="element">colgroup</a> + <span class="element">colgroup</span> element is not immediately followed by a <a href="#space">space character</a> or a Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/elements/dl.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- dl.html 10 Feb 2010 12:49:08 -0000 1.9 +++ dl.html 12 Aug 2010 19:55:35 -0000 1.10 @@ -2,8 +2,10 @@ <h4>The dl element</h4> <div id="shortdesc">description list</div> <div id="longdesc"> - <p>The <a href="#dl" class="element">dl</a> element represents - a <a href="#description-list">description list</a>.</p> + <p>The + <span class="element">dl</span> + element represents a + <a href="#description-list">description list</a>.</p> </div> <div id="prose-model"> <p>Zero or more groups each consisting of one or more @@ -13,8 +15,9 @@ elements</p> </div> <div id="details"> - <p>The <a href="#dl" class="element">dl</a> element represents - a + <p>The + <span class="element">dl</span> + element represents a <dfn id="description-list" title="description-list" Index: thead.html =================================================================== RCS file: /sources/public/html5/markup/elements/thead.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- thead.html 16 Feb 2010 10:28:27 -0000 1.8 +++ thead.html 12 Aug 2010 19:55:37 -0000 1.9 @@ -2,7 +2,9 @@ <h4>The thead element</h4> <div id="shortdesc">table heading group</div> <div id="longdesc"> - <p>The <a href="#thead" class="element">thead</a> element + <p>The + <span class="element">thead</span> + element represents the block of rows that consist of the column labels (headings) for its parent <a href="#table" class="element">table</a> @@ -15,15 +17,15 @@ </div> <div id="tags"> <p>A - <a href="#thead" class="element">thead</a> + <span class="element">thead</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>A - <a href="#thead" class="element">thead</a> + <span class="element">thead</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#thead" class="element">thead</a> + <span class="element">thead</span> element is immediately followed by a <a href="#tbody" class="element">tbody</a> or Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/elements/tbody.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- tbody.html 16 Feb 2010 10:28:27 -0000 1.7 +++ tbody.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The tbody element</h4> <div id="shortdesc">table row group</div> <div id="longdesc"> - <p>The <a href="#tbody" class="element">tbody</a> element + <p>The + <span class="element">tbody</span> + element represents a block of rows that consist of a body of data for its parent <a href="#table" class="element">table</a> element.</p> @@ -14,28 +16,28 @@ </div> <div id="tags"> <p>A - <a href="#tbody" class="element">tbody</a> + <span class="element">tbody</span> element's <span title="syntax-start-tag">start tag</span> may be omitted if the first thing inside the - <a href="#tbody" class="element">tbody</a> + <span class="element">tbody</span> element is a <a href="#tr" class="element">tr</a> element, and if the element is not immediately preceded by a - <a href="#tbody" class="element">tbody</a>, + <span class="element">tbody</span> <a href="#thead" class="element">thead</a>, or <a href="#tfoot" class="element">tfoot</a> element whose <span title="syntax-end-tag">end tag</span> has been omitted.</p> <p>A - <a href="#tbody" class="element">tbody</a> + <span class="element">tbody</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#tbody" class="element">tbody</a> + <span class="element">tbody</span> element is immediately followed by a - <a href="#tbody" class="element">tbody</a> + <span class="element">tbody</span> or <a href="#tfoot" class="element">tfoot</a> element, or if there Index: video.html =================================================================== RCS file: /sources/public/html5/markup/elements/video.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- video.html 12 Jul 2010 14:16:43 -0000 1.13 +++ video.html 12 Aug 2010 19:55:38 -0000 1.14 @@ -2,7 +2,9 @@ <h4>The video element</h4> <div id="shortdesc" class="new">video</div> <div id="longdesc"> - <p>The <a href="#video" class="element">video</a> element + <p>The + <span class="element">video</span> + element represents a video or movie.</p> </div> <div id="prose-model"> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/elements/source.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- source.html 12 Jul 2010 14:16:43 -0000 1.16 +++ source.html 12 Aug 2010 19:55:37 -0000 1.17 @@ -3,7 +3,7 @@ <div id="shortdesc" class="new">media source</div> <div id="longdesc"> <p>The - <a href="#source" class="element">source</a> + <span class="element">source</span> element enables multiple <a href="#media-source">media sources</a> to be specified for @@ -20,7 +20,7 @@ title="media-source" >media source</dfn> specified within a - <a href="#source" class="element">source</a> + <span class="element">source</span> element is a complete set of media data — for example, a complete video file, or a complete audio file).</p> </div> @@ -52,8 +52,9 @@ specifies the ratio of the correct rendered width of each pixel to the actual height of each pixel in the image. If the <span class="attribute">pixelratio</span> attribute is - omitted or its value is not valid, <a href="#source" - class="element">source</a> element represents a media + omitted or its value is not valid, + <span class="element">source</span> + element represents a media source with a 1.0 pixel ratio.</dd> </dl> </div> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.reset.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.reset.html 10 Feb 2010 12:49:07 -0000 1.6 +++ button.reset.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The button element with type "reset"</h4> <div id="shortdesc">reset button</div> <div id="longdesc"> - <p>The <a href="#button" class="element">button</a> element + <p>The + <span class="element">button</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>reset</code>" represents a button for resetting a form.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="button.reset.attrs.type">type</dt> - <dd>Specifies that its <a href="#button" - class="element">button</a> element is a button for + <dd>Specifies that its + <span class="element">button</span> + element is a button for resetting a form.</dd> </dl> <dl> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.charset.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- meta.charset.html 10 Feb 2010 18:47:41 -0000 1.8 +++ meta.charset.html 12 Aug 2010 19:55:36 -0000 1.9 @@ -2,11 +2,12 @@ <h4>The meta element with the "charset" attribute</h4> <div id="shortdesc" class="new">document character-encoding declaration</div> <div id="longdesc"> - <p>The <a href="#meta" class="element">meta</a> element - with a <a href="#meta.charset.attrs.charset">charset</a> - attribute represents a <a - href="#encoding-declaration">character encoding - declaration</a>.</p> + <p>The + <span class="element">meta</span> + element + with a <a href="#meta.charset.attrs.charset" class="attribute">charset</a> + attribute represents a + <a href="#encoding-declaration">character encoding declaration</a>.</p> </div> <div id="prose-model">Empty</div> <div id="attributes"> @@ -16,16 +17,18 @@ </dl> </div> <ul id="constraints"> - <li>There must not be more than one <a href="#meta" - class="element">meta</a> element per document with a <a + <li>There must not be more than one + <span class="element">meta</span> + element per document with a <a href="#meta.charset.attrs.charset">charset</a> attribute.</li> <li>If a document contains a - <a href="#meta" class="element">meta</a> + <span class="element">meta</span> element with a <a href="#meta.charset.attrs.charset">charset</a> - attribute, then the document must not contain a <a - href="#meta" class="element">meta</a> element in the <a + attribute, then the document must not contain a + <span class="element">meta</span> + element in the <a href="#encoding-declaration-state">encoding declaration state</a>.</li> </ul> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/elements/output.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- output.html 12 Feb 2010 10:33:50 -0000 1.6 +++ output.html 12 Aug 2010 19:55:37 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The output element</h4> <div id="shortdesc" class="new">result of a calculation in a form</div> <div id="longdesc"> - <p>The <a href="#output" class="element">output</a> element + <p>The + <span class="element">output</span> + element represents the result of a calculation.</p> </div> <div id="prose-model">Phrasing content</div> @@ -11,7 +13,7 @@ <dt id="output.attrs.for">for</dt> <dd>Identifies one or more elements associated with the calculation whose result this - <a href="#output" class="element">output</a> + <span class="element">output</span> element represents.</dd> </dl> </div> Index: i.html =================================================================== RCS file: /sources/public/html5/markup/elements/i.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- i.html 12 Jul 2010 17:34:57 -0000 1.7 +++ i.html 12 Aug 2010 19:55:35 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The i element</h4> <div id="shortdesc" class="changed">offset text conventionally styled in italic</div> <div id="longdesc"> - <p>The <a href="#i" class="element">i</a> element represents a + <p>The + <span class="element">i</span> + element represents a span of text offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is italic text; for @@ -13,7 +15,7 @@ <div id="prose-model">Phrasing content</div> <div id="changes"> <p>Although previous versions of HTML defined the - <a class="element" href="#i">i</a> + <span class="element">i</span> element only in presentational terms, the element has now been given the specific semantic purpose of representing text “offset from its surrounding content without conveying any Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.submit.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.submit.html 10 Feb 2010 18:47:40 -0000 1.4 +++ input.submit.html 12 Aug 2010 19:55:36 -0000 1.5 @@ -2,7 +2,9 @@ <h4>The input element with type "submit"</h4> <div id="shortdesc">submit button</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>submit</code>" represents a button for submitting a form.</p> @@ -11,14 +13,16 @@ <div id="attributes"> <dl> <dt id="input.submit.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is a button for + <dd>Specifies that its + <span class="element">input</span> + element is a button for submitting a form.</dd> </dl> <dl> <dt id="input.submit.attrs.value">value</dt> - <dd>Specifies a value for the <a href="#input" - class="element">input</a> element.</dd> + <dd>Specifies a value for the + <span class="element">input</span> + element.</dd> </dl> </div> <div id="dom-interface">HTMLInputElement</div> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.date.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- input.date.html 10 Feb 2010 18:47:39 -0000 1.6 +++ input.date.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The input element with type "date"</h4> <div id="shortdesc" class="new">date input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>date</code>" represents a control for setting the element’s value to a string @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.date.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for setting the element’s value to a string representing a date.</dd> </dl> Index: var.html =================================================================== RCS file: /sources/public/html5/markup/elements/var.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- var.html 31 Jan 2010 06:11:05 -0000 1.5 +++ var.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The var element</h4> <div id="shortdesc">variable or placeholder text</div> <div id="longdesc"> - <p>The <a href="#var" class="element">var</a> element + <p>The + <span class="element">var</span> + element represents either a variable in a mathematical expression or programming context, or placeholder text that the reader is meant to mentally replace with some other literal value.</p> Index: sub.html =================================================================== RCS file: /sources/public/html5/markup/elements/sub.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sub.html 31 Jan 2010 06:11:04 -0000 1.5 +++ sub.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The sub element</h4> <div id="shortdesc">subscript</div> <div id="longdesc"> - <p>The <a href="#sub" class="element">sub</a> element + <p>The + <span class="element">sub</span> + element represents subscript.</p> </div> <div id="prose-model">Phrasing content</div> Index: title.html =================================================================== RCS file: /sources/public/html5/markup/elements/title.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- title.html 12 Feb 2010 10:33:51 -0000 1.7 +++ title.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The title element</h4> <div id="shortdesc">document title</div> <div id="longdesc"> - <p>The <a href="#title" class="element">title</a> element + <p>The + <span class="element">title</span> + element represents the document’s title or name.</p> </div> <div id="prose-model"> Index: pre.html =================================================================== RCS file: /sources/public/html5/markup/elements/pre.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pre.html 12 Feb 2010 10:33:50 -0000 1.5 +++ pre.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The pre element</h4> <div id="shortdesc">preformatted text</div> <div id="longdesc"> - <p>The <a href="#pre" class="element">pre</a> element + <p>The + <span class="element">pre</span> + element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.</p> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.submit.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.submit.html 10 Feb 2010 12:49:07 -0000 1.6 +++ button.submit.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The button element with type "submit"</h4> <div id="shortdesc">submit button</div> <div id="longdesc"> - <p>The <a href="#button" class="element">button</a> element + <p>The + <span class="element">button</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>submit</code>" represents a button for submitting a form.</p> @@ -11,8 +13,9 @@ <div id="attributes"> <dl> <dt id="button.submit.attrs.type">type</dt> - <dd>Specifies that its <a href="#button" - class="element">button</a> element is a button for + <dd>Specifies that its + <span class="element">button</span> + element is a button for submitting a form.</dd> </dl> <dl> Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/elements/rp.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- rp.html 16 Feb 2010 10:28:27 -0000 1.7 +++ rp.html 12 Aug 2010 19:55:37 -0000 1.8 @@ -2,7 +2,9 @@ <h4>The rp element</h4> <div id="shortdesc" class="new">ruby parenthesis</div> <div id="longdesc"> - <p>The <a href="#rp" class="element">rp</a> element can be + <p>The + <span class="element">rp</span> + element can be used to provide parentheses around a ruby text component of a ruby annotation, to be shown by UAs that don’t support ruby annotations.</p> @@ -10,19 +12,19 @@ <div id="prose-model">Phrasing content</div> <div id="tags"> <p>An - <a href="#rp" class="element">rp</a> + <span class="element">rp</span> element must have a <span title="syntax-start-tag">start tag</span>.</p> <p>An - <a href="#rp" class="element">rp</a> + <span class="element">rp</span> element’s <span title="syntax-end-tag">end tag</span> may be omitted if the - <a href="#rp" class="element">rp</a> + <span class="element">rp</span> element is immediately followed by an <a href="#rt" class="element">rt</a> or - <a href="#rp" class="element">rp</a> + <span class="element">rp</span> element, or if there is no more content in the parent element.</p> </div> Index: sup.html =================================================================== RCS file: /sources/public/html5/markup/elements/sup.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- sup.html 31 Jan 2010 06:11:04 -0000 1.5 +++ sup.html 12 Aug 2010 19:55:37 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The sup element</h4> <div id="shortdesc">superscript</div> <div id="longdesc"> - <p>The <a href="#sup" class="element">sup</a> element + <p>The + <span class="element">sup</span> + element represents superscript.</p> </div> <div id="prose-model">Phrasing content</div> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/elements/details.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- details.html 10 Feb 2010 12:49:08 -0000 1.6 +++ details.html 12 Aug 2010 19:55:34 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The details element</h4> <div id="shortdesc" class="new">control for additional on-demand information</div> <div id="longdesc"> - <p>The <a href="#details" class="element">details</a> element + <p>The + <span class="element">details</span> + element represents a control from which the user can obtain additional information or controls on-demand.</p> </div> @@ -19,8 +21,8 @@ <dl> <dt id="details.attrs.open">open</dt> <dd>Specifies that the contents of the - <a href="#details" class="element">details</a> element - should be shown to the user.</dd> + <span class="element">details</span> + element should be shown to the user.</dd> </dl> </div> <div id="dom-interface">HTMLDetailsElement</div> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.url.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.url.html 10 Feb 2010 18:47:40 -0000 1.5 +++ input.url.html 12 Aug 2010 19:55:36 -0000 1.6 @@ -2,7 +2,9 @@ <h4>The input element with type "url"</h4> <div id="shortdesc" class="new">URL input control</div> <div id="longdesc"> - <p>The <a href="#input" class="element">input</a> element + <p>The + <span class="element">input</span> + element with a <span class="attribute">type</span> attribute whose value is "<code>url</code>" represents a control for editing an absolute URL given in the element’s @@ -12,8 +14,9 @@ <div id="attributes"> <dl> <dt id="input.url.attrs.type">type</dt> - <dd>Specifies that its <a href="#input" - class="element">input</a> element is + <dd>Specifies that its + <span class="element">input</span> + element is a control for editing an absolute URL given in the element’s value.</dd> </dl> Index: summary.html =================================================================== RCS file: /sources/public/html5/markup/elements/summary.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- summary.html 3 Feb 2010 10:27:05 -0000 1.2 +++ summary.html 12 Aug 2010 19:55:37 -0000 1.3 @@ -3,7 +3,7 @@ <div id="shortdesc" class="new">summary, caption, or legend for a details control</div> <div id="longdesc"> <p>The - <a href="#summary" class="element">summary</a> + <span class="element">summary</span> element represents a summary, caption, or legend for a <a href="#details" class="element">details</a> element.</p> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/hgroup.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- hgroup.html 3 Feb 2010 10:27:04 -0000 1.6 +++ hgroup.html 12 Aug 2010 19:55:35 -0000 1.7 @@ -2,7 +2,9 @@ <h4>The hgroup element</h4> <div id="shortdesc" class="new">heading group</div> <div id="longdesc"> - <p>The <a href="#hgroup" class="element">hgroup</a> element + <p>The + <span class="element">hgroup</span> + element represents a group of headings.</p> </div> <div id="prose-model"> @@ -17,9 +19,12 @@ elements</p> </div> <div id="details"> - <p>The hgroup element is typically used to group a - set of one or more <a href="#h1" class="element">h1</a>-<a - href="#h6" class="element">h6</a> elements — to group, for + <p>The + <span class="element">hgroup</span> + element is typically used to group a + set of one or more + <a href="#h1" class="element">h1</a>-<a href="#h6" class="element">h6</a> + elements — to group, for example, a section title and an accompanying subtitle.</p> </div> </div> Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/elements/h5.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- h5.html 10 Feb 2010 12:49:09 -0000 1.5 +++ h5.html 12 Aug 2010 19:55:35 -0000 1.6 @@ -2,8 +2,11 @@ <h4>The h1, h2, h3, h4, h5, and h6 elements</h4> <div id="shortdesc">heading</div> <div id="longdesc"> - <p>The <a href="#h1" class="element">h1</a> through <a - href="#h6" class="element">h6</a> elements are headings for + <p>The + <span class="element">h1</span> + through + <span class="element">h6</span> + elements are headings for the sections with which they are associated.</p> </div> <div id="prose-model">Phrasing content</div>
Received on Thursday, 12 August 2010 19:55:46 UTC