[html5] r2968 - [e] (0) Typos: round 4.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Apr 18 17:32:14 PDT 2009
Author: ianh
Date: 2009-04-18 17:32:13 -0700 (Sat, 18 Apr 2009)
New Revision: 2968
Modified:
index
source
Log:
[e] (0) Typos: round 4.
Modified: index
===================================================================
--- index 2009-04-19 00:17:30 UTC (rev 2967)
+++ index 2009-04-19 00:32:13 UTC (rev 2968)
@@ -1907,7 +1907,7 @@
scripting language, or any of the DOM and WebAPI specifications
beyond those described above. However, the language described by
this specification is biased towards CSS as the styling language,
- JavsScript as the scripting language, and HTTP as the network
+ JavaScript as the scripting language, and HTTP as the network
protocol, and several features assume that those languages and
protocols are in use.</p>
@@ -1949,7 +1949,7 @@
<h4 id=common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.3 </span>Common conformance requirements for APIs exposed to
JavaScript</h4>
- <p class=XXX>This section will eventually be removed in favour of WebIDL.</p>
+ <p class=XXX>This section will eventually be removed in favor of WebIDL.</p>
<p class=XXX>A lot of arrays/lists/<a href=#collections-0 title=collections>collection</a>s
in this spec assume zero-based indexes but use the term "<var title="">index</var>th" liberally. We should define those to be
@@ -3888,7 +3888,7 @@
<li><p>Return <var title="">result</var>.</p>
- </ol><p>The <dfn id=rules-for-serialising-simple-color-values>rules for serialising simple color values</dfn> given a
+ </ol><p>The <dfn id=rules-for-serializing-simple-color-values>rules for serializing simple color values</dfn> given a
<a href=#simple-color>simple color</a> are as given in the following
algorithm:</p>
@@ -4641,7 +4641,7 @@
<p>If the <a href=#absolute-url>absolute URL</a> identified by the hyperlink is
being shown to the user, or if any data derived from that URL is
- affecting the display, then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute should be <a href=#resolve-a-url title="resolve a url">reresolved</a> relative to the element
+ affecting the display, then the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute should be <a href=#resolve-a-url title="resolve a url">re-resolved</a> relative to the element
and the UI updated appropriately.</p>
<p class=example>For example, the CSS <code title=selector-link><a href=#selector-link>:link</a></code>/<code title=selector-visited><a href=#selector-visited>:visited</a></code> pseudo-classes might have
@@ -4650,7 +4650,7 @@
<p>If the hyperlink has a <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and its <a href=#absolute-url title="absolute URL">absolute URL(s)</a> are being shown to the
user, then the <code title=attr-hyperlink-ping><a href=#ping>ping</a></code>
attribute's tokens should be <a href=#resolve-a-url title="resolve a
- url">reresolved</a> relative to the element and the UI updated
+ url">r-eresolved</a> relative to the element and the UI updated
appropriately.</p>
</dd>
@@ -4663,7 +4663,7 @@
<p>If the <a href=#absolute-url>absolute URL</a> identified by the <code title="">cite</code> attribute is being shown to the user, or if
any data derived from that URL is affecting the display, then the
<a href=#url>URL</a> should be <a href=#resolve-a-url title="resolve a
- url">reresolved</a> relative to the element and the UI updated
+ url">re-resolved</a> relative to the element and the UI updated
appropriately.</p>
</dd>
@@ -5720,7 +5720,7 @@
encoding is rarely used for publicly-facing Web content.</p>
<p>Support for UTF-32 is not recommended. This encoding is rarely
- used, and frequently misimplemented.</p>
+ used, and frequently implemented incorrectly.</p>
<p class=note>This specification does not make any attempt to
support EBCDIC-based encodings and UTF-32 in its algorithms; support
@@ -24104,7 +24104,7 @@
<p>To draw images onto the canvas, the <dfn id=dom-context-2d-drawimage title=dom-context-2d-drawImage><code>drawImage</code></dfn> method
can be used.</p>
- <p>This method can be invoked with three different sets of argments:</p>
+ <p>This method can be invoked with three different sets of arguments:</p>
<ul class=brief><li><code title="">drawImage(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</code>
<li><code title="">drawImage(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>, <var title="">dh</var>)</code>
@@ -26260,18 +26260,18 @@
<a href=#table-model>table model</a>)</span>.</p>
<p>A <code><a href=#the-th-element>th</a></code> element with ID <var title="">id</var> is said
- to be <i>directly targetted</i> by all <code><a href=#the-td-element>td</a></code> and
+ to be <i>directly targeted</i> by all <code><a href=#the-td-element>td</a></code> and
<code><a href=#the-th-element>th</a></code> elements in the same <a href=#concept-table title=concept-table>table</a> that have <code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> attributes whose values
include as one of their tokens the ID <var title="">id</var>. A
<code><a href=#the-th-element>th</a></code> element <var title="">A</var> is said to be
- <i>targetted</i> by a <code><a href=#the-th-element>th</a></code> or <code><a href=#the-td-element>td</a></code> element
+ <i>targeted</i> by a <code><a href=#the-th-element>th</a></code> or <code><a href=#the-td-element>td</a></code> element
<var title="">B</var> if either <var title="">A</var> is <i>directly
- targetted</i> by <var title="">B</var> or if there exists an element
- <var title="">C</var> that is itself <i>targetted</i> by the element
+ targeted</i> by <var title="">B</var> or if there exists an element
+ <var title="">C</var> that is itself <i>targeted</i> by the element
<var title="">B</var> and <var title="">A</var> is <i>directly
- targetted</i> by <var title="">C</var>.</p>
+ targeted</i> by <var title="">C</var>.</p>
- <p>A <code><a href=#the-th-element>th</a></code> element must not be <i>targetted</i> by
+ <p>A <code><a href=#the-th-element>th</a></code> element must not be <i>targeted</i> by
itself.</p>
<div class=impl>
@@ -30801,7 +30801,7 @@
it. User agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
<a href=#valid-lowercase-simple-color>valid lowercase simple color</a>. If the user agent
provides a user interface for selecting a color, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to the result of
- using the <a href=#rules-for-serialising-simple-color-values>rules for serialising simple color values</a> to
+ using the <a href=#rules-for-serializing-simple-color-values>rules for serializing simple color values</a> to
the user's selection. User agents must not allow the user to set the
<a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
@@ -32433,7 +32433,7 @@
Upload</a> control that consists of a single button that brings
up a file selection dialog: when the dialog is closed, if that the
<a href=#concept-input-type-file-selected title=concept-input-type-file-selected>file selection</a>
- changed as a result, then the user has commited a new <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>file selection</a>.</p>
+ changed as a result, then the user has committed a new <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>file selection</a>.</p>
<p class=example>Another example of a user interface with a commit
action would be a <a href=#date-state title=attr-input-type-date>Date</a>
@@ -42189,7 +42189,7 @@
method is waiting.</p>
<p>The <dfn id=dom-confirm title=dom-confirm><code>confirm(<var title="">message</var>)</code></dfn> method, when invoked, must
- release the <a href=#storage-mutex>storage mutex</a> andshow the given <var title="">message</var> to the user, and ask the user to respond with
+ release the <a href=#storage-mutex>storage mutex</a> and show the given <var title="">message</var> to the user, and ask the user to respond with
a positive or negative response. The user agent must then
<a href=#pause>pause</a> as the method waits for the user's response. If
the user responds positively, the method must return true, and if
@@ -42706,7 +42706,7 @@
methods could be presented to the user</a> below.</p>
<p>The arguments to the methods have the following meanings and
- corresponding implementaion requirements:</p>
+ corresponding implementation requirements:</p>
<dl><dt><var title="">protocol</var> (<code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> only)</dt>
@@ -42778,7 +42778,7 @@
<p>...and then, much later, while visiting <code title="">http://www.example.net/</code>, clicked on a link such
as:</p>
- <pre><a href="chickenkïwi.soup">Download our Chicken Kiwi soup!</a></pre>
+ <pre><a href="chickenkïwi.soup">Download our Chicken Kïwi soup!</a></pre>
<p>...then, assuming this <code>chickenkïwi.soup</code> file
was served with the MIME type <code>application/x-soup</code>,
@@ -43090,7 +43090,7 @@
</dl><p class=note>A URL in the list can be flagged with multiple
different types, and thus an entry can end up being categorized as
- multiple entries. For example, an entry can be a manfiest entry
+ multiple entries. For example, an entry can be a manifest entry
and an explicit entry at the same time, if the manifest is listed
within the manifest.</p>
@@ -43142,7 +43142,7 @@
cache</a>.</p>
<p>A <code>Document</code> initially is not associated with an
- <a href=#application-cache>application cache</a>, buu can become associated with one
+ <a href=#application-cache>application cache</a>, but can become associated with one
early during the page load process, when steps <a href=#parser-appcache>in the parser</a> and in the <a href=#navigate title=navigate>navigation</a> sections that cause <a href=#concept-appcache-init title=concept-appcache-init>cache selection</a> to occur.</p>
<p>A <code>SharedWorkerGlobalScope</code> is can be associated with
@@ -47526,7 +47526,7 @@
<p>When an element is <i>focused</i>, key events received by the
document must be targeted at that element. There may be no element
focused; when no element is focused, key events received by the
- document must be targetted at <a href=#the-body-element-0>the body element</a>.</p>
+ document must be targeted at <a href=#the-body-element-0>the body element</a>.</p>
<p>User agents may track focus for each <a href=#browsing-context>browsing
context</a> or <code>Document</code> individually, or may support
@@ -51330,7 +51330,7 @@
<ol><li>
- <p>If one of the ports is already entangled, then unentangle it
+ <p>If one of the ports is already entangled, then disentangle it
and the port that it was entangled with.</p>
<p class=note>If those two previously entangled ports were the
@@ -51367,7 +51367,7 @@
its initial closed state.</li>
<li><p><a href=#entangle>Entangle</a> the <var title="">remote port</var>
- and <var title="">new port</var> objects. The <var title="">original port</var> object will be unentangled by this
+ and <var title="">new port</var> objects. The <var title="">original port</var> object will be disentangled by this
process.</li>
<li><p>Return <var title="">new port</var>. It is the
@@ -51523,7 +51523,7 @@
<hr><p>The <dfn id=dom-messageport-close title=dom-MessagePort-close><code>close()</code></dfn>
method, when called on a port <var title="">local port</var> that is
entangled with another port, must cause the user agents to
- unentangle the two ports. If the method is called on a port that is
+ disentangle the two ports. If the method is called on a port that is
not entangled, then the method must do nothing.</p>
<hr><p>The following are the <a href=#event-handler-attributes-0>event handler attributes</a> (and their corresponding <a href=#event-handler-event-type title="event handler event type">event handler event types</a>)
@@ -61445,19 +61445,19 @@
}
col[valign=top], thead[valign=top], tbody[valign=top],
tfoot[valign=top], tr[valign=top], td[valign=top], th[valign=top] {
- vertial-align: top;
+ vertical-align: top;
}
col[valign=middle], thead[valign=middle], tbody[valign=middle],
tfoot[valign=middle], tr[valign=middle], td[valign=middle], th[valign=middle] {
- vertial-align: middle;
+ vertical-align: middle;
}
col[valign=bottom], thead[valign=bottom], tbody[valign=bottom],
tfoot[valign=bottom], tr[valign=bottom], td[valign=bottom], th[valign=bottom] {
- vertial-align: bottom;
+ vertical-align: bottom;
}
col[valign=baseline], thead[valign=baseline], tbody[valign=baseline],
tfoot[valign=baseline], tr[valign=baseline], td[valign=baseline], th[valign=baseline] {
- vertial-align: baseline;
+ vertical-align: baseline;
}</pre>
<p>The <code><a href=#center>center</a></code> element, the <code><a href=#the-caption-element>caption</a></code> element
@@ -62125,7 +62125,7 @@
when its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in
the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state
does not <a href=#represents title=represents>represent</a> an image, but the
- element already has instrinsic dimensions (e.g. from the
+ element already has intrinsic dimensions (e.g. from the
<a href=#dimension-attributes>dimension attributes</a> or CSS rules), and either the user
agent has reason to believe that the image will become
<i>available</i> and be rendered in due course or the
@@ -62326,8 +62326,8 @@
<p>The CSS snippets below set the 'binding' property to a
user-agent-defined value, represented below by keywords like <code title=""><i title="">bb</i></code>. The rules then described for
these bindings are only expected to apply if the element's 'binding'
- property has not been overriden (e.g. by the author) to have another
- value.</p>
+ property has not been overridden (e.g. by the author) to have
+ another value.</p>
<p>Exactly how the bindings are implemented is not specified by this
specification. User agents are encouraged to make their bindings set
@@ -63603,6 +63603,7 @@
Andy Heydon,
Anne van Kesteren,
Anthony Boyd,
+ Anthony Bryan,
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
@@ -63660,6 +63661,7 @@
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
+ Daniel Davis,
Daniel Glazman,
Daniel Peng,
Daniel Schattenkirchner,
Modified: source
===================================================================
--- source 2009-04-19 00:17:30 UTC (rev 2967)
+++ source 2009-04-19 00:32:13 UTC (rev 2968)
@@ -946,7 +946,7 @@
scripting language, or any of the DOM and WebAPI specifications
beyond those described above. However, the language described by
this specification is biased towards CSS as the styling language,
- JavsScript as the scripting language, and HTTP as the network
+ JavaScript as the scripting language, and HTTP as the network
protocol, and several features assume that those languages and
protocols are in use.</p>
@@ -991,7 +991,7 @@
<h4>Common conformance requirements for APIs exposed to
JavaScript</h4>
- <p class="XXX">This section will eventually be removed in favour of WebIDL.</p>
+ <p class="XXX">This section will eventually be removed in favor of WebIDL.</p>
<p class="XXX">A lot of arrays/lists/<span title="collections">collection</span>s
in this spec assume zero-based indexes but use the term "<var
@@ -3404,7 +3404,7 @@
</ol>
- <p>The <dfn>rules for serialising simple color values</dfn> given a
+ <p>The <dfn>rules for serializing simple color values</dfn> given a
<span>simple color</span> are as given in the following
algorithm:</p>
@@ -4302,7 +4302,7 @@
being shown to the user, or if any data derived from that URL is
affecting the display, then the <code
title="attr-hyperlink-href">href</code> attribute should be <span
- title="resolve a url">reresolved</span> relative to the element
+ title="resolve a url">re-resolved</span> relative to the element
and the UI updated appropriately.</p>
<p class="example">For example, the CSS <code
@@ -4315,7 +4315,7 @@
title="absolute URL">absolute URL(s)</span> are being shown to the
user, then the <code title="attr-hyperlink-ping">ping</code>
attribute's tokens should be <span title="resolve a
- url">reresolved</span> relative to the element and the UI updated
+ url">r-eresolved</span> relative to the element and the UI updated
appropriately.</p>
</dd>
@@ -4330,7 +4330,7 @@
title="">cite</code> attribute is being shown to the user, or if
any data derived from that URL is affecting the display, then the
<span>URL</span> should be <span title="resolve a
- url">reresolved</span> relative to the element and the UI updated
+ url">re-resolved</span> relative to the element and the UI updated
appropriately.</p>
</dd>
@@ -5617,7 +5617,7 @@
encoding is rarely used for publicly-facing Web content.</p>
<p>Support for UTF-32 is not recommended. This encoding is rarely
- used, and frequently misimplemented.</p>
+ used, and frequently implemented incorrectly.</p>
<p class="note">This specification does not make any attempt to
support EBCDIC-based encodings and UTF-32 in its algorithms; support
@@ -26509,7 +26509,7 @@
title="dom-context-2d-drawImage"><code>drawImage</code></dfn> method
can be used.</p>
- <p>This method can be invoked with three different sets of argments:</p>
+ <p>This method can be invoked with three different sets of arguments:</p>
<ul class="brief">
<li><code title="">drawImage(<var title="">image</var>, <var title="">dx</var>, <var title="">dy</var>)</code>
@@ -29071,20 +29071,20 @@
<span>table model</span>)</span>.</p>
<p>A <code>th</code> element with ID <var title="">id</var> is said
- to be <i>directly targetted</i> by all <code>td</code> and
+ to be <i>directly targeted</i> by all <code>td</code> and
<code>th</code> elements in the same <span
title="concept-table">table</span> that have <code
title="attr-tdth-headers">headers</code> attributes whose values
include as one of their tokens the ID <var title="">id</var>. A
<code>th</code> element <var title="">A</var> is said to be
- <i>targetted</i> by a <code>th</code> or <code>td</code> element
+ <i>targeted</i> by a <code>th</code> or <code>td</code> element
<var title="">B</var> if either <var title="">A</var> is <i>directly
- targetted</i> by <var title="">B</var> or if there exists an element
- <var title="">C</var> that is itself <i>targetted</i> by the element
+ targeted</i> by <var title="">B</var> or if there exists an element
+ <var title="">C</var> that is itself <i>targeted</i> by the element
<var title="">B</var> and <var title="">A</var> is <i>directly
- targetted</i> by <var title="">C</var>.</p>
+ targeted</i> by <var title="">C</var>.</p>
- <p>A <code>th</code> element must not be <i>targetted</i> by
+ <p>A <code>th</code> element must not be <i>targeted</i> by
itself.</p>
<div class="impl">
@@ -34353,7 +34353,7 @@
<span>valid lowercase simple color</span>. If the user agent
provides a user interface for selecting a color, then the <span
title="concept-fe-value">value</span> must be set to the result of
- using the <span>rules for serialising simple color values</span> to
+ using the <span>rules for serializing simple color values</span> to
the user's selection. User agents must not allow the user to set the
<span title="concept-fe-value">value</span> to the empty string.</p>
@@ -36280,7 +36280,7 @@
Upload</span> control that consists of a single button that brings
up a file selection dialog: when the dialog is closed, if that the
<span title="concept-input-type-file-selected">file selection</span>
- changed as a result, then the user has commited a new <span
+ changed as a result, then the user has committed a new <span
title="concept-input-type-file-selected">file selection</span>.</p>
<p class="example">Another example of a user interface with a commit
@@ -47752,7 +47752,7 @@
<p>The <dfn title="dom-confirm"><code>confirm(<var
title="">message</var>)</code></dfn> method, when invoked, must
- release the <span>storage mutex</span> andshow the given <var
+ release the <span>storage mutex</span> and show the given <var
title="">message</var> to the user, and ask the user to respond with
a positive or negative response. The user agent must then
<span>pause</span> as the method waits for the user's response. If
@@ -48337,7 +48337,7 @@
methods could be presented to the user</a> below.</p>
<p>The arguments to the methods have the following meanings and
- corresponding implementaion requirements:</p>
+ corresponding implementation requirements:</p>
<dl>
@@ -48418,7 +48418,7 @@
title="">http://www.example.net/</code>, clicked on a link such
as:</p>
- <pre><a href="chickenkïwi.soup">Download our Chicken Kiwi soup!</a></pre>
+ <pre><a href="chickenkïwi.soup">Download our Chicken Kïwi soup!</a></pre>
<p>...then, assuming this <code>chickenkïwi.soup</code> file
was served with the MIME type <code>application/x-soup</code>,
@@ -48768,7 +48768,7 @@
<p class="note">A URL in the list can be flagged with multiple
different types, and thus an entry can end up being categorized as
- multiple entries. For example, an entry can be a manfiest entry
+ multiple entries. For example, an entry can be a manifest entry
and an explicit entry at the same time, if the manifest is listed
within the manifest.</p>
@@ -48840,7 +48840,7 @@
cache</span>.</p>
<p>A <code>Document</code> initially is not associated with an
- <span>application cache</span>, buu can become associated with one
+ <span>application cache</span>, but can become associated with one
early during the page load process, when steps <a
href="#parser-appcache">in the parser</a> and in the <span
title="navigate">navigation</span> sections that cause <span
@@ -55499,7 +55499,7 @@
<p>When an element is <i>focused</i>, key events received by the
document must be targeted at that element. There may be no element
focused; when no element is focused, key events received by the
- document must be targetted at <span>the body element</span>.</p>
+ document must be targeted at <span>the body element</span>.</p>
<p>User agents may track focus for each <span>browsing
context</span> or <code>Document</code> individually, or may support
@@ -59613,7 +59613,7 @@
with another port and that has one (but only one) port whose owner
is the <code>WorkerGlobalScope</code> object on which the method
was invoked (this would include, for instance, the implicit port in
- used for dedicated workers), unentangle the two ports.</p></li>
+ used for dedicated workers), disentangle the two ports.</p></li>
</ol>
@@ -59646,9 +59646,8 @@
but it is not exposed. This object must never be garbage collected
before the <code>DedicatedWorkerGlobalScope</code> object.</p>
- <p>All messages received by that port must immediately be
- retargetted at the <code>DedicatedWorkerGlobalScope</code>
- object.</p>
+ <p>All messages received by that port must immediately be retargeted
+ at the <code>DedicatedWorkerGlobalScope</code> object.</p>
<p>The <dfn
title="dom-DedicatedWorkerGlobalScope-postMessage"><code>postMessage()</code></dfn><!--
@@ -60350,8 +60349,8 @@
exposed. This object must never be garbage collected before the
<code>Worker</code> object.</p>
- <p>All messages received by that port must immediately be
- retargetted at the <code>Worker</code> object.</p>
+ <p>All messages received by that port must immediately be retargeted
+ at the <code>Worker</code> object.</p>
<p>The <dfn
title="dom-Worker-postMessage"><code>postMessage()</code></dfn><!--
@@ -63228,7 +63227,7 @@
<li>
- <p>If one of the ports is already entangled, then unentangle it
+ <p>If one of the ports is already entangled, then disentangle it
and the port that it was entangled with.</p>
<p class="note">If those two previously entangled ports were the
@@ -63274,7 +63273,7 @@
<li><p><span>Entangle</span> the <var title="">remote port</var>
and <var title="">new port</var> objects. The <var
- title="">original port</var> object will be unentangled by this
+ title="">original port</var> object will be disentangled by this
process.</p></li>
<li><p>Return <var title="">new port</var>. It is the
@@ -63457,7 +63456,7 @@
<p>The <dfn title="dom-MessagePort-close"><code>close()</code></dfn>
method, when called on a port <var title="">local port</var> that is
entangled with another port, must cause the user agents to
- unentangle the two ports. If the method is called on a port that is
+ disentangle the two ports. If the method is called on a port that is
not entangled, then the method must do nothing.</p>
<hr>
@@ -72173,19 +72172,19 @@
}
col[valign=top], thead[valign=top], tbody[valign=top],
tfoot[valign=top], tr[valign=top], td[valign=top], th[valign=top] {
- vertial-align: top;
+ vertical-align: top;
}
col[valign=middle], thead[valign=middle], tbody[valign=middle],
tfoot[valign=middle], tr[valign=middle], td[valign=middle], th[valign=middle] {
- vertial-align: middle;
+ vertical-align: middle;
}
col[valign=bottom], thead[valign=bottom], tbody[valign=bottom],
tfoot[valign=bottom], tr[valign=bottom], td[valign=bottom], th[valign=bottom] {
- vertial-align: bottom;
+ vertical-align: bottom;
}
col[valign=baseline], thead[valign=baseline], tbody[valign=baseline],
tfoot[valign=baseline], tr[valign=baseline], td[valign=baseline], th[valign=baseline] {
- vertial-align: baseline;
+ vertical-align: baseline;
}</pre>
<p>The <code>center</code> element, the <code>caption</code> element
@@ -72931,7 +72930,7 @@
when its <code title="attr-input-type">type</code> attribute is in
the <span title="attr-input-type-image">Image Button</span> state
does not <span title="represents">represent</span> an image, but the
- element already has instrinsic dimensions (e.g. from the
+ element already has intrinsic dimensions (e.g. from the
<span>dimension attributes</span> or CSS rules), and either the user
agent has reason to believe that the image will become
<i>available</i> and be rendered in due course or the
@@ -73156,8 +73155,8 @@
user-agent-defined value, represented below by keywords like <code
title=""><i title="">bb</i></code>. The rules then described for
these bindings are only expected to apply if the element's 'binding'
- property has not been overriden (e.g. by the author) to have another
- value.</p>
+ property has not been overridden (e.g. by the author) to have
+ another value.</p>
<p>Exactly how the bindings are implemented is not specified by this
specification. User agents are encouraged to make their bindings set
@@ -74604,6 +74603,7 @@
Andy Heydon,
Anne van Kesteren,
Anthony Boyd,
+ Anthony Bryan,
Anthony Hickson,
Anthony Ricaud,
Antti Koivisto,
@@ -74661,6 +74661,7 @@
Daniel Bratell,
Daniel Brooks,
Daniel Brumbaugh Keeney,
+ Daniel Davis,
Daniel Glazman,
Daniel Peng,
Daniel Schattenkirchner,
More information about the Commit-Watchers
mailing list