steve: reup for pubrules

steve: reup for pubrules

http://dev.w3.org/cvsweb/html5/alt-techniques/Overview.html?r1=1.29&r2=1.30&f=h

===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html 8 Jun 2010 15:06:34 -0000 1.29
+++ Overview.html 8 Jun 2010 15:24:12 -0000 1.30
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
 <html lang="en" dir="ltr">
 <head><title>HTML5: Techniques for providing useful text alternatives</title>
- <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD">
+
 
 <style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
@@ -238,11 +238,12 @@
 .warning2 {color: red; background: transparent; }
 -->
  </style>
+  <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD">
  </head>
 <body>
 <div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">HTML5:  Techniques for providing useful text alternatives</h1>
-<h2 id="w3c-working-draft-05-may-2010"><acronym title="World Wide Web Consortium">W3C</acronym> First Public Working Draft, 9th June 2010</h2>
-<dl><dt>This version:</dt><dd>&nbsp;</dd><dt>Latest published version:</dt><dd>&nbsp;</dd><dt>Latest editor's draft:</dt><dd>&nbsp;</dd><dt>Previous version:</dt><dd>&nbsp;</dd>
+<h2 id="w3c-working-draft-05-may-2010"><acronym title="World Wide Web Consortium">W3C</acronym> First Public Working Draft 10 June 2010</h2>
+<dl><dt>This version:</dt><dd>&nbsp;</dd><dt>Latest published version:</dt><dd>&nbsp;</dd><dt>Latest editor's draft:</dt><dd><a href="http://dev.w3.org/html5/alt-techniques/">http://dev.w3.org/html5/alt-techniques/</a></dd><dt>Previous version:</dt><dd>&nbsp;</dd>
 <dt>Editor: </dt>
 <dd><a href="mailto:sfaulkner@paciellogroup.com">Steve Faulkner</a>, <a href="http://www.paciellogroup.com">The Paciello Group</a>.</dd></dl>
 <p>&nbsp;</p>
@@ -275,7 +276,7 @@
 specification, is intended to be the basis for this specification.</p>
  
 <p>This document was published by the <a href="http://www.w3.org/html/wg">HTML Working Group</a> as a Working Draft. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. If you wish to make comments regarding this document, please send them to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</A>, <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>)
-or  submit them using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=alt%20techniques%20(editor:%20Steven%20Faulkner)">the W3C public bug database</a>. All feedback is welcome.</p>
+or  submit them using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&amp;component=alt%20techniques%20(editor:%20Steven%20Faulkner)">the W3C public bug database</a>. All feedback is welcome.</p>
 <p>Publication as a Working Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a href="http://www.w3.org/2004/01/pp-impl/40318/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> ust disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div>
 
 <div id="toc">
@@ -570,7 +571,7 @@
   <p>Here's another example of the same <a href="#flowchart">flowchart</a> image, showing a short text alternative included in the alt attribute and a longer text alternative in text, programmatically associated using the <a href="http://www.w3.org/TR/wai-aria/states_and_properties#aria-describedby">aria-describedby</a> attribute. <strong>Note:</strong> The the longer text alternative is structured using an ordered list.</p>
   <p><strong>Example Image in context:</strong></p>
   <div class="element1">
-    <p><img src="images/flowchart.gif" width="221" height="299" alt="A flowchart process for dealing with a non-functioning lamp." id="flowchart" aria-describedby="d1"></p>
+    <p><img src="images/flowchart.gif" width="221" height="299" alt="A flowchart process for dealing with a non-functioning lamp."></p>
     <div id="d1"> <strong>If the lamp doesn't work:</strong>
         <ol>
           <li>Check if it's plugged in, if not, plug it in.</li>
@@ -1036,14 +1037,14 @@
  Across the top of the image is date and time information indicating when it was taken.&lt;/p&gt;</strong>  
 &lt;/figure&gt; </pre>
 </div>
-<p> </p>
+
 <h4>Related  techniques and resources</h4>
 <ul>
   <li> <a href="http://www.w3.org/WAI/PF/aria-practices/#DescribedBy"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices 1.0, 4.1.2 Describing</a></li>
   <LI><A href="http://dev.w3.org/html5/markup/figure.html#figure">The HTML5   figure element</A></LI>
   <LI><A href="http://dev.w3.org/html5/markup/figcaption.html">The HTML5   figcaption element</A></LI>
 </ul>
-<p>&nbsp;</p>
+
 <h3 id="imgslices">11. A group of images that form a single larger picture with and without links</h3>
 <p>When a picture has been sliced into smaller image files that are then displayed   together to form the complete picture again, one of the images MUST have its alt attribute set as   per the relevant rules that would be appropriate for the picture as a whole, and   then all the remaining images MUST have an empty alt attribute.</p>
 <h4>Example 11.1</h4>

Received on Tuesday, 8 June 2010 15:25:33 UTC