[html5] r878 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 8 17:44:00 PDT 2007
Author: ianh
Date: 2007-06-08 17:43:58 -0700 (Fri, 08 Jun 2007)
New Revision: 878
Modified:
index
source
Log:
[e] (0) typos and cross-reference issues
Modified: index
===================================================================
--- index 2007-06-07 18:49:58 UTC (rev 877)
+++ index 2007-06-09 00:43:58 UTC (rev 878)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 7 June 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 9 June 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -15118,8 +15118,9 @@
href="#rules">rules for parsing non-negative integers</a> must be used to
obtain their numeric values. If an attribute is missing, or if parsing its
value returns an error, then the default value must be used instead. The
- <code>width</code> attribute defaults to 300, and the <code>height</code>
- attribute defaults to 150.
+ <code title=attr-canvas-width><a href="#width3">width</a></code> attribute
+ defaults to 300, and the <code title=attr-canvas-height><a
+ href="#height3">height</a></code> attribute defaults to 150.
<p>The intrinsic dimensions of the <code><a
href="#canvas">canvas</a></code> element equal the size of the coordinate
@@ -28598,7 +28599,7 @@
title=dom-textarea-defaultValue>defaultValue</code> DOM attribute as
well as the <code title=dom-textarea-value>value</code> DOM attribute.
(Updating the <code title="">default*</code> DOM attributes causes
- content attributs to be updated as well.)
+ content attributes to be updated as well.)
</dd>
<!-- XXX something about not supporting resizing? -->
</dl>
Modified: source
===================================================================
--- source 2007-06-07 18:49:58 UTC (rev 877)
+++ source 2007-06-09 00:43:58 UTC (rev 878)
@@ -12845,8 +12845,9 @@
integers</span>. The <span>rules for parsing non-negative
integers</span> must be used to obtain their numeric values. If an
attribute is missing, or if parsing its value returns an error, then
- the default value must be used instead. The <code>width</code>
- attribute defaults to 300, and the <code>height</code> attribute
+ the default value must be used instead. The <code
+ title="attr-canvas-width">width</code> attribute defaults to 300,
+ and the <code title="attr-canvas-height">height</code> attribute
defaults to 150.</p>
<p>The intrinsic dimensions of the <code>canvas</code> element equal
@@ -26163,7 +26164,7 @@
title="dom-textarea-defaultValue">defaultValue</code> DOM attribute
as well as the <code title="dom-textarea-value">value</code> DOM
attribute. (Updating the <code title="">default*</code> DOM
- attributes causes content attributs to be updated as well.)</p></dd>
+ attributes causes content attributes to be updated as well.)</p></dd>
<!-- XXX something about not supporting resizing? -->
More information about the Commit-Watchers
mailing list