html5/alt-techniques Overview.html,1.26,1.27

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

Modified Files:
	Overview.html 
Log Message:
fixed typos

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html	19 May 2010 10:32:53 -0000	1.26
+++ Overview.html	19 May 2010 15:08:38 -0000	1.27
@@ -286,7 +286,7 @@
       <li><a href="#pictures">9. Images of Pictures</a></li>
       <li><a href="#webcam">10. Webcam images</a></li>
       <li><a href="#imgslices">11. A group of images that form a single larger picture with and without links</a></li>
-      <li><a href="#unknown">12. When a text alterntive  is unknown at the time of publication</a></li>
+      <li><a href="#unknown">12. When a text alternative  is unknown at the time of publication</a></li>
       <li><a href="#captcha">13. CAPTCHA images</a></li>
     </ul>
   </li>
@@ -372,7 +372,7 @@
 <h5>Advantages:</h5>
 <ul>
   <li>Text from several sources within the same document can be explicitly associated with an image.</li>
-  <li>Short text alternatives elswhere in a document can be explicitly associated with the image.</li>
+  <li>Short text alternatives elsewhere in a document can be explicitly associated with the image.</li>
   <li>Short text alternatives can be available for all users.</li>
 </ul>
 <h5>Disadvantages:</h5>
@@ -384,7 +384,7 @@
 <h5>Advantages:</h5>
 <ul>
   <li>Text from several sources within the same document can be explicitly associated with an image.</li>
-  <li>Long text alternatives elswhere in a document can be explicitly associated with the image.</li>
+  <li>Long text alternatives elsewhere in a document can be explicitly associated with the image.</li>
   <li>Long text alternatives can be available for all users.</li>
 </ul>
 <h5>Disadvantages:</h5>
@@ -402,20 +402,20 @@
 <ul>
   <li>The text alternative is not repeated on and beside the image.</li>
   <li>The text alternative is visible to all users.</li>
-  <li>The presenece of the image may not be reported to users.</li>
+  <li>The presence of the image may not be reported to users.</li>
 </ul>
 <h5>Disadvantages:</h5>
 <ul>
   <li> Text alternative takes up visual display space.</li>
-  <li>The text laternative may not be explicitly associated with the image.</li>
-  <li>The presenece of the image may not be reported to users.</li>
+  <li>The text alternative may not be explicitly associated with the image.</li>
+  <li>The presence of the image may not be reported to users.</li>
 </ul>
 <p>&nbsp;</p>
 <h3>The <code>img</code> element <code>title</code> attribute</h3>
 <p><span class="note">to do</span></p>
 <h5>Advantages:</h5>
 <ul>
-  <li>The text alternative is explictly associated with the image for some users.</li>
+  <li>The text alternative is explicitly associated with the image for some users.</li>
 </ul>
 <h5>Disadvantages:</h5>
 <ul>
@@ -427,12 +427,12 @@
 <p><span class="note">to do</span></p>
 <h5>Advantages:</h5>
 <ul>
-  <li>long text alternatives are explicitly associated with the image for users of assitive technology that supports <code>longdesc</code>.</li>
+  <li>long text alternatives are explicitly associated with the image for users of assistive technology that supports <code>longdesc</code>.</li>
 </ul>
 <h5>Disadvantages:</h5>
 <ul>
   <li>Long text alternative is not available to all users.</li>
-  <li>The <code>longdesc</code> attribute is only supported by a limited number of brwosers and assitive technology.</li>
+  <li>The <code>longdesc</code> attribute is only supported by a limited number of browsers and assistive technology.</li>
   <li>The content of the page referenced by the<code> longdesc</code> is not available to all users.</li>
 </ul>
 <p>&nbsp;</p>
@@ -972,7 +972,7 @@
 </pre>
 </div>
 <h4>Example 10.3</h4>
-<p>The previous webcam examples rely upon the correct time and and date information being inserted via scripting each time the image is updated. If this is not possible, the text alternative should instead include a brief description of the text information that changes each time the image is updated. 2 versions are provided the first includes the description as part of the alt attribute content the second includes it as part of the longer text alternative below the image. both examples use inlcude the longer text alternative in a paragraph associated with the image using <code>aria-describedby</code>. </p>
+<p>The previous webcam examples rely upon the correct time and and date information being inserted via scripting each time the image is updated. If this is not possible, the text alternative should instead include a brief description of the text information that changes each time the image is updated. 2 versions are provided the first includes the description as part of the alt attribute content the second includes it as part of the longer text alternative below the image. both examples use include the longer text alternative in a paragraph associated with the image using <code>aria-describedby</code>. </p>
 <p>Context: A webcam image updated every hour, with a viewpoint from the top of Sopwith house, looking north.</p>
 <div class="example">
   <p><strong>Image example in context:</strong></p>

Received on Wednesday, 19 May 2010 15:08:42 UTC