- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 27 Sep 2009 09:16:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11909
Modified Files:
acknowledgements.html browsers.html comms.html dom.html
editing.html embedded-content-0.html forms.html history.html
iana-considerations.html index.html infrastructure.html
interactive-elements.html introduction.html microdata.html
named-character-references.html obsolete.html offline.html
references.html semantics.html spec.html syntax.html
tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html video.html
Log Message:
Change 'unless' to 'except where' in cases where that reduces ambiguity. (whatwg r4006)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- infrastructure.html 27 Sep 2009 01:56:38 -0000 1.408
+++ infrastructure.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -223,7 +223,7 @@
<a href="introduction.html">← 1 Introduction</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>This specification refers to both HTML and XML attributes and IDL
@@ -271,8 +271,8 @@
the purposes of the DOM and CSS. The term "<dfn id="html-elements">HTML
elements</dfn>", when used in this specification, refers to any
element in that namespace, and thus refers to both HTML and XHTML
- elements.</p><p>Unless otherwise stated, all elements defined or mentioned in
- this specification are in the
+ elements.</p><p>Except where otherwise stated, all elements defined or mentioned
+ in this specification are in the
<code>http://www.w3.org/1999/xhtml</code> namespace, and all
attributes defined or mentioned in this specification have no
namespace.</p><p>Attribute names are said to be <dfn id="xml-compatible">XML-compatible</dfn> if they
@@ -666,14 +666,14 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href="references.html#refsWEBIDL">[WEBIDL]</a></p>
- <p id="float-nan">Unless otherwise specified, if an IDL attribute
- that is a floating point number type (<code title="">float</code>)
- is assigned an Infinity or Not-a-Number (NaN) value, a
- <code><a href="#not_supported_err">NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
+ <p id="float-nan">Except where otherwise specified, if an IDL
+ attribute that is a floating point number type (<code title="">float</code>) is assigned an Infinity or Not-a-Number
+ (NaN) value, a <code><a href="#not_supported_err">NOT_SUPPORTED_ERR</a></code> exception must be
+ raised.</p>
- <p>Unless otherwise specified, if a method with an argument that
- is a floating point number type (<code title="">float</code>) is
- passed an Infinity or Not-a-Number (NaN) value, a
+ <p>Except where otherwise specified, if a method with an argument
+ that is a floating point number type (<code title="">float</code>)
+ is passed an Infinity or Not-a-Number (NaN) value, a
<code><a href="#not_supported_err">NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
</dd>
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -d -r1.401 -r1.402
--- text-level-semantics.html 27 Sep 2009 01:56:39 -0000 1.401
+++ text-level-semantics.html 27 Sep 2009 09:16:36 -0000 1.402
@@ -223,7 +223,7 @@
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="video.html">4.8.7 The video element →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- the-canvas-element.html 27 Sep 2009 01:56:39 -0000 1.270
+++ the-canvas-element.html 27 Sep 2009 09:16:37 -0000 1.271
@@ -223,7 +223,7 @@
<a href="video.html">← 4.8.7 The video element</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="tabular-data.html">4.9 Tabular data →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h4 id="the-canvas-element"><span class="secno">4.8.11 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -584,9 +584,9 @@
attribute must return the <code><a href="#the-canvas-element">canvas</a></code> element that the
context paints on.</p>
- <p>Unless otherwise stated, for the 2D context interface, any method
- call with a numeric argument whose value is infinite or a NaN value
- must be ignored.</p>
+ <p>Except where otherwise specified, for the 2D context interface,
+ any method call with a numeric argument whose value is infinite or a
+ NaN value must be ignored.</p>
<!--
Philip Taylor wrote:
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- tabular-data.html 27 Sep 2009 01:56:39 -0000 1.402
+++ tabular-data.html 27 Sep 2009 09:16:36 -0000 1.403
@@ -223,7 +223,7 @@
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="forms.html">4.10 Forms →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span></p><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec/microdata.html,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -d -r1.362 -r1.363
--- microdata.html 27 Sep 2009 01:56:38 -0000 1.362
+++ microdata.html 27 Sep 2009 09:16:36 -0000 1.363
@@ -223,7 +223,7 @@
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="browsers.html">6 Web browsers →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="microdata"><span class="secno">5 </span><dfn>Microdata</dfn></h2><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/76">ISSUE-76</a> (Microdata/RDFa) blocks progress to Last Call</span></p><!-- v2
@@ -944,9 +944,9 @@
<code title="md-vcard-n-honorific-suffix"><a href="#md-vcard-n-honorific-suffix">honorific-suffix</a></code>
properties.</p>
- <p>Unless one of the conditions given below applies, exactly one
- property with the name <code title="md-vcard-n"><a href="#md-vcard-n">n</a></code> must be
- present within each <a href="#concept-item" title="concept-item">item</a> with
+ <p>Except when one of the conditions given below applies, exactly
+ one property with the name <code title="md-vcard-n"><a href="#md-vcard-n">n</a></code> must
+ be present within each <a href="#concept-item" title="concept-item">item</a> with
the type <code title="md-vcard"><a href="#md-vcard">vcard</a></code>.</p>
<p>If one of the following conditions does apply, then the <code title="md-vcard-n"><a href="#md-vcard-n">n</a></code> may be omitted:</p>
@@ -2761,9 +2761,9 @@
<h3 id="converting-html-to-other-formats"><span class="secno">5.5 </span>Converting HTML to other formats</h3>
- <p>In all these algorithms, unless otherwise stated, operations that
- iterate over a series of elements (whether items, properties, or
- otherwise) must do so in <a href="infrastructure.html#tree-order">tree order</a>.</p>
+ <p>In all these algorithms, except where otherwise stated,
+ operations that iterate over a series of elements (whether items,
+ properties, or otherwise) must do so in <a href="infrastructure.html#tree-order">tree order</a>.</p>
<p>A generic API upon which the vocabulary-specific conversions
defined below (vCard, iCalendar) can be built will need to provide
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-0.html,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -d -r1.398 -r1.399
--- embedded-content-0.html 27 Sep 2009 01:56:38 -0000 1.398
+++ embedded-content-0.html 27 Sep 2009 09:16:36 -0000 1.399
@@ -223,7 +223,7 @@
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="semantics.html">4 The elements of HTML →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- dom.html 27 Sep 2009 01:56:38 -0000 1.408
+++ dom.html 27 Sep 2009 09:16:35 -0000 1.409
@@ -223,7 +223,7 @@
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="embedded-content-0.html">3.2.5.1.6 Embedded content →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a
@@ -1192,9 +1192,9 @@
<li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li>
<li><code title="attr-tabindex"><a href="editing.html#attr-tabindex">tabindex</a></code></li>
<li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li>
- </ul><hr><p>Unless otherwise specified, the following <a href="browsers.html#event-handler-content-attributes">event handler
- content attributes</a> may be specified on any <a href="infrastructure.html#html-elements" title="HTML
- elements">HTML element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="browsers.html#handler-onabort">onabort</a></code></li>
+ </ul><hr><p>The following <a href="browsers.html#event-handler-content-attributes">event handler content attributes</a> may
+ be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML
+ element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="browsers.html#handler-onabort">onabort</a></code></li>
<li><code title="handler-onblur"><a href="browsers.html#handler-onblur">onblur</a></code>*</li>
<li><code title="handler-oncanplay"><a href="browsers.html#handler-oncanplay">oncanplay</a></code></li>
<li><code title="handler-oncanplaythrough"><a href="browsers.html#handler-oncanplaythrough">oncanplaythrough</a></code></li>
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- acknowledgements.html 27 Sep 2009 01:56:37 -0000 1.408
+++ acknowledgements.html 27 Sep 2009 09:16:35 -0000 1.409
@@ -221,7 +221,7 @@
</div><nav>
<a href="references.html">← References</a> –
<a href="spec.html#contents">Table of contents</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Being edited right now</i></p><!-- ACKS --><p>Thanks to
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- history.html 27 Sep 2009 01:56:38 -0000 1.402
+++ history.html 27 Sep 2009 09:16:36 -0000 1.403
@@ -223,7 +223,7 @@
<a href="offline.html">← 6.9 Offline Web applications</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="editing.html">7 User Interaction →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="history"><span class="secno">6.10 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">6.10.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing
@@ -1992,8 +1992,8 @@
spaces">split on spaces</a>. The resulting tokens are the link
types that apply to that element.</p>
- </div><p>Unless otherwise specified, a keyword must not be specified more
- than once per <code title="attr-rel-hyperlink">rel</code>
+ </div><p>Except where otherwise specified, a keyword must not be specified
+ more than once per <code title="attr-rel-hyperlink">rel</code>
attribute.</p><p>The link types are <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>
values<span class="impl">, and must be compared as such</span>.</p><p class="example">Thus, <code title="">rel="next"</code> is the
same as <code title="">rel="NEXT"</code>.</p><table><thead><tr><th rowspan="2">Link type</th>
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- forms.html 27 Sep 2009 01:56:38 -0000 1.402
+++ forms.html 27 Sep 2009 09:16:36 -0000 1.403
@@ -223,7 +223,7 @@
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="interactive-elements.html">4.11 Interactive elements →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>Forms allow unscripted client-server interaction: given a form, a
@@ -761,7 +761,7 @@
element's <dfn id="labeled-control">labeled control</dfn></span>, either using <code title="attr-label-for"><a href="#attr-label-for">for</a></code> attribute, or by putting the form
control inside the <code><a href="#the-label-element">label</a></code> element itself.</p><div class="impl">
- <p>Unless otherwise specified by the following rules, a
+ <p>Except where otherwise specified by the following rules, a
<code><a href="#the-label-element">label</a></code> element has no <a href="#labeled-control">labeled control</a>.</p>
</div><p>The <dfn id="attr-label-for" title="attr-label-for"><code>for</code></dfn> attribute
@@ -2078,10 +2078,11 @@
<a href="#value-sanitization-algorithm">value sanitization algorithm</a>, if the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute's current state
defines one.</p>
- <p>Each <code><a href="#the-input-element">input</a></code> element is either <dfn id="concept-input-mutable" title="concept-input-mutable"><i>mutable</i></dfn> or <dfn id="concept-input-immutable" title="concept-input-immutable"><i>immutable</i></dfn>. Unless
- otherwise specified, an <code><a href="#the-input-element">input</a></code> element is always <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>. Unless otherwise
- specified, the user agent should not allow the user to modify the
- element's <a href="#concept-fe-value" title="concept-fe-value">value</a> or <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>.</p>
+ <p>Each <code><a href="#the-input-element">input</a></code> element is either <dfn id="concept-input-mutable" title="concept-input-mutable"><i>mutable</i></dfn> or <dfn id="concept-input-immutable" title="concept-input-immutable"><i>immutable</i></dfn>. Except where
+ otherwise specified, an <code><a href="#the-input-element">input</a></code> element is always <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>. Similarly, except where
+ otherwise specified, the user agent should not allow the user to
+ modify the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> or
+ <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>.</p>
<p>When an <code><a href="#the-input-element">input</a></code> element is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>, it is <i title="concept-input-immutable"><a href="#concept-input-immutable">immutable</a></i>.</p>
@@ -5933,8 +5934,8 @@
of an <code><a href="#the-option-element">option</a></code> element is a boolean state, initially
false. If the element is <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a>, then the element's
<a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is
- always false and cannot be set to true. Unless otherwise specified,
- when the element is created, its <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> must be set
+ always false and cannot be set to true. Except where otherwise
+ specified, when the element is created, its <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> must be set
to true if the element has a <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> attribute. Whenever an
<code><a href="#the-option-element">option</a></code> element's <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> attribute is added, its
<a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> must
@@ -7059,7 +7060,7 @@
<p>A <a href="#category-listed" title="category-listed">listed form-associated
element</a> is a <dfn id="candidate-for-constraint-validation">candidate for constraint validation</dfn>
- unless a condition has <dfn id="barred-from-constraint-validation" title="barred from constraint
+ except when a condition has <dfn id="barred-from-constraint-validation" title="barred from constraint
validation">barred the element from constraint
validation</dfn>. (For example, an element is <a href="#barred-from-constraint-validation">barred from
constraint validation</a> if it is an <code><a href="#the-output-element">output</a></code> or
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- interactive-elements.html 27 Sep 2009 01:56:38 -0000 1.402
+++ interactive-elements.html 27 Sep 2009 09:16:36 -0000 1.403
@@ -223,7 +223,7 @@
<a href="forms.html">← 4.10 Forms</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="microdata.html">5 Microdata →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- editing.html 27 Sep 2009 01:56:38 -0000 1.408
+++ editing.html 27 Sep 2009 09:16:35 -0000 1.409
@@ -223,7 +223,7 @@
<a href="history.html">← 6.10 Session history and navigation</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="comms.html">8 Communication →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
@@ -3268,7 +3268,7 @@
<p>There are three variants to this method, with one, two, and three
arguments respectively. The <var title="">showUI</var> and <var title="">value</var> parameters, even if specified, are ignored
- unless otherwise stated.</p>
+ except where otherwise stated.</p>
<p>When <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code>
is invoked, the user agent must follow the following steps:</p>
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- video.html 27 Sep 2009 01:56:39 -0000 1.277
+++ video.html 27 Sep 2009 09:16:37 -0000 1.278
@@ -223,7 +223,7 @@
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="the-canvas-element.html">4.8.11 The canvas element →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
@@ -800,9 +800,9 @@
resource</dfn> is used to refer to the complete set of media data,
e.g. the complete video file, or complete audio file.</p><div class="impl">
- <p>Unless otherwise specified, the <a href="browsers.html#task-source">task source</a> for all
- the tasks <a href="browsers.html#queue-a-task" title="queue a task">queued</a> in this section
- and its subsections is the <dfn id="media-element-event-task-source">media element event task
+ <p>Except where otherwise specified, the <a href="browsers.html#task-source">task source</a>
+ for all the tasks <a href="browsers.html#queue-a-task" title="queue a task">queued</a> in this
+ section and its subsections is the <dfn id="media-element-event-task-source">media element event task
source</dfn>.</p>
</div><h5 id="error-codes"><span class="secno">4.8.10.1 </span>Error codes</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="#dom-media-error">error</a></code></dt>
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- browsers.html 27 Sep 2009 01:56:37 -0000 1.408
+++ browsers.html 27 Sep 2009 09:16:35 -0000 1.409
@@ -223,13 +223,13 @@
<a href="microdata.html">← 5 Microdata</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="offline.html">6.9 Offline Web applications →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl">
<p>This section describes features that apply most directly to Web
- browsers. Having said that, unless specified elsewhere, the
+ browsers. Having said that, except where specified otherwise, the
requirements defined in this section <em>do</em> apply to all user
agents, whether they are Web browsers or not.</p>
@@ -294,9 +294,9 @@
data mining tools are likely to never instantiate browsing
contexts.</p><hr><p>A <a href="#browsing-context">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing
context</dfn>, the <a href="#browsing-context">browsing context</a> that was
- responsible for its creation. <span class="impl">Unless otherwise
- specified, a <a href="#browsing-context">browsing context</a> has no <a href="#creator-browsing-context">creator
- browsing context</a>.</span></p><p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a
+ responsible for its creation. <span class="impl">Except when
+ otherwise specified, a <a href="#browsing-context">browsing context</a> has no
+ <a href="#creator-browsing-context">creator browsing context</a>.</span></p><p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a
<a href="#creator-browsing-context">creator browsing context</a>, then the
<code>Document</code> that was the <a href="#active-document">active document</a> of
that <a href="#creator-browsing-context">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator
@@ -1156,8 +1156,8 @@
<code>Document</code> object in a <a href="#browsing-context">browsing
context</a>. Some of the user interface elements represented by
these objects might have no equivalent in some user agents; for
- those user agents, unless otherwise specified, the object must act
- as if it was present and visible (i.e. its <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code> attribute must return
+ those user agents, except when otherwise specified, the object must
+ act as if it was present and visible (i.e. its <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code> attribute must return
true).</p>
<dl><dt><dfn id="the-location-bar-barprop-object">The location bar <code>BarProp</code> object</dfn></dt>
@@ -1409,9 +1409,8 @@
<dt>If a <code>Document</code> or image was returned by the
<code>XMLHttpRequest</code> API</dt>
- <dd>The <a href="#origin">origin</a> and <a href="#effective-script-origin">effective script
- origin</a> are equal to the <span>XMLHttpRequest origin</span>
- of the <code>XMLHttpRequest</code> object. <a href="references.html#refsXHR">[XHR]</a></dd>
+ <dd>The <a href="#origin">origin</a> is equal to the <span>XMLHttpRequest
+ origin</span> of the <code>XMLHttpRequest</code> object. <a href="references.html#refsXHR">[XHR]</a></dd>
<dt>If a <code>Document</code> or image was generated from a
@@ -1466,10 +1465,9 @@
<dd>The <a href="#origin">origin</a> is a globally unique identifier
assigned when the <code>Document</code> or image is created.</dd>
- </dl><p>When a <code>Document</code> is created, unless stated
- otherwise above, its <a href="#effective-script-origin">effective script origin</a> is
- initialized to the <a href="#origin">origin</a> of the
- <code>Document</code>. However, the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute can
+ </dl><p>When a <code>Document</code> is created, its <a href="#effective-script-origin">effective
+ script origin</a> is initialized to the <a href="#origin">origin</a> of
+ the <code>Document</code>. However, the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute can
be used to change it.</p>
</dd>
@@ -2331,9 +2329,9 @@
</div><!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>--><p>Many objects can have <dfn id="event-handler-attributes-0">event handler attributes</dfn>
specified. These act as bubbling event listeners for the object on
which they are specified.</p><p>An <a href="#event-handler-attributes-0" title="event handler attributes">event handler
- attribute</a>, unless otherwise specified, can either have the
- value null or be set to a <code><a href="#function">Function</a></code> object. <span class="impl">Initially, an event handler attribute must be set to
- null.</span></p><p>Event handler attributes are exposed in one or two ways.</p><p>The first way, common to all event handler attributes, is as an
+ attribute</a> can either have the value null or be set to a
+ <code><a href="#function">Function</a></code> object. <span class="impl">Initially, event
+ handler attributes must be set to null.</span></p><p>Event handler attributes are exposed in one or two ways.</p><p>The first way, common to all event handler attributes, is as an
<a href="#event-handler-idl-attributes" title="event handler IDL attributes">event handler IDL
attribute</a>.</p><p>The second way is as an <a href="#event-handler-content-attributes" title="event handler content
attributes">event handler content attribute</a>. Event handlers on
@@ -2621,21 +2619,22 @@
the time the event is created.</p>
<p><dfn id="fire-a-simple-event" title="fire a simple event">Firing a simple event called
- <var title="">e</var></dfn> means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (unless
- otherwise stated) and is not cancelable (unless otherwise stated),
- and which uses the <code>Event</code> interface, must be dispatched
- at the given target.</p>
+ <var title="">e</var></dfn> means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (except
+ where otherwise stated) and is not cancelable (except where
+ otherwise stated), and which uses the <code>Event</code> interface,
+ must be dispatched at the given target.</p>
<p><dfn id="fire-a-progress-event" title="fire a progress event">Firing a progress event called
<var title="">e</var></dfn>, optionally in the context of a
particular instance of the <a href="infrastructure.html#fetch" title="fetch">fetching
- algorithm</a>, means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (unless
- otherwise stated) and is not cancelable (unless otherwise stated),
- and which uses the <code>ProgressEvent</code> interface, must be
- dispatched at the given target element. If there is a <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a>, and the <a href="infrastructure.html#url">URL</a>
- being <a href="infrastructure.html#fetch" title="fetch">fetched</a> has the <a href="#same-origin">same
- origin</a> as the <code>Document</code> of the target element,
- then the <code title="dom-ProgressEvents-lengthComputable">lengthComputable</code>
+ algorithm</a>, means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (except
+ where otherwise stated) and is not cancelable (except where
+ otherwise stated), and which uses the <code>ProgressEvent</code>
+ interface, must be dispatched at the given target element. If there
+ is a <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a>, and the
+ <a href="infrastructure.html#url">URL</a> being <a href="infrastructure.html#fetch" title="fetch">fetched</a> has the
+ <a href="#same-origin">same origin</a> as the <code>Document</code> of the target
+ element, then the <code title="dom-ProgressEvents-lengthComputable">lengthComputable</code>
attribute must be set to true if the <a href="infrastructure.html#fetch" title="fetch">fetching
algorithm</a>'s subject has a known <a href="infrastructure.html#concept-fetch-total" title="concept-fetch-total">size</a>; the <code title="dom-ProgressEvents-total">total</code> attribute must be set
to the subject's <a href="infrastructure.html#concept-fetch-total" title="concept-fetch-total">size</a> if it
@@ -2646,7 +2645,7 @@
attribute must be set to false, and the <code title="dom-ProgressEvents-total">total</code> and the <code title="dom-ProgressEvents-loaded">loaded</code> attributes must be
set to zero. <a href="references.html#refsPROGRESS">[PROGRESS]</a></p>
- <p>The default action of these event is to do nothing unless
+ <p>The default action of these event is to do nothing where where
otherwise stated.</p>
</div><div class="impl">
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- the-xhtml-syntax.html 27 Sep 2009 01:56:39 -0000 1.408
+++ the-xhtml-syntax.html 27 Sep 2009 09:16:37 -0000 1.409
@@ -223,7 +223,7 @@
<a href="named-character-references.html">← 9.6 Named character references</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="obsolete.html">12 Obsolete features →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML
@@ -509,9 +509,9 @@
<h4 id="introduction-7"><span class="secno">11.2.1 </span>Introduction</h4>
- <p>The CSS rules given in these subsections are, unless otherwise
- specified, expected to be used as part of the user-agent level style
- sheet defaults for all documents that contain <a href="infrastructure.html#html-elements">HTML
+ <p>The CSS rules given in these subsections are, except where
+ otherwise specified, expected to be used as part of the user-agent
+ level style sheet defaults for all documents that contain <a href="infrastructure.html#html-elements">HTML
elements</a>.</p>
<p>Some rules are intended for the author-level zero-specificity
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.403
retrieving revision 1.404
diff -u -d -r1.403 -r1.404
--- offline.html 27 Sep 2009 01:56:38 -0000 1.403
+++ offline.html 27 Sep 2009 09:16:36 -0000 1.404
@@ -223,7 +223,7 @@
<a href="browsers.html">← 6 Web browsers</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="history.html">6.10 Session history and navigation →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="offline"><span class="secno">6.9 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache:
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- obsolete.html 27 Sep 2009 01:56:38 -0000 1.400
+++ obsolete.html 27 Sep 2009 09:16:36 -0000 1.401
@@ -223,7 +223,7 @@
<a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="iana-considerations.html">IANA considerations →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -d -r1.401 -r1.402
--- named-character-references.html 27 Sep 2009 01:56:38 -0000 1.401
+++ named-character-references.html 27 Sep 2009 09:16:36 -0000 1.402
@@ -223,7 +223,7 @@
<a href="syntax.html">← 9 The HTML syntax</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="the-xhtml-syntax.html">10 The XHTML syntax →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h3 id="named-character-references"><span class="secno">9.6 </span><dfn>Named character references</dfn></h3><p>This table lists the character reference names that are supported
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- references.html 27 Sep 2009 01:56:38 -0000 1.408
+++ references.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -223,7 +223,7 @@
<a href="index.html">← Index</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="acknowledgements.html">Acknowledgements →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><dl><dt id="refsABNF">[ABNF]</dt>
Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec/iana-considerations.html,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- iana-considerations.html 27 Sep 2009 01:56:38 -0000 1.251
+++ iana-considerations.html 27 Sep 2009 09:16:36 -0000 1.252
@@ -223,7 +223,7 @@
<a href="obsolete.html">← 12 Obsolete features</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="index.html">Index →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 class="no-num" id="iana-considerations">IANA considerations</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!-- http://www.w3.org/2002/06/registering-mediatype.html --><p>This registration is for community review and will be submitted
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- semantics.html 27 Sep 2009 01:56:38 -0000 1.408
+++ semantics.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -223,7 +223,7 @@
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="text-level-semantics.html">4.6 Text-level semantics →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- index.html 27 Sep 2009 01:56:38 -0000 1.408
+++ index.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -223,7 +223,7 @@
<a href="iana-considerations.html">← IANA considerations</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="references.html">References →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><p><i>This section is non-normative.</i></p><table><caption>List of elements</caption>
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec/comms.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- comms.html 27 Sep 2009 01:56:38 -0000 1.408
+++ comms.html 27 Sep 2009 09:16:35 -0000 1.409
@@ -223,7 +223,7 @@
<a href="editing.html">← 7 User Interaction</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="syntax.html">9 The HTML syntax →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><p>Messages in <span>server-sent events</span>, <span>Web
@@ -312,13 +312,13 @@
<a href="#channel-messaging">channel messaging</a> the <code><a href="#messageportarray">MessagePortArray</a></code>
being sent, if any.</p>
- <p>Unless otherwise specified, when the user agent creates and
+ <p>Except where otherwise specified, when the user agent creates and
dispatches a <code title="event-message"><a href="#event-message">message</a></code> event in the
algorithms described in the following sections, the <code title="dom-MessageEvent-lastEventId"><a href="#dom-messageevent-lasteventid">lastEventId</a></code> attribute
must be the empty string, the <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute must be the
empty string, the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be
- null, and the <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code> attribute
- must be null.</p>
+ null, and the <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code>
+ attribute must be null.</p>
</div><h3 id="crossDocumentMessages"><span class="secno">8.2 </span><dfn>Cross-document messaging</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i></p><p>Web browsers, for security and privacy reasons, prevent documents
in different domains from affecting each other; that is, cross-site
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -d -r1.410 -r1.411
--- spec.html 27 Sep 2009 01:56:39 -0000 1.410
+++ spec.html 27 Sep 2009 09:16:36 -0000 1.411
@@ -241,7 +241,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.3167.
+This is revision 1.3168.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- introduction.html 27 Sep 2009 01:56:38 -0000 1.408
+++ introduction.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -221,7 +221,7 @@
</div><nav>
<a href="spec.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- syntax.html 27 Sep 2009 01:56:39 -0000 1.408
+++ syntax.html 27 Sep 2009 09:16:36 -0000 1.409
@@ -223,7 +223,7 @@
<a href="comms.html">← 8 Communication</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="named-character-references.html">9.6 Named character references →</a>
- </nav><p>This is revision 1.3167.</p>
+ </nav><p>This is revision 1.3168.</p>
<h2 id="syntax"><span class="secno">9 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for
Received on Sunday, 27 September 2009 09:16:51 UTC