html5/alt-techniques Overview.html,1.104,1.105

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

Modified Files:
	Overview.html 
Log Message:
updated willful violation info to take into account chnages to HTML5 spec i.e. itlte attribute no longer conforming on image without alt

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Overview.html	15 May 2012 09:07:43 -0000	1.104
+++ Overview.html	15 May 2012 09:14:59 -0000	1.105
@@ -700,10 +700,40 @@
 	font-weight: normal;
 	color: #900;
 }
+.note11 {color: green; background: transparent; font-family: sans-serif; }
+.note11 {font-weight: bolder;
+	font-style: italic;
+	color: #900;
+	font-size: large;
+}
+.note11 {font-weight: bolder;
+	font-style: italic;
+	color: #900;
+	font-size: medium;
+   margin: 0.5em 0em 0em;
+    padding:    0.5em;
+    border: 1px dashed #FF0000;
+    background: #f5f5f5;
+}
+.note11 {color: green; background: transparent; font-family: sans-serif; }
+.note11 {font-weight: bolder;
+	font-style: italic;
+	color: #900;
+	font-size: large;
+}
+.note11 {font-weight: bolder;
+	font-style: italic;
+	color: #900;
+	font-size: medium;
+   margin: 0.5em 0em 0em;
+    padding:    0.5em;
+    border: 1px dashed #FF0000;
+    background: #f5f5f5;
+}
 </style>
 </head>
 <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" width="72" height="48"></a></p><h1 class="title" id="title">HTML5: Techniques for providing useful text alternatives</h1>
-<h2 id="w3c-editor-s-draft-26-may-2011">W3C Editor's Draft 08 May 2012</h2><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/html5/alt-techniques/">http://dev.w3.org/html5/alt-techniques/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/html-alt-techniques/">http://www.w3.org/TR/html-alt-techniques/</a></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>
+<h2 id="w3c-editor-s-draft-26-may-2011">W3C Editor's Draft 15 May 2012</h2><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/html5/alt-techniques/">http://dev.w3.org/html5/alt-techniques/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/html-alt-techniques/">http://www.w3.org/TR/html-alt-techniques/</a></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>Developer edition:</dt>
 <dd><a href="http://dev.w3.org/html5/alt-techniques/developer.html">http://dev.w3.org/html5/alt-techniques/developer.html</a> </dd>
 <!-- <h2 id="w3c-working-draft-29-march-2012">W3C Working Draft 29 March 2012</h2>
@@ -1802,7 +1832,7 @@
       <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 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>
+      <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<span class="note11"><a href="#bib-HTMLLS">HTML Living Standard</a>,</span>which allows use of the title attribute as a caption for an image despite its known issues.</p>
     </div>
   </div>
   <h5 id="further2">Further Information </h5>

Received on Tuesday, 15 May 2012 09:15:13 UTC