- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 07:54:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv31296
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 webappapis.html
Log Message:
clarify element definitions (whatwg r6079)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- infrastructure.html 5 May 2011 06:54:50 -0000 1.1002
+++ infrastructure.html 5 May 2011 07:54:26 -0000 1.1003
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1003
retrieving revision 1.1004
diff -u -d -r1.1003 -r1.1004
--- text-level-semantics.html 5 May 2011 06:54:55 -0000 1.1003
+++ text-level-semantics.html 5 May 2011 07:54:52 -0000 1.1004
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="grouping-content.html">← 4.5 Grouping content</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -1325,10 +1325,9 @@
<dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement_53">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-i-element" id="i_14">i</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
in an alternate voice or mood, or otherwise offset from the normal
- prose, such as a taxonomic designation, a technical term, an
- idiomatic phrase from another language, a thought, a ship name in
- Western texts, or some other prose whose typical typographic
- presentation is italicized.<p>Terms in languages different from the main text should be
+ prose in a manner indicating a different quality of text, such as a
+ taxonomic designation, a technical term, an idiomatic phrase from
+ another language, a thought, or a ship name in Western texts.<p>Terms in languages different from the main text should be
annotated with <code title="attr-lang"><a href="elements.html#attr-lang" id="lang_7">lang</a></code> attributes (or,
in XML, <a href="elements.html#attr-xml-lang" id="attr-xml-lang_4" title="attr-xml-lang"><code title="">lang</code>
attributes in the <span>XML namespace</span></a>).<div class="example">
@@ -1370,10 +1369,11 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement_54">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-b-element" id="b_4">b</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
- to be stylistically offset from the normal prose without conveying
- any extra importance, such as key words in a document abstract,
- product names in a review, or other spans of text whose typical
- typographic presentation is boldened.<div class="example">
+ to which attention is being drawn for utilitarian purposes without
+ conveying any extra importance and with no implication of an
+ alternate voice or mood, such as key words in a document abstract,
+ product names in a review, actionable words in interactive
+ text-driven software, or an article lede.<div class="example">
<p>The following example shows a use of the <code><a href="#the-b-element" id="b_5">b</a></code> element
to highlight key words without marking them up as important:</p>
<pre><p>The <b>frobonitor</b> and <b>barbinator</b> components are fried.</p></pre>
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -d -r1.444 -r1.445
--- scripting-1.html 5 May 2011 06:54:51 -0000 1.444
+++ scripting-1.html 5 May 2011 07:54:43 -0000 1.445
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.446
retrieving revision 1.447
diff -u -d -r1.446 -r1.447
--- the-map-element.html 5 May 2011 06:54:55 -0000 1.446
+++ the-map-element.html 5 May 2011 07:54:56 -0000 1.447
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 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.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- the-canvas-element.html 5 May 2011 06:54:55 -0000 1.995
+++ the-canvas-element.html 5 May 2011 07:54:53 -0000 1.996
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.987
retrieving revision 1.988
diff -u -d -r1.987 -r1.988
--- tabular-data.html 5 May 2011 06:54:55 -0000 1.987
+++ tabular-data.html 5 May 2011 07:54:52 -0000 1.988
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="the-map-element.html">← 4.8.12 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.459
retrieving revision 1.460
diff -u -d -r1.459 -r1.460
--- the-iframe-element.html 5 May 2011 06:54:55 -0000 1.459
+++ the-iframe-element.html 5 May 2011 07:54:56 -0000 1.460
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1357
retrieving revision 1.1358
diff -u -d -r1.1357 -r1.1358
--- Overview.html 5 May 2011 06:54:48 -0000 1.1357
+++ Overview.html 5 May 2011 07:54:17 -0000 1.1358
@@ -332,7 +332,7 @@
</script><body class="split index" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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-5-may-2011">Editor's Draft 5 May 2011</h2>
<dl><dt>Latest Published Version:</dt>
@@ -354,7 +354,7 @@
<dt>Editor:</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.4881.</p>
+ This is revision 1.4883.</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.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- association-of-controls-and-forms.html 5 May 2011 06:54:49 -0000 1.441
+++ association-of-controls-and-forms.html 5 May 2011 07:54:18 -0000 1.442
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- index-of-terms.html 5 May 2011 06:54:50 -0000 1.296
+++ index-of-terms.html 5 May 2011 07:54:24 -0000 1.297
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.998
retrieving revision 1.999
diff -u -d -r1.998 -r1.999
--- history.html 5 May 2011 06:54:50 -0000 1.998
+++ history.html 5 May 2011 07:54:23 -0000 1.999
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.420
retrieving revision 1.421
diff -u -d -r1.420 -r1.421
--- origin-0.html 5 May 2011 06:54:51 -0000 1.420
+++ origin-0.html 5 May 2011 07:54:40 -0000 1.421
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.448
retrieving revision 1.449
diff -u -d -r1.448 -r1.449
--- common-input-element-attributes.html 5 May 2011 06:54:49 -0000 1.448
+++ common-input-element-attributes.html 5 May 2011 07:54:20 -0000 1.449
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1003
retrieving revision 1.1004
diff -u -d -r1.1003 -r1.1004
--- dom.html 5 May 2011 06:54:49 -0000 1.1003
+++ dom.html 5 May 2011 07:54:21 -0000 1.1004
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="urls.html">← 2.5 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.453
retrieving revision 1.454
diff -u -d -r1.453 -r1.454
--- embedded-content-1.html 5 May 2011 06:54:49 -0000 1.453
+++ embedded-content-1.html 5 May 2011 07:54:22 -0000 1.454
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="edits.html">← 4.7 Edits</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -d -r1.435 -r1.436
--- the-input-element.html 5 May 2011 06:54:55 -0000 1.435
+++ the-input-element.html 5 May 2011 07:54:56 -0000 1.436
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- acknowledgements.html 5 May 2011 06:54:48 -0000 1.1008
+++ acknowledgements.html 5 May 2011 07:54:17 -0000 1.1009
@@ -334,7 +334,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.449
retrieving revision 1.450
diff -u -d -r1.449 -r1.450
--- grouping-content.html 5 May 2011 06:54:50 -0000 1.449
+++ grouping-content.html 5 May 2011 07:54:23 -0000 1.450
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- timers.html 5 May 2011 06:54:56 -0000 1.442
+++ timers.html 5 May 2011 07:54:57 -0000 1.443
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.457
retrieving revision 1.458
diff -u -d -r1.457 -r1.458
--- elements.html 5 May 2011 06:54:49 -0000 1.457
+++ elements.html 5 May 2011 07:54:22 -0000 1.458
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- urls.html 5 May 2011 06:54:56 -0000 1.452
+++ urls.html 5 May 2011 07:54:57 -0000 1.453
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="common-microsyntaxes.html">← 2.4 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.448
retrieving revision 1.449
diff -u -d -r1.448 -r1.449
--- iana.html 5 May 2011 06:54:50 -0000 1.448
+++ iana.html 5 May 2011 07:54:24 -0000 1.449
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.994
retrieving revision 1.995
diff -u -d -r1.994 -r1.995
--- forms.html 5 May 2011 06:54:50 -0000 1.994
+++ forms.html 5 May 2011 07:54:23 -0000 1.995
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- interactive-elements.html 5 May 2011 06:54:50 -0000 1.995
+++ interactive-elements.html 5 May 2011 07:54:27 -0000 1.996
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.999
retrieving revision 1.1000
diff -u -d -r1.999 -r1.1000
--- editing.html 5 May 2011 06:54:49 -0000 1.999
+++ editing.html 5 May 2011 07:54:21 -0000 1.1000
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="timers.html">← 6.3 Timers</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.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- browsers.html 5 May 2011 06:54:49 -0000 1.1009
+++ browsers.html 5 May 2011 07:54:19 -0000 1.1010
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.436
retrieving revision 1.437
diff -u -d -r1.436 -r1.437
--- edits.html 5 May 2011 06:54:49 -0000 1.436
+++ edits.html 5 May 2011 07:54:22 -0000 1.437
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.972
retrieving revision 1.973
diff -u -d -r1.972 -r1.973
--- the-xhtml-syntax.html 5 May 2011 06:54:56 -0000 1.972
+++ the-xhtml-syntax.html 5 May 2011 07:54:56 -0000 1.973
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.995
retrieving revision 1.996
diff -u -d -r1.995 -r1.996
--- offline.html 5 May 2011 06:54:51 -0000 1.995
+++ offline.html 5 May 2011 07:54:39 -0000 1.996
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- content-models.html 5 May 2011 06:54:49 -0000 1.447
+++ content-models.html 5 May 2011 07:54:20 -0000 1.448
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.445
retrieving revision 1.446
diff -u -d -r1.445 -r1.446
--- states-of-the-type-attribute.html 5 May 2011 06:54:55 -0000 1.445
+++ states-of-the-type-attribute.html 5 May 2011 07:54:50 -0000 1.446
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.445
retrieving revision 1.446
diff -u -d -r1.445 -r1.446
--- apis-in-html-documents.html 5 May 2011 06:54:49 -0000 1.445
+++ apis-in-html-documents.html 5 May 2011 07:54:18 -0000 1.446
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.996
retrieving revision 1.997
diff -u -d -r1.996 -r1.997
--- obsolete.html 5 May 2011 06:54:51 -0000 1.996
+++ obsolete.html 5 May 2011 07:54:29 -0000 1.997
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.990
retrieving revision 1.991
diff -u -d -r1.990 -r1.991
--- named-character-references.html 5 May 2011 06:54:51 -0000 1.990
+++ named-character-references.html 5 May 2011 07:54:28 -0000 1.991
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.987
retrieving revision 1.988
diff -u -d -r1.987 -r1.988
--- references.html 5 May 2011 06:54:51 -0000 1.987
+++ references.html 5 May 2011 07:54:40 -0000 1.988
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1007
retrieving revision 1.1008
diff -u -d -r1.1007 -r1.1008
--- semantics.html 5 May 2011 06:54:52 -0000 1.1007
+++ semantics.html 5 May 2011 07:54:43 -0000 1.1008
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- index.html 5 May 2011 06:54:50 -0000 1.1008
+++ index.html 5 May 2011 07:54:26 -0000 1.1009
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.446
retrieving revision 1.447
diff -u -d -r1.446 -r1.447
--- the-button-element.html 5 May 2011 06:54:55 -0000 1.446
+++ the-button-element.html 5 May 2011 07:54:53 -0000 1.447
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.444
retrieving revision 1.445
diff -u -d -r1.444 -r1.445
--- dnd.html 5 May 2011 06:54:49 -0000 1.444
+++ dnd.html 5 May 2011 07:54:20 -0000 1.445
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.451
retrieving revision 1.452
diff -u -d -r1.451 -r1.452
--- links.html 5 May 2011 06:54:51 -0000 1.451
+++ links.html 5 May 2011 07:54:28 -0000 1.452
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1418
retrieving revision 1.1419
diff -u -d -r1.1418 -r1.1419
--- spec.html 5 May 2011 06:54:52 -0000 1.1418
+++ spec.html 5 May 2011 07:54:44 -0000 1.1419
@@ -333,7 +333,7 @@
</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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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-5-may-2011">Editor's Draft 5 May 2011</h2>
<dl><dt>Latest Published Version:</dt>
@@ -355,7 +355,7 @@
<dt>Editor:</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.4881.</p>
+ This is revision 1.4883.</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
@@ -9507,10 +9507,9 @@
<dd>Uses <code><a href="#htmlelement" id="htmlelement_53">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-i-element" id="i_14">i</a></code> element <a href="http://dev.w3.org/html5/spec/rendering.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
in an alternate voice or mood, or otherwise offset from the normal
- prose, such as a taxonomic designation, a technical term, an
- idiomatic phrase from another language, a thought, a ship name in
- Western texts, or some other prose whose typical typographic
- presentation is italicized.</p><p>Terms in languages different from the main text should be
+ prose in a manner indicating a different quality of text, such as a
+ taxonomic designation, a technical term, an idiomatic phrase from
+ another language, a thought, or a ship name in Western texts.</p><p>Terms in languages different from the main text should be
annotated with <code title="attr-lang"><a href="#attr-lang" id="lang_7">lang</a></code> attributes (or,
in XML, <a href="#attr-xml-lang" id="attr-xml-lang_4" title="attr-xml-lang"><code title="">lang</code>
attributes in the <span>XML namespace</span></a>).</p><div class="example">
@@ -9552,10 +9551,11 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href="#htmlelement" id="htmlelement_54">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-b-element" id="b_4">b</a></code> element <a href="http://dev.w3.org/html5/spec/rendering.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
- to be stylistically offset from the normal prose without conveying
- any extra importance, such as key words in a document abstract,
- product names in a review, or other spans of text whose typical
- typographic presentation is boldened.</p><div class="example">
+ to which attention is being drawn for utilitarian purposes without
+ conveying any extra importance and with no implication of an
+ alternate voice or mood, such as key words in a document abstract,
+ product names in a review, actionable words in interactive
+ text-driven software, or an article lede.</p><div class="example">
<p>The following example shows a use of the <code><a href="#the-b-element" id="b_5">b</a></code> element
to highlight key words without marking them up as important:</p>
<pre><p>The <b>frobonitor</b> and <b>barbinator</b> components are fried.</p></pre>
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -d -r1.439 -r1.440
--- number-state.html 5 May 2011 06:54:51 -0000 1.439
+++ number-state.html 5 May 2011 07:54:29 -0000 1.440
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.453
retrieving revision 1.454
diff -u -d -r1.453 -r1.454
--- sections.html 5 May 2011 06:54:51 -0000 1.453
+++ sections.html 5 May 2011 07:54:43 -0000 1.454
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- introduction.html 5 May 2011 06:54:51 -0000 1.1002
+++ introduction.html 5 May 2011 07:54:27 -0000 1.1003
@@ -334,7 +334,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.435
retrieving revision 1.436
diff -u -d -r1.435 -r1.436
--- commands.html 5 May 2011 06:54:49 -0000 1.435
+++ commands.html 5 May 2011 07:54:19 -0000 1.436
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- common-microsyntaxes.html 5 May 2011 06:54:49 -0000 1.442
+++ common-microsyntaxes.html 5 May 2011 07:54:20 -0000 1.443
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.1003
retrieving revision 1.1004
diff -u -d -r1.1003 -r1.1004
--- syntax.html 5 May 2011 06:54:55 -0000 1.1003
+++ syntax.html 5 May 2011 07:54:51 -0000 1.1004
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</span></h1>
</div><div>
<a href="dnd.html">← 7.7 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.424
retrieving revision 1.425
diff -u -d -r1.424 -r1.425
--- webappapis.html 5 May 2011 06:54:56 -0000 1.424
+++ webappapis.html 5 May 2011 07:54:57 -0000 1.425
@@ -335,7 +335,7 @@
<body class="split chapter" 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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- spec.preprocessed.html 5 May 2011 06:54:54 -0000 1.303
+++ spec.preprocessed.html 5 May 2011 07:54:49 -0000 1.304
@@ -343,7 +343,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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4881</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4883</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-5-may-2011">Editor's Draft 5 May 2011</h2>
<dl><dt>Latest Published Version:</dt>
@@ -365,7 +365,7 @@
<dt>Editor:</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.4881.</p>
+ This is revision 1.4883.</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
@@ -7014,7 +7014,7 @@
<dt>If <var title="">input</var> is an Object object</dt>
- <dd><p>Let <var title="">output</var> be a newly constructed empty <code><a href="#the-object-element">Object</a></code> object.</p></dd>
+ <dd><p>Let <var title="">output</var> be a newly constructed empty <code title="">Object</code> object.</p></dd>
<dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>, <code><a href="#function">Function</a></code>)</dt>
<dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt>
@@ -17250,10 +17250,9 @@
<dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="#represents">represents</a> a span of text
in an alternate voice or mood, or otherwise offset from the normal
- prose, such as a taxonomic designation, a technical term, an
- idiomatic phrase from another language, a thought, a ship name in
- Western texts, or some other prose whose typical typographic
- presentation is italicized.</p><p>Terms in languages different from the main text should be
+ prose in a manner indicating a different quality of text, such as a
+ taxonomic designation, a technical term, an idiomatic phrase from
+ another language, a thought, or a ship name in Western texts.</p><p>Terms in languages different from the main text should be
annotated with <code title="attr-lang"><a href="#attr-lang">lang</a></code> attributes (or,
in XML, <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code>
attributes in the <span>XML namespace</span></a>).</p><div class="example">
@@ -17295,10 +17294,11 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
</dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="#represents">represents</a> a span of text
- to be stylistically offset from the normal prose without conveying
- any extra importance, such as key words in a document abstract,
- product names in a review, or other spans of text whose typical
- typographic presentation is boldened.</p><div class="example">
+ to which attention is being drawn for utilitarian purposes without
+ conveying any extra importance and with no implication of an
+ alternate voice or mood, such as key words in a document abstract,
+ product names in a review, actionable words in interactive
+ text-driven software, or an article lede.</p><div class="example">
<p>The following example shows a use of the <code><a href="#the-b-element">b</a></code> element
to highlight key words without marking them up as important:</p>
<pre><p>The <b>frobonitor</b> and <b>barbinator</b> components are fried.</p></pre>
Received on Thursday, 5 May 2011 07:55:04 UTC