[html5] r1990 - [e] (0) more typos and such errors (credit: lh)

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 4 13:53:02 PDT 2008


Author: ianh
Date: 2008-08-04 13:53:01 -0700 (Mon, 04 Aug 2008)
New Revision: 1990

Modified:
   index
   source
Log:
[e] (0) more typos and such errors (credit: lh)

Modified: index
===================================================================
--- index	2008-08-04 20:42:30 UTC (rev 1989)
+++ index	2008-08-04 20:53:01 UTC (rev 1990)
@@ -15689,10 +15689,10 @@
 
     <p>If the image is not available or if the user agent is not configured
      to display the image, then the user agent should display some sort of
-     indicator that the image is not being rendered, if possible providing to
-     the user the information regarding the kind of image that is (as derived
-     from the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-     attribute).</p>
+     indicator that the image is not being rendered, and, if possible,
+     provide to the user the information regarding the kind of image that is
+     (as derived from the <code title=attr-img-alt><a
+     href="#alt0">alt</a></code> attribute).</p>
 
    <dt>If the <code title=attr-img-src><a href="#src">src</a></code>
     attribute is set and the <code title=attr-img-alt><a
@@ -15730,24 +15730,6 @@
 
    <dt>If the <code title=attr-img-src><a href="#src">src</a></code>
     attribute is not set and the <code title=attr-img-alt><a
-    href="#alt0">alt</a></code> attribute is set to the empty string
-
-   <dd>
-    <p>The element represents nothing.</p>
-
-   <dt>If the <code title=attr-img-src><a href="#src">src</a></code>
-    attribute is not set and the <code title=attr-img-alt><a
-    href="#alt0">alt</a></code> attribute is set to a string with at least
-    one character whose first character is not a U+007B LEFT CURLY BRACKET
-    character ({) or whose last character is not a U+007D RIGHT CURLY BRACKET
-    character (})
-
-   <dd>
-    <p>The element represents the text given by the <code
-     title=attr-img-alt><a href="#alt0">alt</a></code> attribute.</p>
-
-   <dt>If the <code title=attr-img-src><a href="#src">src</a></code>
-    attribute is not set and the <code title=attr-img-alt><a
     href="#alt0">alt</a></code> attribute is set to a string whose first
     character is a U+007B LEFT CURLY BRACKET character ({) and whose last
     character is a U+007D RIGHT CURLY BRACKET character (})
@@ -15758,12 +15740,20 @@
      image that it would be (as derived from the <code title=attr-img-alt><a
      href="#alt0">alt</a></code> attribute).</p>
 
-   <dt>If neither the <code title=attr-img-src><a href="#src">src</a></code>
-    attribute nor the <code title=attr-img-alt><a href="#alt0">alt</a></code>
-    attribute are set
+   <dt>If the <code title=attr-img-src><a href="#src">src</a></code>
+    attribute is not set and either the <code title=attr-img-alt><a
+    href="#alt0">alt</a></code> attribute is set to the empty string or the
+    <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute is not
+    set at all
 
    <dd>
     <p>The element represents nothing.</p>
+
+   <dt>Otherwise
+
+   <dd>
+    <p>The element represents the text given by the <code
+     title=attr-img-alt><a href="#alt0">alt</a></code> attribute.</p>
   </dl>
 
   <p>The <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute

Modified: source
===================================================================
--- source	2008-08-04 20:42:30 UTC (rev 1989)
+++ source	2008-08-04 20:53:01 UTC (rev 1990)
@@ -13212,7 +13212,7 @@
     <p>If the image is not available or if the user agent is not
     configured to display the image, then the user agent should
     display some sort of indicator that the image is not being
-    rendered, if possible providing to the user the information
+    rendered, and, if possible, provide to the user the information
     regarding the kind of image that is (as derived from the <code
     title="attr-img-alt">alt</code> attribute).</p>
 
@@ -13260,29 +13260,6 @@
 
    <dt>If the <code title="attr-img-src">src</code> attribute is not
    set and the <code title="attr-img-alt">alt</code> attribute is set
-   to the empty string</dt>
-
-   <dd>
-
-    <p>The element represents nothing.</p>
-
-   </dd>
-
-   <dt>If the <code title="attr-img-src">src</code> attribute is not
-   set and the <code title="attr-img-alt">alt</code> attribute is set
-   to a string with at least one character whose first character is
-   not a U+007B LEFT CURLY BRACKET character ({) or whose last
-   character is not a U+007D RIGHT CURLY BRACKET character (})</dt>
-
-   <dd>
-
-    <p>The element represents the text given by the <code
-    title="attr-img-alt">alt</code> attribute.</p>
-
-   </dd>
-
-   <dt>If the <code title="attr-img-src">src</code> attribute is not
-   set and the <code title="attr-img-alt">alt</code> attribute is set
    to a string whose first character is a U+007B LEFT CURLY BRACKET
    character ({) and whose last character is a U+007D RIGHT CURLY
    BRACKET character (})</dt>
@@ -13296,9 +13273,10 @@
 
    </dd>
 
-   <dt>If neither the <code title="attr-img-src">src</code> attribute
-   nor the <code title="attr-img-alt">alt</code> attribute are
-   set</dt>
+   <dt>If the <code title="attr-img-src">src</code> attribute is not
+   set and either the <code title="attr-img-alt">alt</code> attribute
+   is set to the empty string or the <code
+   title="attr-img-alt">alt</code> attribute is not set at all</dt>
 
    <dd>
 
@@ -13306,6 +13284,15 @@
 
    </dd>
 
+   <dt>Otherwise</dt>
+
+   <dd>
+
+    <p>The element represents the text given by the <code
+    title="attr-img-alt">alt</code> attribute.</p>
+
+   </dd>
+
   </dl>
 
   <p>The <code title="attr-img-alt">alt</code> attribute does not




More information about the Commit-Watchers mailing list