[html5] r7465 - [e] (0) Typos, thanks to foolip! Affected topics: DOM APIs, HTML, Offline Web Ap [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 15 10:46:18 PDT 2012


Author: ianh
Date: 2012-10-15 10:46:17 -0700 (Mon, 15 Oct 2012)
New Revision: 7465

Modified:
   complete.html
   index
   source
Log:
[e] (0) Typos, thanks to foolip!
Affected topics: DOM APIs, HTML, Offline Web Applications, Video Text Tracks, Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2012-10-15 04:36:05 UTC (rev 7464)
+++ complete.html	2012-10-15 17:46:17 UTC (rev 7465)
@@ -20332,7 +20332,7 @@
 <p>He continued with a number of similar points, ending with:</p>
 <blockquote>Finally, one should be prepared for the threat 
 of breakdown in negotiations at any given moment and not 
-be cowed by the possiblity.</blockquote>
+be cowed by the possibility.</blockquote>
 <p>We shall now discuss these points...</pre>
 
   </div>
@@ -33722,7 +33722,7 @@
     <p class=example>For example, a traditional TV station broadcast
     streamed on the Web and augmented with Web-specific interactive
     features could include text tracks with metadata for ad
-    targetting, trivia game data during game shows, player states
+    targeting, trivia game data during game shows, player states
     during sports games, recipe information during food programs, and
     so forth. As each program starts and ends, new tracks might be
     added or removed from the stream, and as each one is added, the
@@ -35878,7 +35878,7 @@
 
   <div class=example>
 
-   <p>This video (an advertisment) autoplays, but to avoid annoying
+   <p>This video (an advertisement) autoplays, but to avoid annoying
    users, it does so without sound, and allows the user to turn the
    sound on.</p>
 
@@ -46784,7 +46784,7 @@
   behavior, in particular what its <a href=#activation-behavior>activation behavior</a>
   might be, if anything, should match the platform's label behavior.
   The <a href=#activation-behavior>activation behavior</a> of a <code><a href=#the-label-element>label</a></code> element
-  for events targetted at <a href=#interactive-content>interactive content</a> descendants
+  for events targeted at <a href=#interactive-content>interactive content</a> descendants
   of a <code><a href=#the-label-element>label</a></code> element, and any descendants of those
   <a href=#interactive-content>interactive content</a> descendants, must be to do
   nothing.</p>
@@ -50505,7 +50505,7 @@
 
    <p><img alt="A vertical slider control whose primary color is black and whose background color is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." height=75 src=http://images.whatwg.org/sample-range.png width=49><p>Note how the UA determined the orientation of the control from
    the ratio of the style-sheet-specified height and width properties.
-   The colors were similiarly derived from the style sheet. The tick
+   The colors were similarly derived from the style sheet. The tick
    marks, however, were derived from the markup. In particular, the
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute has not
    affected the placement of tick marks, the UA deciding to only use
@@ -58216,7 +58216,7 @@
     elements, this newline normalization is already performed during
     the conversion of the control's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> into the
     control's <a href=#concept-fe-value title=concept-fe-value>value</a> (which also
-    performs any necesary line wrapping). In the case of
+    performs any necessary line wrapping). In the case of
     <code><a href=#the-input-element>input</a></code> elements <code title=attr-input-type><a href=#attr-input-type>type</a></code> attributes in the <a href="#file-upload-state-(type=file)" title=attr-input-type-file>File Upload</a> state, the value
     is not normalized.</p>
 
@@ -61064,7 +61064,7 @@
     alter <var title="">filename</var> to add a known-safe <a href=#concept-extension title=concept-extension>extension</a> (e.g. "<code title="">.txt</code>").</p>
 
     <p class=note>This last step would make it impossible to
-    download executables, which might not be desireable. As always,
+    download executables, which might not be desirable. As always,
     implementors are forced to balance security and usability in this
     matter.</p>
 
@@ -71972,7 +71972,7 @@
    <a href=#ignore-opens-during-unload-counter>ignore-opens-during-unload counter</a> by one.</li>
 
    <li><p>If the <code><a href=#document>Document</a></code>'s <a href=#page-showing>page showing</a>
