- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 08:23:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv16958 Modified Files: Overview.html acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html forms.html grouping-content.html history.html iana.html index-of-terms.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html references.html scripting-1.html sections.html semantics.html spec.html spec.preprocessed.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html urls.html video.html webappapis.html Log Message: omitting a content attribute value makes no sense (whatwg r5556) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- infrastructure.html 29 Sep 2010 07:52:56 -0000 1.812 +++ infrastructure.html 29 Sep 2010 08:23:20 -0000 1.813 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.810 retrieving revision 1.811 diff -u -d -r1.810 -r1.811 --- text-level-semantics.html 29 Sep 2010 07:52:59 -0000 1.810 +++ text-level-semantics.html 29 Sep 2010 08:23:22 -0000 1.811 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="grouping-content.html">← 4.5 Grouping content</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1316,16 +1316,16 @@ <p><i>Finally one night he picked up the courage to speak with her—</i></p> <p>Raymond woke with a start as the fire alarm rang out.</p></pre> - </div><p>Authors are encouraged to use the <code title="attr-class"><a href="elements.html#classes" id="class-5">class</a></code> attribute on the <code><a href="#the-i-element" id="i-6">i</a></code> - element to identify why the element is being used, so that if the - style of a particular use (e.g. dream sequences as opposed to - taxonomic terms) is to be changed at a later date, the author - doesn't have to go through the entire document (or series of related - documents) annotating each use. Similarly, authors are encouraged to - consider whether other elements might be more applicable than the - <code><a href="#the-i-element" id="i-7">i</a></code> element, for instance the <code><a href="#the-em-element" id="em-10">em</a></code> element for - marking up stress emphasis, or the <code><a href="#the-dfn-element" id="dfn-15">dfn</a></code> element to mark - up the defining instance of a term.<p class="note">Style sheets can be used to format <code><a href="#the-i-element" id="i-8">i</a></code> + </div><p>Authors can use the <code title="attr-class"><a href="elements.html#classes" id="class-5">class</a></code> + attribute on the <code><a href="#the-i-element" id="i-6">i</a></code> element to identify why the element + is being used, so that if the style of a particular use (e.g. dream + sequences as opposed to taxonomic terms) is to be changed at a later + date, the author doesn't have to go through the entire document (or + series of related documents) annotating each use.<p>Authors are encouraged to consider whether other elements might + be more applicable than the <code><a href="#the-i-element" id="i-7">i</a></code> element, for instance the + <code><a href="#the-em-element" id="em-10">em</a></code> element for marking up stress emphasis, or the + <code><a href="#the-dfn-element" id="dfn-15">dfn</a></code> element to mark up the defining instance of a + term.<p class="note">Style sheets can be used to format <code><a href="#the-i-element" id="i-8">i</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-i-element" id="i-9">i</a></code> elements will necessarily be italicized.<h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> @@ -1366,11 +1366,10 @@ <p>Veterinary nurse Melanie Humble took the three-week-old kittens to her Aberdeen home.</p> <i>[...]</i></pre> - </div><p>As with the <code><a href="#the-i-element" id="i-10">i</a></code> element, authors are encouraged to use - the <code title="attr-class"><a href="elements.html#classes" id="class-6">class</a></code> attribute on the - <code><a href="#the-b-element" id="b-9">b</a></code> element to identify why the element is being used, so - that if the style of a particular use is to be changed at a later - date, the author doesn't have to go through annotating each use.<p>The <code><a href="#the-b-element" id="b-10">b</a></code> element should be used as a last resort when + </div><p>As with the <code><a href="#the-i-element" id="i-10">i</a></code> element, authors can use the <code title="attr-class"><a href="elements.html#classes" id="class-6">class</a></code> attribute on the <code><a href="#the-b-element" id="b-9">b</a></code> + element to identify why the element is being used, so that if the + style of a particular use is to be changed at a later date, the + author doesn't have to go through annotating each use.<p>The <code><a href="#the-b-element" id="b-10">b</a></code> element should be used as a last resort when no other element is more appropriate. In particular, headings should use the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-18">h1</a></code> to <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-10">h6</a></code> elements, stress emphasis should use the <code><a href="#the-em-element" id="em-11">em</a></code> element, importance should be denoted Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.252 retrieving revision 1.253 diff -u -d -r1.252 -r1.253 --- scripting-1.html 29 Sep 2010 07:52:57 -0000 1.252 +++ scripting-1.html 29 Sep 2010 08:23:20 -0000 1.253 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.251 retrieving revision 1.252 diff -u -d -r1.251 -r1.252 --- the-map-element.html 29 Sep 2010 07:53:00 -0000 1.251 +++ the-map-element.html 29 Sep 2010 08:23:23 -0000 1.252 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-canvas-element.html">← 4.8.10 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.804 retrieving revision 1.805 diff -u -d -r1.804 -r1.805 --- the-canvas-element.html 29 Sep 2010 07:53:00 -0000 1.804 +++ the-canvas-element.html 29 Sep 2010 08:23:23 -0000 1.805 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="video.html">← 4.8.6 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.794 retrieving revision 1.795 diff -u -d -r1.794 -r1.795 --- tabular-data.html 29 Sep 2010 07:52:59 -0000 1.794 +++ tabular-data.html 29 Sep 2010 08:23:22 -0000 1.795 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-map-element.html">← 4.8.11 The map element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.268 retrieving revision 1.269 diff -u -d -r1.268 -r1.269 --- the-iframe-element.html 29 Sep 2010 07:53:00 -0000 1.268 +++ the-iframe-element.html 29 Sep 2010 08:23:23 -0000 1.269 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="embedded-content-1.html">← 4.8 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1157 retrieving revision 1.1158 diff -u -d -r1.1157 -r1.1158 --- Overview.html 29 Sep 2010 07:52:55 -0000 1.1157 +++ Overview.html 29 Sep 2010 08:23:18 -0000 1.1158 @@ -305,7 +305,7 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="editor-s-draft-29-september-2010">Editor's Draft 29 September 2010</h2> <dl><dt>Latest Published Version:</dt> @@ -325,7 +325,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4437.</p> + This is revision 1.4439.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v retrieving revision 1.248 retrieving revision 1.249 diff -u -d -r1.248 -r1.249 --- association-of-controls-and-forms.html 29 Sep 2010 07:52:55 -0000 1.248 +++ association-of-controls-and-forms.html 29 Sep 2010 08:23:18 -0000 1.249 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-button-element.html">← 4.10.8 The button element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- index-of-terms.html 29 Sep 2010 07:52:56 -0000 1.103 +++ index-of-terms.html 29 Sep 2010 08:23:19 -0000 1.104 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="index.html">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.806 retrieving revision 1.807 diff -u -d -r1.806 -r1.807 --- history.html 29 Sep 2010 07:52:56 -0000 1.806 +++ history.html 29 Sep 2010 08:23:19 -0000 1.807 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="origin-0.html">← 5.3 Origin</a> – <a href="Overview.html#contents">Table of contents</a> – Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/origin-0.html,v retrieving revision 1.228 retrieving revision 1.229 diff -u -d -r1.228 -r1.229 --- origin-0.html 29 Sep 2010 07:52:57 -0000 1.228 +++ origin-0.html 29 Sep 2010 08:23:20 -0000 1.229 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="browsers.html">← 5 Loading Web pages</a> – <a href="Overview.html#contents">Table of contents</a> – Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -d -r1.256 -r1.257 --- common-input-element-attributes.html 29 Sep 2010 07:52:55 -0000 1.256 +++ common-input-element-attributes.html 29 Sep 2010 08:23:19 -0000 1.257 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="number-state.html">← 4.10.7.1.13 Number state</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.811 retrieving revision 1.812 diff -u -d -r1.811 -r1.812 --- dom.html 29 Sep 2010 07:52:55 -0000 1.811 +++ dom.html 29 Sep 2010 08:23:19 -0000 1.812 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="urls.html">← 2.6 URLs</a> – <a href="Overview.html#contents">Table of contents</a> – Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.261 retrieving revision 1.262 diff -u -d -r1.261 -r1.262 --- embedded-content-1.html 29 Sep 2010 07:52:55 -0000 1.261 +++ embedded-content-1.html 29 Sep 2010 08:23:19 -0000 1.262 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="edits.html">← 4.7 Edits</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -1062,8 +1062,8 @@ (e.g. a blind photographer sharing an image on his blog).</p> <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-26">alt</a></code> - attribute's value may be omitted, but one of the following - conditions must be met as well:</p> + attribute may be omitted, but one of the following conditions must + be met as well:</p> <ul><!-- when editing this list, search for the two other occurrences of 'critical-no-alt' --><li>The <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-20">title</a></code> attribute is Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v retrieving revision 1.246 retrieving revision 1.247 diff -u -d -r1.246 -r1.247 --- the-input-element.html 29 Sep 2010 07:53:00 -0000 1.246 +++ the-input-element.html 29 Sep 2010 08:23:23 -0000 1.247 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="forms.html">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.819 retrieving revision 1.820 diff -u -d -r1.819 -r1.820 --- acknowledgements.html 29 Sep 2010 07:52:55 -0000 1.819 +++ acknowledgements.html 29 Sep 2010 08:23:18 -0000 1.820 @@ -307,7 +307,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.257 retrieving revision 1.258 diff -u -d -r1.257 -r1.258 --- grouping-content.html 29 Sep 2010 07:52:56 -0000 1.257 +++ grouping-content.html 29 Sep 2010 08:23:19 -0000 1.258 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="sections.html">← 4.4 Sections</a> – <a href="Overview.html#contents">Table of contents</a> – Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.250 retrieving revision 1.251 diff -u -d -r1.250 -r1.251 --- timers.html 29 Sep 2010 07:53:00 -0000 1.250 +++ timers.html 29 Sep 2010 08:23:23 -0000 1.251 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="webappapis.html">← 6 Web application APIs</a> – <a href="Overview.html#contents">Table of contents</a> – Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.265 retrieving revision 1.266 diff -u -d -r1.265 -r1.266 --- elements.html 29 Sep 2010 07:52:55 -0000 1.265 +++ elements.html 29 Sep 2010 08:23:19 -0000 1.266 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- urls.html 29 Sep 2010 07:53:00 -0000 1.260 +++ urls.html 29 Sep 2010 08:23:23 -0000 1.261 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="common-microsyntaxes.html">← 2.5 Common microsyntaxes</a> – <a href="Overview.html#contents">Table of contents</a> – Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -d -r1.256 -r1.257 --- iana.html 29 Sep 2010 07:52:56 -0000 1.256 +++ iana.html 29 Sep 2010 08:23:19 -0000 1.257 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="obsolete.html">← 10 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.801 retrieving revision 1.802 diff -u -d -r1.801 -r1.802 --- forms.html 29 Sep 2010 07:52:55 -0000 1.801 +++ forms.html 29 Sep 2010 08:23:19 -0000 1.802 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.802 retrieving revision 1.803 diff -u -d -r1.802 -r1.803 --- interactive-elements.html 29 Sep 2010 07:52:57 -0000 1.802 +++ interactive-elements.html 29 Sep 2010 08:23:20 -0000 1.803 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.807 retrieving revision 1.808 diff -u -d -r1.807 -r1.808 --- editing.html 29 Sep 2010 07:52:55 -0000 1.807 +++ editing.html 29 Sep 2010 08:23:19 -0000 1.808 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="timers.html">← 6.2 Timers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.826 retrieving revision 1.827 diff -u -d -r1.826 -r1.827 --- video.html 29 Sep 2010 07:53:00 -0000 1.826 +++ video.html 29 Sep 2010 08:23:23 -0000 1.827 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-iframe-element.html">← 4.8.2 The iframe element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.817 retrieving revision 1.818 diff -u -d -r1.817 -r1.818 --- browsers.html 29 Sep 2010 07:52:55 -0000 1.817 +++ browsers.html 29 Sep 2010 08:23:18 -0000 1.818 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="links.html">← 4.12 Links</a> – <a href="Overview.html#contents">Table of contents</a> – Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.243 retrieving revision 1.244 diff -u -d -r1.243 -r1.244 --- edits.html 29 Sep 2010 07:52:55 -0000 1.243 +++ edits.html 29 Sep 2010 08:23:19 -0000 1.244 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.784 retrieving revision 1.785 diff -u -d -r1.784 -r1.785 --- the-xhtml-syntax.html 29 Sep 2010 07:53:00 -0000 1.784 +++ the-xhtml-syntax.html 29 Sep 2010 08:23:23 -0000 1.785 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="named-character-references.html">← 8.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.802 retrieving revision 1.803 diff -u -d -r1.802 -r1.803 --- offline.html 29 Sep 2010 07:52:57 -0000 1.802 +++ offline.html 29 Sep 2010 08:23:20 -0000 1.803 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="history.html">← 5.4 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.258 retrieving revision 1.259 diff -u -d -r1.258 -r1.259 --- content-models.html 29 Sep 2010 07:52:55 -0000 1.258 +++ content-models.html 29 Sep 2010 08:23:19 -0000 1.259 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="elements.html">← 3.2 Elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- states-of-the-type-attribute.html 29 Sep 2010 07:52:59 -0000 1.253 +++ states-of-the-type-attribute.html 29 Sep 2010 08:23:22 -0000 1.254 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-input-element.html">← 4.10.7 The input element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- apis-in-html-documents.html 29 Sep 2010 07:52:55 -0000 1.253 +++ apis-in-html-documents.html 29 Sep 2010 08:23:18 -0000 1.254 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="content-models.html">← 3.2.5 Content models</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.804 retrieving revision 1.805 diff -u -d -r1.804 -r1.805 --- obsolete.html 29 Sep 2010 07:52:57 -0000 1.804 +++ obsolete.html 29 Sep 2010 08:23:20 -0000 1.805 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.803 retrieving revision 1.804 diff -u -d -r1.803 -r1.804 --- named-character-references.html 29 Sep 2010 07:52:57 -0000 1.803 +++ named-character-references.html 29 Sep 2010 08:23:20 -0000 1.804 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="syntax.html">← 8 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.800 retrieving revision 1.801 diff -u -d -r1.800 -r1.801 --- references.html 29 Sep 2010 07:52:57 -0000 1.800 +++ references.html 29 Sep 2010 08:23:20 -0000 1.801 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="index-of-terms.html">← Index of terms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.814 retrieving revision 1.815 diff -u -d -r1.814 -r1.815 --- semantics.html 29 Sep 2010 07:52:57 -0000 1.814 +++ semantics.html 29 Sep 2010 08:23:20 -0000 1.815 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.817 retrieving revision 1.818 diff -u -d -r1.817 -r1.818 --- index.html 29 Sep 2010 07:52:56 -0000 1.817 +++ index.html 29 Sep 2010 08:23:19 -0000 1.818 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="iana.html">← 11 IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- the-button-element.html 29 Sep 2010 07:52:59 -0000 1.255 +++ the-button-element.html 29 Sep 2010 08:23:23 -0000 1.256 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="common-input-element-attributes.html">← 4.10.7.2 Common input element attributes</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.252 retrieving revision 1.253 diff -u -d -r1.252 -r1.253 --- dnd.html 29 Sep 2010 07:52:55 -0000 1.252 +++ dnd.html 29 Sep 2010 08:23:19 -0000 1.253 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="editing.html">← 7 User interaction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: links.html =================================================================== RCS file: /sources/public/html5/spec-author-view/links.html,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- links.html 29 Sep 2010 07:52:57 -0000 1.259 +++ links.html 29 Sep 2010 08:23:20 -0000 1.260 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="commands.html">← 4.11.5 Commands</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1182 retrieving revision 1.1183 diff -u -d -r1.1182 -r1.1183 --- spec.html 29 Sep 2010 07:52:57 -0000 1.1182 +++ spec.html 29 Sep 2010 08:23:20 -0000 1.1183 @@ -306,7 +306,7 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="editor-s-draft-29-september-2010">Editor's Draft 29 September 2010</h2> <dl><dt>Latest Published Version:</dt> @@ -326,7 +326,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4437.</p> + This is revision 1.4439.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -9273,16 +9273,16 @@ <p><i>Finally one night he picked up the courage to speak with her—</i></p> <p>Raymond woke with a start as the fire alarm rang out.</p></pre> - </div><p>Authors are encouraged to use the <code title="attr-class"><a href="#classes" id="class-5">class</a></code> attribute on the <code><a href="#the-i-element" id="i-6">i</a></code> - element to identify why the element is being used, so that if the - style of a particular use (e.g. dream sequences as opposed to - taxonomic terms) is to be changed at a later date, the author - doesn't have to go through the entire document (or series of related - documents) annotating each use. Similarly, authors are encouraged to - consider whether other elements might be more applicable than the - <code><a href="#the-i-element" id="i-7">i</a></code> element, for instance the <code><a href="#the-em-element" id="em-10">em</a></code> element for - marking up stress emphasis, or the <code><a href="#the-dfn-element" id="dfn-15">dfn</a></code> element to mark - up the defining instance of a term.</p><p class="note">Style sheets can be used to format <code><a href="#the-i-element" id="i-8">i</a></code> + </div><p>Authors can use the <code title="attr-class"><a href="#classes" id="class-5">class</a></code> + attribute on the <code><a href="#the-i-element" id="i-6">i</a></code> element to identify why the element + is being used, so that if the style of a particular use (e.g. dream + sequences as opposed to taxonomic terms) is to be changed at a later + date, the author doesn't have to go through the entire document (or + series of related documents) annotating each use.</p><p>Authors are encouraged to consider whether other elements might + be more applicable than the <code><a href="#the-i-element" id="i-7">i</a></code> element, for instance the + <code><a href="#the-em-element" id="em-10">em</a></code> element for marking up stress emphasis, or the + <code><a href="#the-dfn-element" id="dfn-15">dfn</a></code> element to mark up the defining instance of a + term.</p><p class="note">Style sheets can be used to format <code><a href="#the-i-element" id="i-8">i</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-i-element" id="i-9">i</a></code> elements will necessarily be italicized.</p><h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> @@ -9323,11 +9323,10 @@ <p>Veterinary nurse Melanie Humble took the three-week-old kittens to her Aberdeen home.</p> <i>[...]</i></pre> - </div><p>As with the <code><a href="#the-i-element" id="i-10">i</a></code> element, authors are encouraged to use - the <code title="attr-class"><a href="#classes" id="class-6">class</a></code> attribute on the - <code><a href="#the-b-element" id="b-9">b</a></code> element to identify why the element is being used, so - that if the style of a particular use is to be changed at a later - date, the author doesn't have to go through annotating each use.</p><p>The <code><a href="#the-b-element" id="b-10">b</a></code> element should be used as a last resort when + </div><p>As with the <code><a href="#the-i-element" id="i-10">i</a></code> element, authors can use the <code title="attr-class"><a href="#classes" id="class-6">class</a></code> attribute on the <code><a href="#the-b-element" id="b-9">b</a></code> + element to identify why the element is being used, so that if the + style of a particular use is to be changed at a later date, the + author doesn't have to go through annotating each use.</p><p>The <code><a href="#the-b-element" id="b-10">b</a></code> element should be used as a last resort when no other element is more appropriate. In particular, headings should use the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-18">h1</a></code> to <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-10">h6</a></code> elements, stress emphasis should use the <code><a href="#the-em-element" id="em-11">em</a></code> element, importance should be denoted @@ -10760,8 +10759,8 @@ (e.g. a blind photographer sharing an image on his blog).</p> <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-26">alt</a></code> - attribute's value may be omitted, but one of the following - conditions must be met as well:</p> + attribute may be omitted, but one of the following conditions must + be met as well:</p> <ul><!-- when editing this list, search for the two other occurrences of 'critical-no-alt' --><li>The <code title="attr-title"><a href="#the-title-attribute" id="title-20">title</a></code> attribute is Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.248 retrieving revision 1.249 diff -u -d -r1.248 -r1.249 --- number-state.html 29 Sep 2010 07:52:57 -0000 1.248 +++ number-state.html 29 Sep 2010 08:23:20 -0000 1.249 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="states-of-the-type-attribute.html">← 4.10.7.1 States of the type attribute</a> – <a href="Overview.html#contents">Table of contents</a> – Index: sections.html =================================================================== RCS file: /sources/public/html5/spec-author-view/sections.html,v retrieving revision 1.261 retrieving revision 1.262 diff -u -d -r1.261 -r1.262 --- sections.html 29 Sep 2010 07:52:57 -0000 1.261 +++ sections.html 29 Sep 2010 08:23:20 -0000 1.262 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="scripting-1.html">← 4.3 Scripting</a> – <a href="Overview.html#contents">Table of contents</a> – Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.809 retrieving revision 1.810 diff -u -d -r1.809 -r1.810 --- introduction.html 29 Sep 2010 07:52:57 -0000 1.809 +++ introduction.html 29 Sep 2010 08:23:20 -0000 1.810 @@ -307,7 +307,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- commands.html 29 Sep 2010 07:52:55 -0000 1.245 +++ commands.html 29 Sep 2010 08:23:19 -0000 1.246 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.250 retrieving revision 1.251 diff -u -d -r1.250 -r1.251 --- common-microsyntaxes.html 29 Sep 2010 07:52:55 -0000 1.250 +++ common-microsyntaxes.html 29 Sep 2010 08:23:19 -0000 1.251 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- syntax.html 29 Sep 2010 07:52:59 -0000 1.812 +++ syntax.html 29 Sep 2010 08:23:22 -0000 1.813 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="dnd.html">← 7.9 Drag and drop</a> – <a href="Overview.html#contents">Table of contents</a> – Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- webappapis.html 29 Sep 2010 07:53:00 -0000 1.232 +++ webappapis.html 29 Sep 2010 08:23:23 -0000 1.233 @@ -308,7 +308,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> </div><div> <a href="offline.html">← 5.6 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- spec.preprocessed.html 29 Sep 2010 07:52:59 -0000 1.93 +++ spec.preprocessed.html 29 Sep 2010 08:23:22 -0000 1.94 @@ -314,7 +314,7 @@ </head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4437</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4439</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="editor-s-draft-29-september-2010">Editor's Draft 29 September 2010</h2> <dl><dt>Latest Published Version:</dt> @@ -334,7 +334,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4437.</p> + This is revision 1.4439.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -16672,16 +16672,16 @@ <p><i>Finally one night he picked up the courage to speak with her—</i></p> <p>Raymond woke with a start as the fire alarm rang out.</p></pre> - </div><p>Authors are encouraged to use the <code title="attr-class"><a href="#classes">class</a></code> attribute on the <code><a href="#the-i-element">i</a></code> - element to identify why the element is being used, so that if the - style of a particular use (e.g. dream sequences as opposed to - taxonomic terms) is to be changed at a later date, the author - doesn't have to go through the entire document (or series of related - documents) annotating each use. Similarly, authors are encouraged to - consider whether other elements might be more applicable than the - <code><a href="#the-i-element">i</a></code> element, for instance the <code><a href="#the-em-element">em</a></code> element for - marking up stress emphasis, or the <code><a href="#the-dfn-element">dfn</a></code> element to mark - up the defining instance of a term.</p><p class="note">Style sheets can be used to format <code><a href="#the-i-element">i</a></code> + </div><p>Authors can use the <code title="attr-class"><a href="#classes">class</a></code> + attribute on the <code><a href="#the-i-element">i</a></code> element to identify why the element + is being used, so that if the style of a particular use (e.g. dream + sequences as opposed to taxonomic terms) is to be changed at a later + date, the author doesn't have to go through the entire document (or + series of related documents) annotating each use.</p><p>Authors are encouraged to consider whether other elements might + be more applicable than the <code><a href="#the-i-element">i</a></code> element, for instance the + <code><a href="#the-em-element">em</a></code> element for marking up stress emphasis, or the + <code><a href="#the-dfn-element">dfn</a></code> element to mark up the defining instance of a + term.</p><p class="note">Style sheets can be used to format <code><a href="#the-i-element">i</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-i-element">i</a></code> elements will necessarily be italicized.</p><h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> @@ -16722,11 +16722,10 @@ <p>Veterinary nurse Melanie Humble took the three-week-old kittens to her Aberdeen home.</p> <i>[...]</i></pre> - </div><p>As with the <code><a href="#the-i-element">i</a></code> element, authors are encouraged to use - the <code title="attr-class"><a href="#classes">class</a></code> attribute on the - <code><a href="#the-b-element">b</a></code> element to identify why the element is being used, so - that if the style of a particular use is to be changed at a later - date, the author doesn't have to go through annotating each use.</p><p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when + </div><p>As with the <code><a href="#the-i-element">i</a></code> element, authors can use the <code title="attr-class"><a href="#classes">class</a></code> attribute on the <code><a href="#the-b-element">b</a></code> + element to identify why the element is being used, so that if the + style of a particular use is to be changed at a later date, the + author doesn't have to go through annotating each use.</p><p>The <code><a href="#the-b-element">b</a></code> element should be used as a last resort when no other element is more appropriate. In particular, headings should use the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> to <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements, stress emphasis should use the <code><a href="#the-em-element">em</a></code> element, importance should be denoted @@ -18503,8 +18502,8 @@ (e.g. a blind photographer sharing an image on his blog).</p> <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> - attribute's value may be omitted, but one of the following - conditions must be met as well:</p> + attribute may be omitted, but one of the following conditions must + be met as well:</p> <ul><!-- when editing this list, search for the two other occurrences of 'critical-no-alt' --><li>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute is
Received on Wednesday, 29 September 2010 08:23:30 UTC