- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Jul 2008 21:19:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24570
Modified Files:
Overview.html
Log Message:
typo (whatwg r1933)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1123
retrieving revision 1.1124
diff -u -d -r1.1123 -r1.1124
--- Overview.html 24 Jul 2008 08:53:07 -0000 1.1123
+++ Overview.html 24 Jul 2008 21:19:05 -0000 1.1124
@@ -22883,10 +22883,10 @@
choice as the hyperlink would when used without its text but with its
shape applied to the image. The <code title=attr-area-alt><a
href="#alt1">alt</a></code> attribute may be left blank if there is
- another <code>area<code> element in the same <a href="#image2">image
- map</a> that points to the same resource and has a non-blank <code
- title=attr-area-alt><a href="#alt1">alt</a></code>
- attribute.</code></code>
+ another <code><a href="#area">area</a></code> element in the same <a
+ href="#image2">image map</a> that points to the same resource and has a
+ non-blank <code title=attr-area-alt><a href="#alt1">alt</a></code>
+ attribute.
<p>If the <code><a href="#area">area</a></code> element has no <code
title=attr-hyperlink-href><a href="#href6">href</a></code> attribute, then
Received on Thursday, 24 July 2008 21:19:41 UTC