html5/spec-author-view Overview.html,1.879,1.880 browsers.html,1.592,1.593 embedded-content-1.html,1.36,1.37 spec.html,1.887,1.888

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9862

Modified Files:
	Overview.html browsers.html embedded-content-1.html spec.html 
Log Message:
Remove the rule that says you can use the heading of a secton as the caption of an image that otherwise lacks alternative text. (whatwg r5026)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- Overview.html	13 Apr 2010 08:17:32 -0000	1.879
+++ Overview.html	13 Apr 2010 08:37:22 -0000	1.880
@@ -305,7 +305,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.4039.
+This is revision 1.4042.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- embedded-content-1.html	12 Apr 2010 05:57:29 -0000	1.36
+++ embedded-content-1.html	13 Apr 2010 08:37:22 -0000	1.37
@@ -1044,12 +1044,6 @@
      contains content other than <a href="content-models.html#inter-element-whitespace">inter-element
      whitespace</a>.</li>
 
-     <li>The <code><a href="#the-img-element">img</a></code> element is part of the only
-     <a href="content-models.html#paragraph">paragraph</a> directly in its <a href="sections.html#concept-section" title="concept-section">section</a>, and is the only
-     <code><a href="#the-img-element">img</a></code> element without an <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute in its section, and its
-     <a href="sections.html#concept-section" title="concept-section">section</a> has an associated
-     heading.</li>
-
     </ul><p class="note">Such cases are to be kept to an absolute
     minimum. If there is even the slightest possibility of the author
     having the ability to provide real alternative text, then it would
@@ -1059,23 +1053,17 @@
     <div class="example">
 
      <p>A photo on a photo-sharing site, if the site received the
-     image with no metadata other than the caption:</p>
+     image with no metadata other than the caption, could be marked up
+     as follows:</p>
 
      <pre>&lt;figure&gt;
  <strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>
  &lt;figcaption&gt;Bubbles traveled everywhere with us.&lt;/figcaption&gt;
 &lt;/figure&gt;</pre>
 
-     <p>It could also be marked up like this:</p>
-
-     <pre>&lt;article&gt;
- &lt;h1&gt;Bubbles traveled everywhere with us.&lt;/h1&gt;
- <strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>
-&lt;/article&gt;</pre>
-
-     <p>In either case, though, it would be better if a detailed
-     description of the important parts of the image obtained from the
-     user and included on the page.</p>
+     <p>It would be better, however, if a detailed description of the
+     important parts of the image obtained from the user and included
+     on the page.</p>
 
     </div>
 

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -d -r1.592 -r1.593
--- browsers.html	4 Apr 2010 22:47:26 -0000	1.592
+++ browsers.html	13 Apr 2010 08:37:22 -0000	1.593
@@ -465,7 +465,7 @@
   readonly attribute <a href="#element">Element</a> <a href="#dom-frameelement" title="dom-frameElement">frameElement</a>;
   <a href="#windowproxy">WindowProxy</a> <a href="#dom-open" title="dom-open">open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
   <a href="#dom-window-item" title="dom-window-item">getter</a> <a href="#windowproxy">WindowProxy</a> (in unsigned long index);
-  <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> <a href="#windowproxy">WindowProxy</a> (in DOMString name);
+  <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> any (in DOMString name);
 
   // the user agent
   readonly attribute <a href="timers.html#navigator">Navigator</a> <a href="#dom-navigator" title="dom-navigator">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
@@ -634,7 +634,7 @@
 
    <dd>
 
-    <p>Returns the indicated <a href="#child-browsing-context">child browsing context</a>.</p>
+    <p>Returns the indicated element or collection of elements.</p>
 
    </dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.887
retrieving revision 1.888
diff -u -d -r1.887 -r1.888
--- spec.html	13 Apr 2010 08:17:32 -0000	1.887
+++ spec.html	13 Apr 2010 08:37:23 -0000	1.888
@@ -303,7 +303,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.4039.
+This is revision 1.4042.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -10416,12 +10416,6 @@
      contains content other than <a href=#inter-element-whitespace>inter-element
      whitespace</a>.</li>
 
-     <li>The <code><a href=#the-img-element>img</a></code> element is part of the only
-     <a href=#paragraph>paragraph</a> directly in its <a href=#concept-section title=concept-section>section</a>, and is the only
-     <code><a href=#the-img-element>img</a></code> element without an <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute in its section, and its
-     <a href=#concept-section title=concept-section>section</a> has an associated
-     heading.</li>
-
     </ul><p class=note>Such cases are to be kept to an absolute
     minimum. If there is even the slightest possibility of the author
     having the ability to provide real alternative text, then it would
@@ -10431,23 +10425,17 @@
     <div class=example>
 
      <p>A photo on a photo-sharing site, if the site received the
-     image with no metadata other than the caption:</p>
+     image with no metadata other than the caption, could be marked up
+     as follows:</p>
 
      <pre>&lt;figure&gt;
  <strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>
  &lt;figcaption&gt;Bubbles traveled everywhere with us.&lt;/figcaption&gt;
 &lt;/figure&gt;</pre>
 
-     <p>It could also be marked up like this:</p>
-
-     <pre>&lt;article&gt;
- &lt;h1&gt;Bubbles traveled everywhere with us.&lt;/h1&gt;
- <strong>&lt;img src="1100670787_6a7c664aef.jpg"&gt;</strong>
-&lt;/article&gt;</pre>
-
-     <p>In either case, though, it would be better if a detailed
-     description of the important parts of the image obtained from the
-     user and included on the page.</p>
+     <p>It would be better, however, if a detailed description of the
+     important parts of the image obtained from the user and included
+     on the page.</p>
 
     </div>
 
@@ -22707,7 +22695,7 @@
   readonly attribute <a href=#element>Element</a> <a href=#dom-frameelement title=dom-frameElement>frameElement</a>;
   <a href=#windowproxy>WindowProxy</a> <a href=#dom-open title=dom-open>open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
   <a href=#dom-window-item title=dom-window-item>getter</a> <a href=#windowproxy>WindowProxy</a> (in unsigned long index);
-  <a href=#dom-window-nameditem title=dom-window-namedItem>getter</a> <a href=#windowproxy>WindowProxy</a> (in DOMString name);
+  <a href=#dom-window-nameditem title=dom-window-namedItem>getter</a> any (in DOMString name);
 
   // the user agent
   readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
@@ -22876,7 +22864,7 @@
 
    <dd>
 
-    <p>Returns the indicated <a href=#child-browsing-context>child browsing context</a>.</p>
+    <p>Returns the indicated element or collection of elements.</p>
 
    </dd>
 

Received on Tuesday, 13 April 2010 08:37:27 UTC