[html5] r2118 - [e] (0) Mention what <area shape=default> covers. (credit: bb)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 28 03:15:35 PDT 2008
Author: ianh
Date: 2008-08-28 03:15:33 -0700 (Thu, 28 Aug 2008)
New Revision: 2118
Modified:
index
source
Log:
[e] (0) Mention what <area shape=default> covers. (credit: bb)
Modified: index
===================================================================
--- index 2008-08-27 09:50:18 UTC (rev 2117)
+++ index 2008-08-28 10:15:33 UTC (rev 2118)
@@ -28,7 +28,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 27 August
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 28 August
2008</h2>
<p>You can take part in this work. <a
@@ -23695,7 +23695,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
@@ -24141,7 +24141,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
Modified: source
===================================================================
--- source 2008-08-27 09:50:18 UTC (rev 2117)
+++ source 2008-08-28 10:15:33 UTC (rev 2118)
@@ -20976,7 +20976,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
@@ -21361,7 +21361,8 @@
<p>In the <dfn title="attr-area-shape-default">default state</dfn>
state, <code>area</code> elements must not have a <code
- title="attr-area-coords">coords</code> attribute.</p>
+ title="attr-area-coords">coords</code> attribute. (The area is the
+ whole image.)</p>
<p>In the <dfn title="attr-area-shape-poly">polygon state</dfn>,
<code>area</code> elements must have a <code
More information about the Commit-Watchers
mailing list