html5/alt-techniques Overview.html,1.1,1.2

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

Modified Files:
	Overview.html 
Log Message:
alt-techniques: whitespace-only changed; switched to Unix line endings


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.html	18 Feb 2010 15:58:30 -0000	1.1
+++ Overview.html	1 Mar 2010 15:23:44 -0000	1.2
@@ -1,731 +1,731 @@
-<!DOCTYPE HTML>
-<html lang="en-US"><head><title>HTML5: Techniques for the provision of text alternatives</title><style type="text/css">
-   pre { margin-left: 2em; white-space: pre-wrap; }
-   h2 { margin: 3em 0 1em 0; }
-   h3 { margin: 2.5em 0 1em 0; }
-   h4 { margin: 2.5em 0 0.75em 0; }
-   h5, h6 { margin: 2.5em 0 1em; }
-   h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
-   h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
-   p { margin: 1em 0; }
-   hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...1431 lines suppressed...]
+</ul>
+<p>&nbsp;</p>
+<h3>10. A graphical representation of some of the surrounding text</h3>
+<p><span class="note">to do</span></p>
+<h3>11. A group of images that form a single larger picture with no links</h3>
+<p><span class="note">to do</span></p>
+<p>&nbsp;</p>
+<h3>12. Images that are a  key part of the content</h3>
+<p><span class="note">to do</span></p>
+<hr>
+<h2 id="glossary">Glossary</h2>
+<h3>alt text </h3>
+<p>Colloquial term for a text alternative provided  using the <code>alt</code> attribute of an <code>img</code> element.</p>
+<h3>Empty alt attribute or null alt attribute.</h3>
+<p>An alt attribute with no content:</p>
+<pre class="example">&lt;img src=&quot;null.gif&quot; <strong>alt=&quot;&quot;</strong>&gt;</pre>
+
+<h3>Text alternative</h3>
+<p>A programmatically determined <A title="definition: text" href="appendixA.html#textdef">text</A> that is used in place of <A title="definition: non-text content" href="appendixA.html#non-text-contentdef">non-text content</A>, or text that is   used in addition to non-text content and referred to from the <A title="definition: programmatically determined" href="appendixA.html#programmaticallydetermineddef">programmatically   determined</A> text</p>
+<h3>&nbsp;</h3>

Received on Monday, 1 March 2010 15:23:47 UTC