-   flag is false, then jump to the step labled <i>unload event</i>
+   flag is false, then jump to the step labeled <i>unload event</i>
    below (i.e. skip firing the <code title=event-pagehide><a href=#event-pagehide>pagehide</a></code> even and don't rerun the
    <a href=#unloading-document-visibility-change-steps>unloading document visibility change steps</a>).</li>
 
@@ -72186,7 +72186,7 @@
        that allows you to "activate" a particular manifest name for a
        given appcache.
 
-       So each appcache group would be futher subdivided into named
+       So each appcache group would be further subdivided into named
        subgroups, and for a given manifest URL with such a group of
        subgroups, one subgroup would be the default one at a time. The
        inactive ones would just lie dormant, but and the active ones
@@ -78090,7 +78090,7 @@
   <p>A subtree of a <code><a href=#document>Document</a></code> can be marked as
   <dfn id=inert>inert</dfn>. When a node or one of its ancestors is
   <a href=#inert>inert</a>, then the user agent must act as if the element
-  was absent for the purposes of targetting user interaction events,
+  was absent for the purposes of targeting user interaction events,
   may ignore the node for the purposes of text search user interfaces
   (commonly known as "find in page"), and may prevent the user from
   selecting text in that node. User agents should allow the user to
@@ -80514,7 +80514,7 @@
   must run the following steps. User agents must act as if these steps
   were run even if the drag actually started in another document or
   application and the user agent was not aware that the drag was
-  occuring until it intersected with a document under the user agent's
+  occurring until it intersected with a document under the user agent's
   purview.</p>
 
   <ol><li>
@@ -86688,12 +86688,12 @@
     <ol><li>
 
       <p>Let <var title="">new owner</var> be the owner of <var title="">target port</var>, if there is a <var title="">target
-      port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transfering objects below.
+      port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transferring objects below.
       If there is no <var title="">target port</var>, the
       <code><a href=#transferable>Transferable</a></code> objects given in the second argument,
       if any, are still <a href=#transfer-a-transferable-object title="transfer a Transferable
-      object">transfered</a>, but since they are then discarded, it
-      doesn't matter where they are transfered to.)</p>
+      object">transferred</a>, but since they are then discarded, it
+      doesn't matter where they are transferred to.)</p>
 
      </li>
 

Modified: index
===================================================================
--- index	2012-10-15 04:36:05 UTC (rev 7464)
+++ index	2012-10-15 17:46:17 UTC (rev 7465)
@@ -20332,7 +20332,7 @@
 <p>He continued with a number of similar points, ending with:</p>
 <blockquote>Finally, one should be prepared for the threat 
 of breakdown in negotiations at any given moment and not 
-be cowed by the possiblity.</blockquote>
+be cowed by the possibility.</blockquote>
 <p>We shall now discuss these points...</pre>
 
   </div>
@@ -33722,7 +33722,7 @@
     <p class=example>For example, a traditional TV station broadcast
     streamed on the Web and augmented with Web-specific interactive
     features could include text tracks with metadata for ad
-    targetting, trivia game data during game shows, player states
+    targeting, trivia game data during game shows, player states
     during sports games, recipe information during food programs, and
     so forth. As each program starts and ends, new tracks might be
     added or removed from the stream, and as each one is added, the
@@ -35878,7 +35878,7 @@
 
   <div class=example>
 
-   <p>This video (an advertisment) autoplays, but to avoid annoying
+   <p>This video (an advertisement) autoplays, but to avoid annoying
    users, it does so without sound, and allows the user to turn the
    sound on.</p>
 
@@ -46784,7 +46784,7 @@
   behavior, in particular what its <a href=#activation-behavior>activation behavior</a>
   might be, if anything, should match the platform's label behavior.
   The <a href=#activation-behavior>activation behavior</a> of a <code><a href=#the-label-element>label</a></code> element
-  for events targetted at <a href=#interactive-content>interactive content</a> descendants
+  for events targeted at <a href=#interactive-content>interactive content</a> descendants
   of a <code><a href=#the-label-element>label</a></code> element, and any descendants of those
   <a href=#interactive-content>interactive content</a> descendants, must be to do
   nothing.</p>
@@ -50505,7 +50505,7 @@
 
    <p><img alt="A vertical slider control whose primary color is black and whose background color is beige, with the slider having five tick marks, one long one at each extremity, and three short ones clustered around the midpoint." height=75 src=http://images.whatwg.org/sample-range.png width=49><p>Note how the UA determined the orientation of the control from
    the ratio of the style-sheet-specified height and width properties.
-   The colors were similiarly derived from the style sheet. The tick
+   The colors were similarly derived from the style sheet. The tick
    marks, however, were derived from the markup. In particular, the
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute has not
    affected the placement of tick marks, the UA deciding to only use
@@ -58216,7 +58216,7 @@
     elements, this newline normalization is already performed during
     the conversion of the control's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> into the
     control's <a href=#concept-fe-value title=concept-fe-value>value</a> (which also
-    performs any necesary line wrapping). In the case of
+    performs any necessary line wrapping). In the case of
     <code><a href=#the-input-element>input</a></code> elements <code title=attr-input-type><a href=#attr-input-type>type</a></code> attributes in the <a href="#file-upload-state-(type=file)" title=attr-input-type-file>File Upload</a> state, the value
     is not normalized.</p>
 
