[html5] r7895 - [e] (0) Consistency Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21756 [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 4 13:30:53 PDT 2013


Author: ianh
Date: 2013-06-04 13:30:52 -0700 (Tue, 04 Jun 2013)
New Revision: 7895

Modified:
   complete.html
   index
   source
Log:
[e] (0) Consistency
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21756
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-04 20:27:17 UTC (rev 7894)
+++ complete.html	2013-06-04 20:30:52 UTC (rev 7895)
@@ -25326,8 +25326,7 @@
   <ol><li>
 
     <p>If the user has indicated a preference that this <code><a href=#the-object-element>object</a></code> element's <a href=#fallback-content>fallback
-    content</a> be shown instead of the element's usual behavior, then jump to the last step in
-    the overall set of steps (fallback).</p>
+    content</a> be shown instead of the element's usual behavior, then jump to the step below labeled <i>fallback</i>.</p>
 
     <p class=note>For example, a user could ask for the element's <a href=#fallback-content>fallback content</a> to
     be shown because that content uses a format that the user finds more accessible.</p>
@@ -25342,7 +25341,7 @@
     <a href=#browsing-context>browsing context</a>, or if the element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully
     active</a>, or if the element is still in the <a href=#stack-of-open-elements>stack of open elements</a> of an
     <a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a>, or if the element is not <a href=#being-rendered>being
-    rendered</a>, then jump to the last step in the overall set of steps (fallback).</p>
+    rendered</a>, then jump to the step below labeled <i>fallback</i>.</p>
 
    </li>
 
@@ -25358,8 +25357,7 @@
     <a href=#plugin>plugin</a> can be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, then that
     <a href=#plugin>plugin</a> <a href=#object-plugin>should be used</a>, and the value of the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute, if any, should be passed to the
     <a href=#plugin>plugin</a>. If no suitable <a href=#plugin>plugin</a> can be found, or if the
-    <a href=#plugin>plugin</a> reports an error, jump to the last step in the overall set of steps
-    (fallback).</p>
+    <a href=#plugin>plugin</a> reports an error, jump to the step below labeled <i>fallback</i>.</p>
 
     <!--
      case insensitive:
@@ -25394,13 +25392,11 @@
 
     <ol><li><p>If the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is present and its value is
      not a type that the user agent supports, and is not a type that the user agent can find a
-     <a href=#plugin>plugin</a> for, then the user agent may jump to the last step in the overall set of
-     steps (fallback) without fetching the content to examine its real type.</li>
+     <a href=#plugin>plugin</a> for, then the user agent may jump to the step below labeled <i>fallback</i> without fetching the content to examine its real type.</li>
 
      <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <a href=#url>URL</a> specified by the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute, relative to the element.</li>
 
-     <li><p>If that failed, <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code> at the element, then jump to the last step in the overall set
-     of steps (fallback).</li>
+     <li><p>If that failed, <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code> at the element, then jump to the step below labeled <i>fallback</i>.</li>
 
      <li>
 
@@ -25422,14 +25418,14 @@
 
      <li><p>If the resource is not yet available (e.g. because the resource was not available in the
      cache, so that loading the resource required making a request over the network), then jump to
-     the last step in the overall set of steps (fallback). The <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the
+     the step below labeled <i>fallback</i>. The <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the
      <a href=#networking-task-source>networking task source</a> once the resource is available must restart this algorithm
      from this step. Resources can load incrementally; user agents may opt to consider a resource
      "available" whenever enough data has been obtained to begin processing the resource.</li>
 
      <li><p>If the load failed (e.g. there was an HTTP 404 error, there was a DNS error), <a href=#fire-a-simple-event>fire
      a simple event</a> named <code title=event-error>error</code> at the element, then jump to
-     the last step in the overall set of steps (fallback).</li>
+     the step below labeled <i>fallback</i>.</li>
 
      <li id=object-type-detection>
 
@@ -25668,13 +25664,11 @@
        <dd>
 
         <p>If <a href=#sandboxPluginObject>plugins are being sandboxed</a> and the plugin that
-        supports <var title="">resource type</var> cannot be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, jump to the last step in the overall set of
-        steps (fallback).</p>
+        supports <var title="">resource type</var> cannot be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, jump to the step below labeled <i>fallback</i>.</p>
 
         <p>Otherwise, the user agent should <a href=#object-plugin>use the plugin that supports
         <var title="">resource type</var></a> and pass the content of the resource to that
-        <a href=#plugin>plugin</a>. If the <a href=#plugin>plugin</a> reports an error, then jump to the last step
-        in the overall set of steps (fallback).</p>
+        <a href=#plugin>plugin</a>. If the <a href=#plugin>plugin</a> reports an error, then jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -25731,7 +25725,7 @@
         not a <a href=#nested-browsing-context>nested browsing context</a>.</p>
 
         <p>If the image cannot be rendered, e.g. because it is malformed or in an unsupported
-        format, jump to the last step in the overall set of steps (fallback).</p>
+        format, jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -25740,8 +25734,7 @@
 
        <dd>
 
-        <p>The given <var title="">resource type</var> is not supported. Jump to the last step in
-        the overall set of steps (fallback).</p>
+        <p>The given <var title="">resource type</var> is not supported. Jump to the step below labeled <i>fallback</i>.</p>
 
         <p class=note>If the previous step ended with the <var title="">resource type</var> being
         unknown, this is the case that is triggered.</p>
@@ -25768,9 +25761,9 @@
    <li><p>If the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute is absent but the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is present, and the user agent can find a
    <a href=#plugin>plugin</a> suitable according to the value of the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute, and either <a href=#sandboxPluginObject>plugins
    aren't being sandboxed</a> or the <a href=#plugin>plugin</a> can be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, then that <a href=#plugin>plugin</a> <a href=#object-plugin>should be used</a>. If these conditions cannot be met, or if the
-   <a href=#plugin>plugin</a> reports an error, jump to the next step (fallback).</li>
+   <a href=#plugin>plugin</a> reports an error, jump to the step below labeled <i>fallback</i>.</li>
 
-   <li><p>(Fallback.) The <code><a href=#the-object-element>object</a></code> element <a href=#represents>represents</a> the element's
+   <li><p><i>Fallback</i>: The <code><a href=#the-object-element>object</a></code> element <a href=#represents>represents</a> the element's
    children, ignoring any leading <code><a href=#the-param-element>param</a></code> element children. This is the element's
    <a href=#fallback-content>fallback content</a>. If the element has an instantiated <a href=#plugin>plugin</a>, then
    unload it.</li>

Modified: index
===================================================================
--- index	2013-06-04 20:27:17 UTC (rev 7894)
+++ index	2013-06-04 20:30:52 UTC (rev 7895)
@@ -25326,8 +25326,7 @@
   <ol><li>
 
     <p>If the user has indicated a preference that this <code><a href=#the-object-element>object</a></code> element's <a href=#fallback-content>fallback
-    content</a> be shown instead of the element's usual behavior, then jump to the last step in
-    the overall set of steps (fallback).</p>
+    content</a> be shown instead of the element's usual behavior, then jump to the step below labeled <i>fallback</i>.</p>
 
     <p class=note>For example, a user could ask for the element's <a href=#fallback-content>fallback content</a> to
     be shown because that content uses a format that the user finds more accessible.</p>
@@ -25342,7 +25341,7 @@
     <a href=#browsing-context>browsing context</a>, or if the element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully
     active</a>, or if the element is still in the <a href=#stack-of-open-elements>stack of open elements</a> of an
     <a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a>, or if the element is not <a href=#being-rendered>being
-    rendered</a>, then jump to the last step in the overall set of steps (fallback).</p>
+    rendered</a>, then jump to the step below labeled <i>fallback</i>.</p>
 
    </li>
 
@@ -25358,8 +25357,7 @@
     <a href=#plugin>plugin</a> can be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, then that
     <a href=#plugin>plugin</a> <a href=#object-plugin>should be used</a>, and the value of the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute, if any, should be passed to the
     <a href=#plugin>plugin</a>. If no suitable <a href=#plugin>plugin</a> can be found, or if the
-    <a href=#plugin>plugin</a> reports an error, jump to the last step in the overall set of steps
-    (fallback).</p>
+    <a href=#plugin>plugin</a> reports an error, jump to the step below labeled <i>fallback</i>.</p>
 
     <!--
      case insensitive:
@@ -25394,13 +25392,11 @@
 
     <ol><li><p>If the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is present and its value is
      not a type that the user agent supports, and is not a type that the user agent can find a
-     <a href=#plugin>plugin</a> for, then the user agent may jump to the last step in the overall set of
-     steps (fallback) without fetching the content to examine its real type.</li>
+     <a href=#plugin>plugin</a> for, then the user agent may jump to the step below labeled <i>fallback</i> without fetching the content to examine its real type.</li>
 
      <li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the <a href=#url>URL</a> specified by the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute, relative to the element.</li>
 
-     <li><p>If that failed, <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code> at the element, then jump to the last step in the overall set
-     of steps (fallback).</li>
+     <li><p>If that failed, <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code> at the element, then jump to the step below labeled <i>fallback</i>.</li>
 
      <li>
 
@@ -25422,14 +25418,14 @@
 
      <li><p>If the resource is not yet available (e.g. because the resource was not available in the
      cache, so that loading the resource required making a request over the network), then jump to
-     the last step in the overall set of steps (fallback). The <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the
+     the step below labeled <i>fallback</i>. The <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the
      <a href=#networking-task-source>networking task source</a> once the resource is available must restart this algorithm
      from this step. Resources can load incrementally; user agents may opt to consider a resource
      "available" whenever enough data has been obtained to begin processing the resource.</li>
 
      <li><p>If the load failed (e.g. there was an HTTP 404 error, there was a DNS error), <a href=#fire-a-simple-event>fire
      a simple event</a> named <code title=event-error>error</code> at the element, then jump to
-     the last step in the overall set of steps (fallback).</li>
+     the step below labeled <i>fallback</i>.</li>
 
      <li id=object-type-detection>
 
@@ -25668,13 +25664,11 @@
        <dd>
 
         <p>If <a href=#sandboxPluginObject>plugins are being sandboxed</a> and the plugin that
-        supports <var title="">resource type</var> cannot be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, jump to the last step in the overall set of
-        steps (fallback).</p>
+        supports <var title="">resource type</var> cannot be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, jump to the step below labeled <i>fallback</i>.</p>
 
         <p>Otherwise, the user agent should <a href=#object-plugin>use the plugin that supports
         <var title="">resource type</var></a> and pass the content of the resource to that
-        <a href=#plugin>plugin</a>. If the <a href=#plugin>plugin</a> reports an error, then jump to the last step
-        in the overall set of steps (fallback).</p>
+        <a href=#plugin>plugin</a>. If the <a href=#plugin>plugin</a> reports an error, then jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -25731,7 +25725,7 @@
         not a <a href=#nested-browsing-context>nested browsing context</a>.</p>
 
         <p>If the image cannot be rendered, e.g. because it is malformed or in an unsupported
-        format, jump to the last step in the overall set of steps (fallback).</p>
+        format, jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -25740,8 +25734,7 @@
 
        <dd>
 
-        <p>The given <var title="">resource type</var> is not supported. Jump to the last step in
-        the overall set of steps (fallback).</p>
+        <p>The given <var title="">resource type</var> is not supported. Jump to the step below labeled <i>fallback</i>.</p>
 
         <p class=note>If the previous step ended with the <var title="">resource type</var> being
         unknown, this is the case that is triggered.</p>
@@ -25768,9 +25761,9 @@
    <li><p>If the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute is absent but the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute is present, and the user agent can find a
    <a href=#plugin>plugin</a> suitable according to the value of the <code title=attr-object-type><a href=#attr-object-type>type</a></code> attribute, and either <a href=#sandboxPluginObject>plugins
    aren't being sandboxed</a> or the <a href=#plugin>plugin</a> can be <a href=#concept-plugin-secure title=concept-plugin-secure>secured</a>, then that <a href=#plugin>plugin</a> <a href=#object-plugin>should be used</a>. If these conditions cannot be met, or if the
-   <a href=#plugin>plugin</a> reports an error, jump to the next step (fallback).</li>
+   <a href=#plugin>plugin</a> reports an error, jump to the step below labeled <i>fallback</i>.</li>
 
-   <li><p>(Fallback.) The <code><a href=#the-object-element>object</a></code> element <a href=#represents>represents</a> the element's
+   <li><p><i>Fallback</i>: The <code><a href=#the-object-element>object</a></code> element <a href=#represents>represents</a> the element's
    children, ignoring any leading <code><a href=#the-param-element>param</a></code> element children. This is the element's
    <a href=#fallback-content>fallback content</a>. If the element has an instantiated <a href=#plugin>plugin</a>, then
    unload it.</li>

Modified: source
===================================================================
--- source	2013-06-04 20:27:17 UTC (rev 7894)
+++ source	2013-06-04 20:30:52 UTC (rev 7895)
@@ -26673,8 +26673,7 @@
    <li>
 
     <p>If the user has indicated a preference that this <code>object</code> element's <span>fallback
-    content</span> be shown instead of the element's usual behavior, then jump to the last step in
-    the overall set of steps (fallback).</p>
+    content</span> be shown instead of the element's usual behavior, then jump to the step below labeled <i>fallback</i>.</p>
 
     <p class="note">For example, a user could ask for the element's <span>fallback content</span> to
     be shown because that content uses a format that the user finds more accessible.</p>
@@ -26689,7 +26688,7 @@
     <span>browsing context</span>, or if the element's <code>Document</code> is not <span>fully
     active</span>, or if the element is still in the <span>stack of open elements</span> of an
     <span>HTML parser</span> or <span>XML parser</span>, or if the element is not <span>being
-    rendered</span>, then jump to the last step in the overall set of steps (fallback).</p>
+    rendered</span>, then jump to the step below labeled <i>fallback</i>.</p>
 
    </li>
 
@@ -26706,8 +26705,7 @@
     <span>plugin</span> <a href="#object-plugin">should be used</a>, and the value of the <code
     title="attr-object-data">data</code> attribute, if any, should be passed to the
     <span>plugin</span>. If no suitable <span>plugin</span> can be found, or if the
-    <span>plugin</span> reports an error, jump to the last step in the overall set of steps
-    (fallback).</p>
+    <span>plugin</span> reports an error, jump to the step below labeled <i>fallback</i>.</p>
 
     <!--
      case insensitive:
@@ -26744,15 +26742,13 @@
 
      <li><p>If the <code title="attr-object-type">type</code> attribute is present and its value is
      not a type that the user agent supports, and is not a type that the user agent can find a
-     <span>plugin</span> for, then the user agent may jump to the last step in the overall set of
-     steps (fallback) without fetching the content to examine its real type.</p></li>
+     <span>plugin</span> for, then the user agent may jump to the step below labeled <i>fallback</i> without fetching the content to examine its real type.</p></li>
 
      <li><p><span title="resolve a url">Resolve</span> the <span>URL</span> specified by the <code
      title="attr-object-data">data</code> attribute, relative to the element.</p></li>
 
      <li><p>If that failed, <span>fire a simple event</span> named <code
-     title="event-error">error</code> at the element, then jump to the last step in the overall set
-     of steps (fallback).</p></li>
+     title="event-error">error</code> at the element, then jump to the step below labeled <i>fallback</i>.</p></li>
 
      <li>
 
@@ -26774,7 +26770,7 @@
 
      <li><p>If the resource is not yet available (e.g. because the resource was not available in the
      cache, so that loading the resource required making a request over the network), then jump to
-     the last step in the overall set of steps (fallback). The <span
+     the step below labeled <i>fallback</i>. The <span
      title="concept-task">task</span> that is <span title="queue a task">queued</span> by the
      <span>networking task source</span> once the resource is available must restart this algorithm
      from this step. Resources can load incrementally; user agents may opt to consider a resource
@@ -26782,7 +26778,7 @@
 
      <li><p>If the load failed (e.g. there was an HTTP 404 error, there was a DNS error), <span>fire
      a simple event</span> named <code title="event-error">error</code> at the element, then jump to
-     the last step in the overall set of steps (fallback).</p></li>
+     the step below labeled <i>fallback</i>.</p></li>
 
      <li id="object-type-detection">
 
@@ -27053,13 +27049,11 @@
 
         <p>If <a href="#sandboxPluginObject">plugins are being sandboxed</a> and the plugin that
         supports <var title="">resource type</var> cannot be <span
-        title="concept-plugin-secure">secured</span>, jump to the last step in the overall set of
-        steps (fallback).</p>
+        title="concept-plugin-secure">secured</span>, jump to the step below labeled <i>fallback</i>.</p>
 
         <p>Otherwise, the user agent should <a href="#object-plugin">use the plugin that supports
         <var title="">resource type</var></a> and pass the content of the resource to that
-        <span>plugin</span>. If the <span>plugin</span> reports an error, then jump to the last step
-        in the overall set of steps (fallback).</p>
+        <span>plugin</span>. If the <span>plugin</span> reports an error, then jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -27121,7 +27115,7 @@
         not a <span>nested browsing context</span>.</p>
 
         <p>If the image cannot be rendered, e.g. because it is malformed or in an unsupported
-        format, jump to the last step in the overall set of steps (fallback).</p>
+        format, jump to the step below labeled <i>fallback</i>.</p>
 
        </dd>
 
@@ -27130,8 +27124,7 @@
 
        <dd>
 
-        <p>The given <var title="">resource type</var> is not supported. Jump to the last step in
-        the overall set of steps (fallback).</p>
+        <p>The given <var title="">resource type</var> is not supported. Jump to the step below labeled <i>fallback</i>.</p>
 
         <p class="note">If the previous step ended with the <var title="">resource type</var> being
         unknown, this is the case that is triggered.</p>
@@ -27166,9 +27159,9 @@
    aren't being sandboxed</a> or the <span>plugin</span> can be <span
    title="concept-plugin-secure">secured</span>, then that <span>plugin</span> <a
    href="#object-plugin">should be used</a>. If these conditions cannot be met, or if the
-   <span>plugin</span> reports an error, jump to the next step (fallback).</p></li>
+   <span>plugin</span> reports an error, jump to the step below labeled <i>fallback</i>.</p></li>
 
-   <li><p>(Fallback.) The <code>object</code> element <span>represents</span> the element's
+   <li><p><i>Fallback</i>: The <code>object</code> element <span>represents</span> the element's
    children, ignoring any leading <code>param</code> element children. This is the element's
    <span>fallback content</span>. If the element has an instantiated <span>plugin</span>, then
    unload it.</p></li>




More information about the Commit-Watchers mailing list