- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Aug 2008 10:15:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17140
Modified Files:
Overview.html
Log Message:
Mention what <area shape=default> covers. (credit: bb) (whatwg r2118)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1290
retrieving revision 1.1291
diff -u -d -r1.1290 -r1.1291
--- Overview.html 27 Aug 2008 09:49:58 -0000 1.1290
+++ Overview.html 28 Aug 2008 10:15:11 -0000 1.1291
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->27 August 2008</h2>
+ Editor's Draft <!--ZZZ-->28 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,7 +199,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 27
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 28
August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -23703,7 +23703,7 @@
var input = context.getImageData(0, 0, canvas.width, canvas.height);
// get an empty slate to put the data into
- var output = context.crateImageData(canvas.width, canvas.height);
+ var output = context.createImageData(canvas.width, canvas.height);
// alias some variables for convenience
// notice that we are using input.width and input.height here
@@ -24149,7 +24149,7 @@
<p>In the <dfn id=default1 title=attr-area-shape-default>default
state</dfn> state, <code><a href="#area">area</a></code> elements must not
have a <code title=attr-area-coords><a href="#coords">coords</a></code>
- attribute.
+ attribute. (The area is the whole image.)
<p>In the <dfn id=polygon0 title=attr-area-shape-poly>polygon state</dfn>,
<code><a href="#area">area</a></code> elements must have a <code
Received on Thursday, 28 August 2008 10:15:49 UTC