@@ -61064,7 +61064,7 @@
     alter <var title="">filename</var> to add a known-safe <a href=#concept-extension title=concept-extension>extension</a> (e.g. "<code title="">.txt</code>").</p>
 
     <p class=note>This last step would make it impossible to
-    download executables, which might not be desireable. As always,
+    download executables, which might not be desirable. As always,
     implementors are forced to balance security and usability in this
     matter.</p>
 
@@ -71972,7 +71972,7 @@
    <a href=#ignore-opens-during-unload-counter>ignore-opens-during-unload counter</a> by one.</li>
 
    <li><p>If the <code><a href=#document>Document</a></code>'s <a href=#page-showing>page showing</a>
-   flag is false, then jump to the step labled <i>unload event</i>
+   flag is false, then jump to the step labeled <i>unload event</i>
    below (i.e. skip firing the <code title=event-pagehide><a href=#event-pagehide>pagehide</a></code> even and don't rerun the
    <a href=#unloading-document-visibility-change-steps>unloading document visibility change steps</a>).</li>
 
@@ -72186,7 +72186,7 @@
        that allows you to "activate" a particular manifest name for a
        given appcache.
 
-       So each appcache group would be futher subdivided into named
+       So each appcache group would be further subdivided into named
        subgroups, and for a given manifest URL with such a group of
        subgroups, one subgroup would be the default one at a time. The
        inactive ones would just lie dormant, but and the active ones
@@ -78090,7 +78090,7 @@
   <p>A subtree of a <code><a href=#document>Document</a></code> can be marked as
   <dfn id=inert>inert</dfn>. When a node or one of its ancestors is
   <a href=#inert>inert</a>, then the user agent must act as if the element
-  was absent for the purposes of targetting user interaction events,
+  was absent for the purposes of targeting user interaction events,
   may ignore the node for the purposes of text search user interfaces
   (commonly known as "find in page"), and may prevent the user from
   selecting text in that node. User agents should allow the user to
@@ -80514,7 +80514,7 @@
   must run the following steps. User agents must act as if these steps
   were run even if the drag actually started in another document or
   application and the user agent was not aware that the drag was
-  occuring until it intersected with a document under the user agent's
+  occurring until it intersected with a document under the user agent's
   purview.</p>
 
   <ol><li>
@@ -86688,12 +86688,12 @@
     <ol><li>
 
       <p>Let <var title="">new owner</var> be the owner of <var title="">target port</var>, if there is a <var title="">target
-      port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transfering objects below.
+      port</var>, or else some arbitrary owner. (This <var title="">new owner</var> is used when transferring objects below.
       If there is no <var title="">target port</var>, the
       <code><a href=#transferable>Transferable</a></code> objects given in the second argument,
       if any, are still <a href=#transfer-a-transferable-object title="transfer a Transferable
-      object">transfered</a>, but since they are then discarded, it
-      doesn't matter where they are transfered to.)</p>
+      object">transferred</a>, but since they are then discarded, it
+      doesn't matter where they are transferred to.)</p>
 
      </li>
 

Modified: source
===================================================================
--- source	2012-10-15 04:36:05 UTC (rev 7464)
+++ source	2012-10-15 17:46:17 UTC (rev 7465)
@@ -21804,7 +21804,7 @@
 <p>He continued with a number of similar points, ending with:</p>
 <blockquote>Finally, one should be prepared for the threat 
 of breakdown in negotiations at any given moment and not 
-be cowed by the possiblity.</blockquote>
+be cowed by the possibility.</blockquote>
 <p>We shall now discuss these points...</pre>
 
   </div>
@@ -36955,7 +36955,7 @@
     <p class="example">For example, a traditional TV station broadcast
     streamed on the Web and augmented with Web-specific interactive
     features could include text tracks with metadata for ad
-    targetting, trivia game data during game shows, player states
+    targeting, trivia game data during game shows, player states
     during sports games, recipe information during food programs, and
     so forth. As each program starts and ends, new tracks might be
     added or removed from the stream, and as each one is added, the
@@ -39872,7 +39872,7 @@
      <li>A <span>WebVTT cue span start tag</span> "<code title="">rt</code>" that disallows an annotation.</li>
      <li>A <dfn>WebVTT cue ruby text span</dfn>: <span>WebVTT cue internal text</span>, representing the ruby text component of the ruby annotation.</li>
      <li>A <span>WebVTT cue span end tag</span> "<code title="">rt</code>".
-     If this is the last occurance of this group of components in the
+     If this is the last occurrence of this group of components in the
      <span>WebVTT cue ruby span</span>, then this last end tag string
      may be omitted.</li>
     </ol>
@@ -41867,7 +41867,7 @@
 
   <div class="example">
 
-   <p>This video (an advertisment) autoplays, but to avoid annoying
+   <p>This video (an advertisement) autoplays, but to avoid annoying
    users, it does so without sound, and allows the user to turn the
    sound on.</p>
 
@@ -54750,7 +54750,7 @@
   behavior, in particular what its <span>activation behavior</span>
   might be, if anything, should match the platform's label behavior.
   The <span>activation behavior</span> of a <code>label</code> element
-  for events targetted at <span>interactive content</span> descendants
+  for events targeted at <span>interactive content</span> descendants
   of a <code>label</code> element, and any descendants of those
   <span>interactive content</span> descendants, must be to do
   nothing.</p>
@@ -58971,7 +58971,7 @@
 
    <p>Note how the UA determined the orientation of the control from
    the ratio of the style-sheet-specified height and width properties.
-   The colors were similiarly derived from the style sheet. The tick
+   The colors were similarly derived from the style sheet. The tick
    marks, however, were derived from the markup. In particular, the
    <code title="attr-input-step">step</code> attribute has not
    affected the placement of tick marks, the UA deciding to only use
@@ -68149,7 +68149,7 @@
     the conversion of the control's <span
     title="concept-textarea-raw-value">raw value</span> into the
     control's <span title="concept-fe-value">value</span> (which also
-    performs any necesary line wrapping). In the case of
+    performs any necessary line wrapping). In the case of
     <code>input</code> elements <code
     title="attr-input-type">type</code> attributes in the <span
     title="attr-input-type-file">File Upload</span> state, the value
