html5/alt-techniques Overview.html,1.93,1.94

Update of /sources/public/html5/alt-techniques
In directory hutz:/tmp/cvs-serv902

Modified Files:
	Overview.html 
Log Message:
ready for pub? try 6

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html	14 Mar 2012 13:25:09 -0000	1.93
+++ Overview.html	14 Mar 2012 13:48:08 -0000	1.94
@@ -1103,7 +1103,7 @@
 Pie chart: Language=68%, Education=14% and Science=18%.</figcaption>
 &lt;/figure&gt;</pre>
       </div>
-      <h5>Note: </h5>
+      <h5 id="note1">Note: </h5>
       <p class="note1">In example 4.2 above, the <code>alt</code> attribute is be used a container for a text label that identifies the image and provides an implicit association between the image and the text that describes it.  Its use conforms to WCAG 2.0 [<a href="#bib-WCAG20">WCAG20</a>], but is a willful violation of <a href="#bib-HTML5">HTML5</a> [HTML5].</p>
     </div>
     <div class="section" id="sec5">
@@ -1252,7 +1252,7 @@
  on the riverside, Kingston upon  Thames.&lt;/p&gt;
   </pre>
       </div>
-      <h5>Note: </h5>
+      <h5 id="note2">Note: </h5>
       <p class="note1">A number of examples in section 6.1 above include text alternatives for images that in context may be considered 'purely decorative'. Its status as 'purely decorative' cannot be authoritatively discerned and some users who access text alternatives have voiced a desire to have text alternatives provided (Refer to <a href="http://www.webaim.org/projects/screenreadersurvey/#images">Survey of Preferences of Screen Readers Users - Images</a> and <a href="http://www.headstar.com/eablive/?p=106">Now You See It, Now You Don't</a>). Use in this context conforms to WCAG 2.0 [<a href="#bib-WCAG20">WCAG20</a>] and <a href="#bib-HTML5">HTML5</a> [HTML5]. Its designation as conforming is a willful violation of <a href="#bib-HTMLLS">HTML Living Standard</a> [HTMLLS]</p>
       <h4 id="hax">Related  techniques and resources</h4>
       <ul>
@@ -1556,7 +1556,7 @@
 &lt;figcaption&gt;<strong> Clara in her bedroom, playing her 'electric' toy guitar.
 She looks like a real 'Rock &amp; Roll' girl (Photo 1).</strong>&lt;/figcaption&gt;<br>&lt;/figure&gt;</pre>
       </div>
-      <h5>Note:</h5>
+      <h5 id="note3">Note:</h5>
       <p class="note1"> In examples A &amp; B above, the <code>alt </code>attribute is be used a a container for a text label that identifies the image and provides an implicit association between the image and the text that describes it. The use of the <code>alt</code> attribute in this context is recommended as a bridging technique until the <code>figure</code> and <code>figcaption</code> element semantics are implemented in browsers and assistive technology. Its use conforms to WCAG 2.0 [<a href="#bib-WCAG20">WCAG20</a>]. Its use is a willful violation of <a href="#bib-HTML5">HTML5</a> [HTML5].</p>
     </div>
     <div class="section" id="sec13">
@@ -1762,7 +1762,7 @@
         <pre>&lt;figure <strong>role=&quot;group&quot;</strong>&gt;   <br>&lt;img src="shadows.jpg" <strong>alt=&quot;photo 1&quot;</strong>&gt;   <br>&lt;figcaption&gt;<strong></strong>Shadow like figures and a graffiti tag drawn on the walls of a     
  partially demolished building, illuminated by the light from a street lamp <strong>(photo 1). </strong><br>&lt;/figcaption&gt;   <br>&lt;/figure&gt;</pre>
       </div>
-      <h5>Note:</h5>
+      <h5 id="note4">Note:</h5>
       <p class="note1"> In example C above, the <code>alt </code>attribute is be used a container for a text label that identifies the image and provides an implicit association between the image and the text that describes it. The use of the <code>alt</code> attribute in this context is recommended as a bridging technique until the <code>figure</code> and <code>figcaption</code> element semantics are implemented in browsers and assistive technology. Its use conforms to WCAG 2.0 [<a href="#bib-WCAG20">WCAG20</a>]. Its use is a willful violation of <a href="#bib-HTML5">HTML5</a> [HTML5].</p>
     </div>
     <h4 id="nested">4.2.1 Using nested <code>figure</code> elements </h4>
@@ -1800,18 +1800,18 @@
 &lt;/figure&gt;<br> 
 &lt;/figure&gt;</pre>
     </div>
-    <h5>Further Information </h5>
+    <h5 id="further1">Further Information </h5>
     <p><a href="http://www.paciellogroup.com/blog/2011/11/html5-accessibility-chops-using-nested-figure-elements/" rel="bookmark">HTML5 Accessibility Chops: using nested figure elements</a></p>
     <div class="section" id="secm7">
       <h3 id="hv"><span class="secno">4.3 </span>The <code>img</code> element <code>title</code> attribute</h3>
       <p>The <code>title</code> attribute <em title="must not" class="rfc2119">must not</em> be used to provide a text alternative for an image. The <code>title</code> attribute <em title="must not" class="rfc2119">must not</em> be used to provide a caption for an image, use the <code>figure</code> and <code>figcaption</code> elements to provide a caption, as described above.</p>
-      <h5>Note:</h5>
+      <h5 id="note5">Note:</h5>
       <p class="note1">The use of title attribute to markup content that is intended to be available to all users is forbidden, because its use in this context results in content being hidden from keyboard only and touch device users and less usable/unusable for users with cognitive, fine motor skill or vision impairments. This is a willful violation of <a href="#bib-HTML5">HTML5</a> [HTML5]</p>
     </div>
   </div>
-  <h5>Further Information </h5>
+  <h5 id="further2">Further Information </h5>
   <p><a href="http://www.paciellogroup.com/blog/2010/11/using-the-html-title-attribute/">Using the HTML title attribute</a></p>
-  <h3>WAI-ARIA methods</h3>
+  <h3 id="ariamethods">WAI-ARIA methods</h3>
   <h3 id="aria-roles">4.4 Use of ARIA roles</h3>
   <h4 id="role-group">4.41 role=group</h4>
   <p class="note1">to do</p>
@@ -1861,7 +1861,7 @@
     <h2 id="acknowledgements"><span class="secno">6. </span>Acknowledgements</h2>
     <p class="note1">In no particular order and incomplete.</p>
     <p>Laura Carlson, Josh O Connor, Gez Lemon, Anne van Kesteren, Ian Hickson, Mike Smith,  Mike Paciello, Bim Egan, Gregory Rosmaita, Michael Cooper, Janina Sajka, Matt May, Bevi Chagnon, Jonathan Avila, Pat Rees, Charlie Pike, Andy Maseyk, Rich Clark</p>
-    <h3> Enabling funders</h3>
+    <h3 id="funders"> Enabling funders</h3>
     <p>The  development of this publication is being funded in part by <a href="http://www.paciellogroup.com">The Paciello Group</a>. The content  of this publication does not necessarily reflect the views or policies of  The Paciello Group, nor does mention of trade names, commercial products, or organizations imply endorsement by The Paciello Group. </p>
   </div>
   <div class="appendix section" id="references">

Received on Wednesday, 14 March 2012 13:48:19 UTC