- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Aug 2008 11:37:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1707
Modified Files:
Overview.html
Log Message:
typo (credit: pt) (whatwg r1986)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1177
retrieving revision 1.1178
diff -u -d -r1.1177 -r1.1178
--- Overview.html 4 Aug 2008 11:15:18 -0000 1.1177
+++ Overview.html 4 Aug 2008 11:37:05 -0000 1.1178
@@ -16360,11 +16360,11 @@
<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 its <code title=attr-img-alt><a href="#alt0">alt</a></code> 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 their <code
- title=attr-img-alt><a href="#alt0">alt</a></code> attribute set to the
- empty string.
+ must have its <code title=attr-img-alt><a href="#alt0">alt</a></code>
+ 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 their
+ <code title=attr-img-alt><a href="#alt0">alt</a></code> attribute set to
+ the empty string.
<div class=example>
<p>In the following example, a picture representing a company logo for
Received on Monday, 4 August 2008 11:37:43 UTC