@@ -71494,7 +71494,7 @@
     title="">.txt</code>").</p>
 
     <p class="note">This last step would make it impossible to
-    download executables, which might not be desireable. As always,
+    download executables, which might not be desirable. As always,
     implementors are forced to balance security and usability in this
     matter.</p>
 
@@ -84233,7 +84233,7 @@
    <span>ignore-opens-during-unload counter</span> by one.</p></li>
 
    <li><p>If the <code>Document</code>'s <span>page showing</span>
-   flag is false, then jump to the step labled <i>unload event</i>
+   flag is false, then jump to the step labeled <i>unload event</i>
    below (i.e. skip firing the <code
    title="event-pagehide">pagehide</code> even and don't rerun the
    <span>unloading document visibility change steps</span>).</p></li>
@@ -84487,7 +84487,7 @@
        that allows you to "activate" a particular manifest name for a
        given appcache.
 
-       So each appcache group would be futher subdivided into named
+       So each appcache group would be further subdivided into named
        subgroups, and for a given manifest URL with such a group of
        subgroups, one subgroup would be the default one at a time. The
        inactive ones would just lie dormant, but and the active ones
@@ -91364,7 +91364,7 @@
   <p>A subtree of a <code>Document</code> can be marked as
   <dfn>inert</dfn>. When a node or one of its ancestors is
   <span>inert</span>, then the user agent must act as if the element
-  was absent for the purposes of targetting user interaction events,
+  was absent for the purposes of targeting user interaction events,
   may ignore the node for the purposes of text search user interfaces
   (commonly known as "find in page"), and may prevent the user from
   selecting text in that node. User agents should allow the user to
@@ -94194,7 +94194,7 @@
   must run the following steps. User agents must act as if these steps
   were run even if the drag actually started in another document or
   application and the user agent was not aware that the drag was
-  occuring until it intersected with a document under the user agent's
+  occurring until it intersected with a document under the user agent's
   purview.</p>
 
   <ol>
@@ -100768,12 +100768,12 @@
       <p>Let <var title="">new owner</var> be the owner of <var
       title="">target port</var>, if there is a <var title="">target
       port</var>, or else some arbitrary owner. (This <var
-      title="">new owner</var> is used when transfering objects below.
+      title="">new owner</var> is used when transferring objects below.
       If there is no <var title="">target port</var>, the
       <code>Transferable</code> objects given in the second argument,
       if any, are still <span title="transfer a Transferable
-      object">transfered</span>, but since they are then discarded, it
-      doesn't matter where they are transfered to.)</p>
+      object">transferred</span>, but since they are then discarded, it
+      doesn't matter where they are transferred to.)</p>
 
      </li>
 




More information about the Commit-Watchers mailing list