[html5] r3689 - [e] (0) Typo omnibus.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 28 12:44:35 PDT 2009
Author: ianh
Date: 2009-08-28 12:44:34 -0700 (Fri, 28 Aug 2009)
New Revision: 3689
Modified:
index
source
Log:
[e] (0) Typo omnibus.
Modified: index
===================================================================
--- index 2009-08-28 02:18:01 UTC (rev 3688)
+++ index 2009-08-28 19:44:34 UTC (rev 3689)
@@ -3333,10 +3333,10 @@
<p class=note>While the formats described here are intended to be
subsets of the corresponding ISO8601 formats, this specification
defines parsing rules in much more detail than ISO8601.
- Implementators are therefore encouraged to carefully examine any
- date parsing libraries before using them to implement the parsing
- rules described below; ISO8601 libraries might not parse dates and
- times exactly the same manner. <a href=#refsISO8601>[ISO8601]</a></p>
+ Implementors are therefore encouraged to carefully examine any date
+ parsing libraries before using them to implement the parsing rules
+ described below; ISO8601 libraries might not parse dates and times
+ exactly the same manner. <a href=#refsISO8601>[ISO8601]</a></p>
</div>
@@ -4867,8 +4867,8 @@
<li>
<p>If the resource is identified by an <a href=#absolute-url>absolute URL</a>,
- and the resource is to be obtained using a idempotent action (such
- as an HTTP GET <a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or
+ and the resource is to be obtained using an idempotent action
+ (such as an HTTP GET <a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or
equivalent</a>), and it is already being downloaded for other
reasons (e.g. another invocation of this algorithm), and the user
agent is configured such that it is to reuse the data from the
@@ -11536,7 +11536,7 @@
sets", the term "default style sheet set", preferred stylesheets,
alternative stylesheets, persistent stylesheets, ordering of
stylesheets, dynamic additions/removals, window.styleSheets, style
- sheets given by HTTP Link: headers, and the alternative stylesheet
+ sheets given by HTTP Link: headers, and the alternative style sheet
API -->
<p id=alternate-style-sheets>The rules for handling alternative
@@ -11658,7 +11658,7 @@
parsing. If neither attribute is present, then the script is
fetched and executed immediately, before the user agent continues
parsing the page. The exact processing details for these attributes
- is described below.</p>
+ are described below.</p>
<p>The <code title=attr-script-defer><a href=#attr-script-defer>defer</a></code> attribute may be
specified even if the <code title=attr-script-async><a href=#attr-script-async>async</a></code>
@@ -12578,7 +12578,7 @@
no <code><a href=#the-nav-element>nav</a></code> element is necessary for those links.</p>
<p class=note>User agents (such as screen readers) that are
- targetted at users who can benefit from navigation information being
+ targeted at users who can benefit from navigation information being
omitted in the initial rendering, or who can benefit from navigation
information being immediately available, can use this element as a
way to determine what content on the page to initially skip and/or
@@ -20374,7 +20374,7 @@
system-modal dialog had been shown, and prompt the user for a
password. There is also the danger of "mere" annoyance, with pages
launching full-screen videos when links are clicked or pages
- navigated. Instead, user-agent specific interface features may be
+ navigated. Instead, user-agent-specific interface features may be
provided to easily allow the user to obtain a full-screen playback
mode.</p>
@@ -22015,7 +22015,7 @@
<p>User agents must act as if the timeline of the <a href=#media-resource>media
resource</a> increases linearly starting from the <a href=#earliest-possible-position>earliest
- possible position</a>, even if the underling <a href=#media-data>media
+ possible position</a>, even if the underlying <a href=#media-data>media
data</a> has out-of-order or even overlapping time codes.</p>
<p class=example>For example, if two clips have been concatenated
@@ -25163,14 +25163,15 @@
<p>The <dfn id=dom-context-2d-font title=dom-context-2d-font><code>font</code></dfn> DOM
attribute, on setting, must be parsed the same way as the 'font'
- property of CSS (but without supporting property-independent
- stylesheet syntax like 'inherit'), and the resulting font must be
+ property of CSS (but without supporting property-independent style
+ sheet syntax like 'inherit'), and the resulting font must be
assigned to the context, with the 'line-height' component forced to
'normal', with the 'font-size' component converted to CSS pixels,
and with system fonts being computed to explicit values. If the new
value is syntactically incorrect (including using
- property-independent stylesheet syntax like 'inherit' or 'initial'),
- then it must be ignored, without assigning a new font value. <a href=#refsCSS>[CSS]</a></p>
+ property-independent style sheet syntax like 'inherit' or
+ 'initial'), then it must be ignored, without assigning a new font
+ value. <a href=#refsCSS>[CSS]</a></p>
<p>Font names must be interpreted in the context of the
<code><a href=#the-canvas-element>canvas</a></code> element's stylesheets; any fonts embedded using
@@ -29954,7 +29955,7 @@
<code><a href=#the-input-element>input</a></code> element depends on the state of its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute. Similarly, the <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, <code title=dom-input-list><a href=#dom-input-list>list</a></code>, and <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM
attributes, and the <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>
and <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods, are
- specific to certain states. The following table <span class=impl>is non-normative and</span> summarises which content
+ specific to certain states. The following table <span class=impl>is non-normative and</span> summarizes which content
attributes, DOM attributes, and methods apply to each state:</p>
<table class=applies id=input-type-attr-summary><thead><tr><td>
@@ -34804,7 +34805,7 @@
more <code><a href=#the-option-element>option</a></code> elements being changed by the user, and
before the relevant user interaction event <!-- interaction event
spec point --> is queued (e.g. before a related <span title=event-click>click</span> event), the user agent must
- <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> tgat
+ <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple event</a> that
bubbles called <code title=event-change>change</code> at the
<code><a href=#the-select-element>select</a></code> element, using the <a href=#user-interaction-task-source>user interaction task
source</a> as the task source, then <a href=#broadcast-formchange-events>broadcast <code title=event-formchange>formchange</code> events</a> at the
@@ -35407,7 +35408,7 @@
<p>When a <code><a href=#the-textarea-element>textarea</a></code> is <a href=#concept-textarea-mutable title=concept-textarea-mutable>mutable</a>, its <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> should be
editable by the user. Any time the user causes the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> to change, the
user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
- event</a> that bubbls called <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
+ event</a> that bubbles called <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
element, then <a href=#broadcast-forminput-events>broadcast <code title=event-forminput>forminput</code> events</a> at the
<code><a href=#the-textarea-element>textarea</a></code> element's <a href=#form-owner>form owner</a>. User agents
may wait for a suitable break in the user's interaction before
@@ -42783,7 +42784,7 @@
<p>The <a href=#predefined-global-property-name>predefined global property name</a> <dfn id=md-about title=md-about><code>about</code></dfn> can be used to name an
<a href=#concept-item title=concept-item>item</a> for the purposes of
- identifying or refering to the data defined in that item.</p>
+ identifying or referring to the data defined in that item.</p>
<p>A single property with the name <code title=md-about><a href=#md-about>about</a></code> may be present within each <a href=#concept-item title=concept-item>item</a>. Its <a href=#concept-property-value title=concept-property-value>value</a> must be an
<a href=#absolute-url>absolute URL</a>.</p>
@@ -43433,11 +43434,11 @@
NINE.</li>
</ol><p>The optional components marked with an asterisk (*) should be
- included, and should have dix digits each.</p>
+ included, and should have six digits each.</p>
<!-- copied from vCard -->
<p class=note>The value specifies latitude and longitude, in
- that order (i.e., "LAT LON" ordering), in decimal degress. The
+ that order (i.e., "LAT LON" ordering), in decimal degrees. The
longitude represents the location east and west of the prime
meridian as a positive or negative real number, respectively. The
latitude represents the location north and south of the equator as
@@ -44130,14 +44131,14 @@
NINE.</li>
</ol><p>The optional components marked with an asterisk (*) should be
- included, and should have dix digits each.</p> <!-- iCalendar
+ included, and should have six digits each.</p> <!-- iCalendar
actually limits the range to -91.0 < lat < 91.0; -181.0 < long <
181.0, which seems weird. It also gives special meanings to
+90/-90 lat, and +180 long. -->
<!-- copied from vcard (not icalendar!) -->
<p class=note>The value specifies latitude and longitude, in
- that order (i.e., "LAT LON" ordering), in decimal degress. The
+ that order (i.e., "LAT LON" ordering), in decimal degrees. The
longitude represents the location east and west of the prime
meridian as a positive or negative real number, respectively. The
latitude represents the location north and south of the equator as
@@ -44668,7 +44669,7 @@
<div class=example>
- <p>This example shows an embedded image entitiled <cite>My
+ <p>This example shows an embedded image entitled <cite>My
Pond</cite>, licensed under the Creative Commons Attribution-Share
Alike 3.0 United States License and the MIT license
simultaneously.</p>
@@ -44698,7 +44699,7 @@
iterate over a series of elements (whether items, properties, or
otherwise) must do so in <a href=#tree-order>tree order</a>.</p>
- <p>A generic API upon which the vocaulary-specific conversions
+ <p>A generic API upon which the vocabulary-specific conversions
defined below (vCard, iCalendar) can be built will need to provide
the following information when given a <code>Document</code> (or
equivalent):</p>
@@ -45546,8 +45547,8 @@
<li><p><a href=#add-an-icalendar-line>Add an iCalendar line</a> with the type "<code title="">BEGIN</code>" and the value "<code title="">VCALENDAR</code>"
to <var title="">output</var>.</li>
- <li><p><a href=#add-an-icalendar-line>Add an iCalendar line</a> with the type "<code title="">PRODID</code>" and the value equal to a user-agent
- specific string representing the user agent to <var title="">output</var>.</li>
+ <li><p><a href=#add-an-icalendar-line>Add an iCalendar line</a> with the type "<code title="">PRODID</code>" and the value equal to a
+ user-agent-specific string representing the user agent to <var title="">output</var>.</li>
<li><p><a href=#add-an-icalendar-line>Add an iCalendar line</a> with the type "<code title="">VERSION</code>" and the value "<code title="">2.0</code>"
to <var title="">output</var>.</li>
@@ -45635,7 +45636,7 @@
</ol><p>When the above algorithm says that the user agent is to <dfn id=add-an-icalendar-line>add
an iCalendar line</dfn> consisting of a type <var title="">type</var>, a value <var title="">value</var>, and
- optinally an annotation, to a string <var title="">output</var>, it
+ optionally an annotation, to a string <var title="">output</var>, it
must run the following steps:</p>
<ol><li><p>Let <var title="">line</var> be an empty string.</li>
@@ -45776,7 +45777,7 @@
<p>Optionally: Let <var title="">x</var> be a <code title="">link</code> element in the <a href=#atom-namespace>Atom
namespace</a>. Add a <code title="">rel</code> attribute whose
value is the string "<code title="">self</code>" to <var title="">x</var>. Append a text node with its data set to the
- (user-agent defined) <a href="#the-document's-address" title="the document's
+ (user-agent-defined) <a href="#the-document's-address" title="the document's
address">address</a> of <var title="">R</var> to <var title="">x</var>. Append <var title="">x</var> to the root element
of <var title="">R</var>.</p>
@@ -46028,7 +46029,7 @@
<dd>Let <var title="">id</var> be the <a href=#absolute-url>absolute URL</a>
resulting from <a href=#resolve-a-url title="resolve a url">resolving</a> the
value of the <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>
- attribute of the first such <code><a href=#the-a-element>a</a></code> ot <code><a href=#the-area-element>area</a></code>
+ attribute of the first such <code><a href=#the-a-element>a</a></code> or <code><a href=#the-area-element>area</a></code>
element, relative to the element. Let <var title="">has-alternate</var> be true.</dd>
<dt>If the <var title="">article</var> node has an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute</dt>
@@ -46040,8 +46041,8 @@
<dt>Otherwise</dt>
- <dd>Let <var title="">id</var> be a user-agent defined
- undereferencable yet globally unique <a href=#absolute-url>absolute
+ <dd>Let <var title="">id</var> be a user-agent-defined
+ undereferenceable yet globally unique <a href=#absolute-url>absolute
URL</a>. Let <var title="">has-alternate</var> be
false.</dd>
@@ -46411,7 +46412,7 @@
<h4 id=auxiliary-browsing-contexts><span class=secno>6.1.2 </span>Auxiliary browsing contexts</h4>
<p>It is possible to create new browsing contexts that are related
- to a <span>top level browsing context</span> without being nested
+ to a <a href=#top-level-browsing-context>top-level browsing context</a> without being nested
through an element. Such browsing contexts are called <dfn id=auxiliary-browsing-context title="auxiliary browsing context">auxiliary browsing
contexts</dfn>. Auxiliary browsing contexts are always <a href=#top-level-browsing-context title="top-level browsing context">top-level browsing
contexts</a>.</p>
@@ -47326,7 +47327,7 @@
its own trust domain (e.g. it identifies an e-mail on an IMAP
server or a post on an NNTP server) then return a globally unique
identifier specific to the resource identified by <var title="">url</var>, so that if this algorithm is invoked again
- for <a href=#url title=URL>URLs</a> that identify the same resouce,
+ for <a href=#url title=URL>URLs</a> that identify the same resource,
the same identifier will be returned.</li>
<li><p>If <var title="">url</var> does not use a server-based
@@ -48937,7 +48938,7 @@
<div class=impl>
- <p class=note>The <code><a href=#windowtimers>WindowTimers</a></code> interfaceadds to the
+ <p class=note>The <code><a href=#windowtimers>WindowTimers</a></code> interface adds to the
<code><a href=#window>Window</a></code> interface and the <code>WorkerUtils</code>
interface (part of Web Workers).</p>
@@ -48960,7 +48961,7 @@
<var title="">timeout</var> is less than 4, then increase <var title="">timeout</var> to 4.</li>
<li><p>Add an entry to the <a href=#list-of-active-timeouts>list of active timeouts</a>,
- identified by a user-agent defined integer that is greater than
+ identified by a user-agent-defined integer that is greater than
zero.</li>
<li><p>Return the number identifying the newly added entry in the
@@ -49013,7 +49014,7 @@
note below about IE) -->
<li><p>Add an entry to the <a href=#list-of-active-intervals>list of active intervals</a>,
- identified by a user-agent defined integer that is greater than
+ identified by a user-agent-defined integer that is greater than
zero.</li>
<li><p>Return the number identifying the newly added entry in the
@@ -52874,7 +52875,7 @@
<li><p>If <a href="#the-document's-address">the document's address</a> has a fragment
identifier, then run these substeps:</p>
- <ol><li><p>Wait for a user-agent defined amount of time, as desired
+ <ol><li><p>Wait for a user-agent-defined amount of time, as desired
by the user agent implementor. (This is intended to allow the
user agent to optimize the user experience in the face of
performance concerns.)</li>
@@ -53020,7 +53021,7 @@
<a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>
<p>User agents may add content to the <code><a href=#the-head-element-0>head</a></code> element of
- the <code>Document</code>, e.g. linking to stylesheet or an XBL
+ the <code>Document</code>, e.g. linking to a style sheet or an XBL
binding, providing script, giving the document a <code><a href=#the-title-element-0>title</a></code>,
etc.</p>
@@ -53053,8 +53054,8 @@
<p>User agents may add content to the <code><a href=#the-head-element-0>head</a></code> element of
the <code>Document</code>, or attributes to the <code><a href=#the-img-element>img</a></code>
- element, e.g. to link to stylesheet or an XBL binding, to provide a
- script, to give the document a <code><a href=#the-title-element-0>title</a></code>, etc.</p>
+ element, e.g. to link to a style sheet or an XBL binding, to provide
+ a script, to give the document a <code><a href=#the-title-element-0>title</a></code>, etc.</p>
<h4 id=read-plugin><span class=secno>6.11.6 </span><dfn title=navigate-plugin>Page load processing model for content that uses plugins</dfn></h4>
@@ -53086,7 +53087,7 @@
<p>User agents may add content to the <code><a href=#the-head-element-0>head</a></code> element of
the <code>Document</code>, or attributes to the <code><a href=#the-embed-element>embed</a></code>
- element, e.g. to link to stylesheet or an XBL binding, or to give
+ element, e.g. to link to a style sheet or an XBL binding, or to give
the document a <code><a href=#the-title-element-0>title</a></code>.</p>
<p class=note id=sandboxPluginNavigate>If the <a href=#sandboxed-plugins-browsing-context-flag>sandboxed
@@ -54226,7 +54227,7 @@
<html>
<head>
<title>Exampl Pictures: Kissat</title>
- <link rel="stylesheet href="/style/default">
+ <link rel="stylesheet" href="/style/default">
</head>
<body>
<h1>Kissat</h1>
@@ -55286,7 +55287,7 @@
</ol></li>
<li><p><i>Fallback</i>: Optionally, the user agent may assign a key
- combination of its chosing as the element's <a href=#assigned-access-key>assigned access
+ combination of its choosing as the element's <a href=#assigned-access-key>assigned access
key</a> and then abort these steps.</li>
<li><p>If this step is reached, the element has no <a href=#assigned-access-key>assigned
@@ -60077,7 +60078,7 @@
condition to the user if one or more parse error conditions exist in
the document and must not report parse error conditions if none
exist in the document. Conformance checkers may report more than one
- parse error condition if more than one parse error conditions exist
+ parse error condition if more than one parse error condition exists
in the document. Conformance checkers are not required to recover
from parse errors.</p>
@@ -60863,7 +60864,8 @@
<code><a href=#the-section-element>section</a></code>, <code><a href=#the-select-element>select</a></code>, <code><a href=#spacer>spacer</a></code>,
<code><a href=#the-style-element>style</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-textarea-element>textarea</a></code>,
<code><a href=#the-tfoot-element>tfoot</a></code>, <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-title-element-0>title</a></code>,
- <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-ul-element>ul</a></code>, and <code>wbr</code>.</dd>
+ <code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-ul-element>ul</a></code>, <code>wbr</code>, and
+ <code><a href=#xmp>xmp</a></code>.</dd>
<dt><dfn id=scoping>Scoping</dfn></dt>
<dd><p>The following HTML elements introduce new <a href=#has-an-element-in-scope title="has
Modified: source
===================================================================
--- source 2009-08-28 02:18:01 UTC (rev 3688)
+++ source 2009-08-28 19:44:34 UTC (rev 3689)
@@ -2619,11 +2619,10 @@
<p class="note">While the formats described here are intended to be
subsets of the corresponding ISO8601 formats, this specification
defines parsing rules in much more detail than ISO8601.
- Implementators are therefore encouraged to carefully examine any
- date parsing libraries before using them to implement the parsing
- rules described below; ISO8601 libraries might not parse dates and
- times exactly the same manner. <a
- href="#refsISO8601">[ISO8601]</a></p>
+ Implementors are therefore encouraged to carefully examine any date
+ parsing libraries before using them to implement the parsing rules
+ described below; ISO8601 libraries might not parse dates and times
+ exactly the same manner. <a href="#refsISO8601">[ISO8601]</a></p>
</div>
@@ -4547,8 +4546,8 @@
<li>
<p>If the resource is identified by an <span>absolute URL</span>,
- and the resource is to be obtained using a idempotent action (such
- as an HTTP GET <span title="concept-http-equivalent-get">or
+ and the resource is to be obtained using an idempotent action
+ (such as an HTTP GET <span title="concept-http-equivalent-get">or
equivalent</span>), and it is already being downloaded for other
reasons (e.g. another invocation of this algorithm), and the user
agent is configured such that it is to reuse the data from the
@@ -12231,7 +12230,7 @@
sets", the term "default style sheet set", preferred stylesheets,
alternative stylesheets, persistent stylesheets, ordering of
stylesheets, dynamic additions/removals, window.styleSheets, style
- sheets given by HTTP Link: headers, and the alternative stylesheet
+ sheets given by HTTP Link: headers, and the alternative style sheet
API -->
<p id="alternate-style-sheets">The rules for handling alternative
@@ -12366,7 +12365,7 @@
parsing. If neither attribute is present, then the script is
fetched and executed immediately, before the user agent continues
parsing the page. The exact processing details for these attributes
- is described below.</p>
+ are described below.</p>
<p>The <code title="attr-script-defer">defer</code> attribute may be
specified even if the <code title="attr-script-async">async</code>
@@ -13438,7 +13437,7 @@
no <code>nav</code> element is necessary for those links.</p>
<p class="note">User agents (such as screen readers) that are
- targetted at users who can benefit from navigation information being
+ targeted at users who can benefit from navigation information being
omitted in the initial rendering, or who can benefit from navigation
information being immediately available, can use this element as a
way to determine what content on the page to initially skip and/or
@@ -21938,7 +21937,7 @@
system-modal dialog had been shown, and prompt the user for a
password. There is also the danger of "mere" annoyance, with pages
launching full-screen videos when links are clicked or pages
- navigated. Instead, user-agent specific interface features may be
+ navigated. Instead, user-agent-specific interface features may be
provided to easily allow the user to obtain a full-screen playback
mode.</p>
@@ -23875,7 +23874,7 @@
<p>User agents must act as if the timeline of the <span>media
resource</span> increases linearly starting from the <span>earliest
- possible position</span>, even if the underling <span>media
+ possible position</span>, even if the underlying <span>media
data</span> has out-of-order or even overlapping time codes.</p>
<p class="example">For example, if two clips have been concatenated
@@ -27585,15 +27584,15 @@
<p>The <dfn title="dom-context-2d-font"><code>font</code></dfn> DOM
attribute, on setting, must be parsed the same way as the 'font'
- property of CSS (but without supporting property-independent
- stylesheet syntax like 'inherit'), and the resulting font must be
+ property of CSS (but without supporting property-independent style
+ sheet syntax like 'inherit'), and the resulting font must be
assigned to the context, with the 'line-height' component forced to
'normal', with the 'font-size' component converted to CSS pixels,
and with system fonts being computed to explicit values. If the new
value is syntactically incorrect (including using
- property-independent stylesheet syntax like 'inherit' or 'initial'),
- then it must be ignored, without assigning a new font value. <a
- href="#refsCSS">[CSS]</a></p>
+ property-independent style sheet syntax like 'inherit' or
+ 'initial'), then it must be ignored, without assigning a new font
+ value. <a href="#refsCSS">[CSS]</a></p>
<p>Font names must be interpreted in the context of the
<code>canvas</code> element's stylesheets; any fonts embedded using
@@ -33362,7 +33361,7 @@
attributes, and the <code title="dom-input-stepUp">stepUp()</code>
and <code title="dom-input-stepDown">stepDown()</code> methods, are
specific to certain states. The following table <span
- class="impl">is non-normative and</span> summarises which content
+ class="impl">is non-normative and</span> summarizes which content
attributes, DOM attributes, and methods apply to each state:</p>
<table class="applies" id="input-type-attr-summary">
@@ -38914,7 +38913,7 @@
before the relevant user interaction event <!-- interaction event
spec point --> is queued (e.g. before a related <span
title="event-click">click</span> event), the user agent must
- <span>queue a task</span> to <span>fire a simple event</span> tgat
+ <span>queue a task</span> to <span>fire a simple event</span> that
bubbles called <code title="event-change">change</code> at the
<code>select</code> element, using the <span>user interaction task
source</span> as the task source, then <span>broadcast <code
@@ -39645,7 +39644,7 @@
editable by the user. Any time the user causes the element's <span
title="concept-textarea-raw-value">raw value</span> to change, the
user agent must <span>queue a task</span> to <span>fire a simple
- event</span> that bubbls called <code
+ event</span> that bubbles called <code
title="event-input">input</code> at the <code>textarea</code>
element, then <span>broadcast <code
title="event-forminput">forminput</code> events</span> at the
@@ -47927,7 +47926,7 @@
<p>The <span>predefined global property name</span> <dfn
title="md-about"><code>about</code></dfn> can be used to name an
<span title="concept-item">item</span> for the purposes of
- identifying or refering to the data defined in that item.</p>
+ identifying or referring to the data defined in that item.</p>
<p>A single property with the name <code
title="md-about">about</code> may be present within each <span
@@ -48767,11 +48766,11 @@
</ol>
<p>The optional components marked with an asterisk (*) should be
- included, and should have dix digits each.</p>
+ included, and should have six digits each.</p>
<!-- copied from vCard -->
<p class="note">The value specifies latitude and longitude, in
- that order (i.e., "LAT LON" ordering), in decimal degress. The
+ that order (i.e., "LAT LON" ordering), in decimal degrees. The
longitude represents the location east and west of the prime
meridian as a positive or negative real number, respectively. The
latitude represents the location north and south of the equator as
@@ -49563,14 +49562,14 @@
</ol>
<p>The optional components marked with an asterisk (*) should be
- included, and should have dix digits each.</p> <!-- iCalendar
+ included, and should have six digits each.</p> <!-- iCalendar
actually limits the range to -91.0 < lat < 91.0; -181.0 < long <
181.0, which seems weird. It also gives special meanings to
+90/-90 lat, and +180 long. -->
<!-- copied from vcard (not icalendar!) -->
<p class="note">The value specifies latitude and longitude, in
- that order (i.e., "LAT LON" ordering), in decimal degress. The
+ that order (i.e., "LAT LON" ordering), in decimal degrees. The
longitude represents the location east and west of the prime
meridian as a positive or negative real number, respectively. The
latitude represents the location north and south of the equator as
@@ -50193,7 +50192,7 @@
<div class="example">
- <p>This example shows an embedded image entitiled <cite>My
+ <p>This example shows an embedded image entitled <cite>My
Pond</cite>, licensed under the Creative Commons Attribution-Share
Alike 3.0 United States License and the MIT license
simultaneously.</p>
@@ -50223,7 +50222,7 @@
iterate over a series of elements (whether items, properties, or
otherwise) must do so in <span>tree order</span>.</p>
- <p>A generic API upon which the vocaulary-specific conversions
+ <p>A generic API upon which the vocabulary-specific conversions
defined below (vCard, iCalendar) can be built will need to provide
the following information when given a <code>Document</code> (or
equivalent):</p>
@@ -51420,8 +51419,8 @@
to <var title="">output</var>.</p></li>
<li><p><span>Add an iCalendar line</span> with the type "<code
- title="">PRODID</code>" and the value equal to a user-agent
- specific string representing the user agent to <var
+ title="">PRODID</code>" and the value equal to a
+ user-agent-specific string representing the user agent to <var
title="">output</var>.</p></li>
<li><p><span>Add an iCalendar line</span> with the type "<code
@@ -51546,7 +51545,7 @@
<p>When the above algorithm says that the user agent is to <dfn>add
an iCalendar line</dfn> consisting of a type <var
title="">type</var>, a value <var title="">value</var>, and
- optinally an annotation, to a string <var title="">output</var>, it
+ optionally an annotation, to a string <var title="">output</var>, it
must run the following steps:</p>
<ol>
@@ -51729,7 +51728,7 @@
namespace</span>. Add a <code title="">rel</code> attribute whose
value is the string "<code title="">self</code>" to <var
title="">x</var>. Append a text node with its data set to the
- (user-agent defined) <span title="the document's
+ (user-agent-defined) <span title="the document's
address">address</span> of <var title="">R</var> to <var
title="">x</var>. Append <var title="">x</var> to the root element
of <var title="">R</var>.</p>
@@ -52038,7 +52037,7 @@
<dd>Let <var title="">id</var> be the <span>absolute URL</span>
resulting from <span title="resolve a url">resolving</span> the
value of the <code title="attr-hyperlink-href">href</code>
- attribute of the first such <code>a</code> ot <code>area</code>
+ attribute of the first such <code>a</code> or <code>area</code>
element, relative to the element. Let <var
title="">has-alternate</var> be true.</dd>
@@ -52054,8 +52053,8 @@
<dt>Otherwise</dt>
- <dd>Let <var title="">id</var> be a user-agent defined
- undereferencable yet globally unique <span>absolute
+ <dd>Let <var title="">id</var> be a user-agent-defined
+ undereferenceable yet globally unique <span>absolute
URL</span>. Let <var title="">has-alternate</var> be
false.</dd>
@@ -52479,7 +52478,7 @@
<h4>Auxiliary browsing contexts</h4>
<p>It is possible to create new browsing contexts that are related
- to a <span>top level browsing context</span> without being nested
+ to a <span>top-level browsing context</span> without being nested
through an element. Such browsing contexts are called <dfn
title="auxiliary browsing context">auxiliary browsing
contexts</dfn>. Auxiliary browsing contexts are always <span
@@ -53511,7 +53510,7 @@
server or a post on an NNTP server) then return a globally unique
identifier specific to the resource identified by <var
title="">url</var>, so that if this algorithm is invoked again
- for <span title="URL">URLs</span> that identify the same resouce,
+ for <span title="URL">URLs</span> that identify the same resource,
the same identifier will be returned.</p></li>
<li><p>If <var title="">url</var> does not use a server-based
@@ -55404,7 +55403,7 @@
<div class="impl">
- <p class="note">The <code>WindowTimers</code> interfaceadds to the
+ <p class="note">The <code>WindowTimers</code> interface adds to the
<code>Window</code> interface and the <code>WorkerUtils</code>
interface (part of Web Workers).</p>
@@ -55437,7 +55436,7 @@
title="">timeout</var> to 4.</p></li>
<li><p>Add an entry to the <span>list of active timeouts</span>,
- identified by a user-agent defined integer that is greater than
+ identified by a user-agent-defined integer that is greater than
zero.</p></li>
<li><p>Return the number identifying the newly added entry in the
@@ -55504,7 +55503,7 @@
note below about IE) -->
<li><p>Add an entry to the <span>list of active intervals</span>,
- identified by a user-agent defined integer that is greater than
+ identified by a user-agent-defined integer that is greater than
zero.</p></li>
<li><p>Return the number identifying the newly added entry in the
@@ -59977,7 +59976,7 @@
<ol>
- <li><p>Wait for a user-agent defined amount of time, as desired
+ <li><p>Wait for a user-agent-defined amount of time, as desired
by the user agent implementor. (This is intended to allow the
user agent to optimize the user experience in the face of
performance concerns.)</p></li>
@@ -60145,7 +60144,7 @@
<span>update the session history with the new page</span>.</p>
<p>User agents may add content to the <code>head</code> element of
- the <code>Document</code>, e.g. linking to stylesheet or an XBL
+ the <code>Document</code>, e.g. linking to a style sheet or an XBL
binding, providing script, giving the document a <code>title</code>,
etc.</p>
@@ -60180,8 +60179,8 @@
<p>User agents may add content to the <code>head</code> element of
the <code>Document</code>, or attributes to the <code>img</code>
- element, e.g. to link to stylesheet or an XBL binding, to provide a
- script, to give the document a <code>title</code>, etc.</p>
+ element, e.g. to link to a style sheet or an XBL binding, to provide
+ a script, to give the document a <code>title</code>, etc.</p>
<h4 id="read-plugin"><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4>
@@ -60214,7 +60213,7 @@
<p>User agents may add content to the <code>head</code> element of
the <code>Document</code>, or attributes to the <code>embed</code>
- element, e.g. to link to stylesheet or an XBL binding, or to give
+ element, e.g. to link to a style sheet or an XBL binding, or to give
the document a <code>title</code>.</p>
<p class="note" id="sandboxPluginNavigate">If the <span>sandboxed
@@ -63445,7 +63444,7 @@
<html>
<head>
<title>Exampl Pictures: Kissat</title>
- <link rel="stylesheet href="/style/default">
+ <link rel="stylesheet" href="/style/default">
</head>
<body>
<h1>Kissat</h1>
@@ -64645,7 +64644,7 @@
</li>
<li><p><i>Fallback</i>: Optionally, the user agent may assign a key
- combination of its chosing as the element's <span>assigned access
+ combination of its choosing as the element's <span>assigned access
key</span> and then abort these steps.</p></li>
<li><p>If this step is reached, the element has no <span>assigned
@@ -74411,7 +74410,7 @@
condition to the user if one or more parse error conditions exist in
the document and must not report parse error conditions if none
exist in the document. Conformance checkers may report more than one
- parse error condition if more than one parse error conditions exist
+ parse error condition if more than one parse error condition exists
in the document. Conformance checkers are not required to recover
from parse errors.</p>
@@ -75329,7 +75328,8 @@
<code>section</code>, <code>select</code>, <code>spacer</code>,
<code>style</code>, <code>tbody</code>, <code>textarea</code>,
<code>tfoot</code>, <code>thead</code>, <code>title</code>,
- <code>tr</code>, <code>ul</code>, and <code>wbr</code>.</p></dd>
+ <code>tr</code>, <code>ul</code>, <code>wbr</code>, and
+ <code>xmp</code>.</p></dd>
<dt><dfn>Scoping</dfn></dt>
<dd><p>The following HTML elements introduce new <span title="has
More information about the Commit-Watchers
mailing list