[html5] r864 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 4 22:24:08 PDT 2007
Author: ianh
Date: 2007-06-04 22:24:07 -0700 (Mon, 04 Jun 2007)
New Revision: 864
Modified:
index
source
Log:
[e] (0) Typos in IDLs, missing cross-references.
Modified: index
===================================================================
--- index 2007-06-05 05:14:27 UTC (rev 863)
+++ index 2007-06-05 05:24:07 UTC (rev 864)
@@ -2589,8 +2589,8 @@
readonly attribute <a href="#domtokenlist0">DOMTokenList</a> <a href="#classlist" title=dom-classList>classList</a>;
// <a href="#interaction0">Interaction</a>
- attribute boolean <span title=dom-irrelevant>irrelevant</span>;
- attribute long <a href="#tabindex0" title=dom-tabindex>tabindex</a>;
+ attribute boolean <a href="#irrelevant0" title=dom-irrelevant>irrelevant</a>;
+ attribute long <a href="#tabindex0" title=dom-tabindex>tabIndex</a>;
void <a href="#click" title=dom-click>click</a>();
void <a href="#focus0" title=dom-focus>focus</a>();
void <a href="#blur" title=dom-blur>blur</a>();
@@ -2602,7 +2602,7 @@
// <a href="#editing0">Editing</a>
attribute boolean <a href="#draggable0" title=dom-draggable>draggable</a>;
- attribute DOMString <a href="#contenteditable1" title=dom-contenteditable>contenteditable</a>;
+ attribute DOMString <a href="#contenteditable1" title=dom-contentEditable>contentEditable</a>;
// <a href="#event3">event handler DOM attributes</a>
attribute <span>EventListener</span> <a href="#onabort" title=handler-onabort>onabort</a>;
@@ -6574,14 +6574,15 @@
scripts and form controls in such sections still render execute and submit
respectively. Only their presentation to the user changes.
- <p>The <code title=dom-irrelevant>irrelevant</code> DOM attribute must <a
+ <p>The <dfn id=irrelevant0
+ title=dom-irrelevant><code>irrelevant</code></dfn> DOM attribute must <a
href="#reflect">reflect</a> the content attribute of the same name.
<h3 id=interaction><span class=secno>3.5. </span><dfn
id=interaction0>Interaction</dfn></h3>
<!--
ELEMENT
- attribute long <span title="dom-tabindex">tabindex</span>;
+ attribute long <span title="dom-tabindex">tabIndex</span>;
void <span title="dom-click">click</span>();
void <span title="dom-focus">focus</span>();
void <span title="dom-blur">blur</span>();
Modified: source
===================================================================
--- source 2007-06-05 05:14:27 UTC (rev 863)
+++ source 2007-06-05 05:24:07 UTC (rev 864)
@@ -1098,7 +1098,7 @@
// <span>Interaction</span>
attribute boolean <span title="dom-irrelevant">irrelevant</span>;
- attribute long <span title="dom-tabindex">tabindex</span>;
+ attribute long <span title="dom-tabindex">tabIndex</span>;
void <span title="dom-click">click</span>();
void <span title="dom-focus">focus</span>();
void <span title="dom-blur">blur</span>();
@@ -1110,7 +1110,7 @@
// <span>Editing</span>
attribute boolean <span title="dom-draggable">draggable</span>;
- attribute DOMString <span title="dom-contenteditable">contenteditable</span>;
+ attribute DOMString <span title="dom-contentEditable">contentEditable</span>;
// <span>event handler DOM attributes</span>
attribute <span>EventListener</span> <span title="handler-onabort">onabort</span>;
@@ -5227,7 +5227,7 @@
execute and submit respectively. Only their presentation to the user
changes.</p>
- <p>The <code title="dom-irrelevant">irrelevant</code> DOM
+ <p>The <dfn title="dom-irrelevant"><code>irrelevant</code></dfn> DOM
attribute must <span>reflect</span> the content attribute of the
same name.</p>
@@ -5236,7 +5236,7 @@
<!--
ELEMENT
- attribute long <span title="dom-tabindex">tabindex</span>;
+ attribute long <span title="dom-tabindex">tabIndex</span>;
void <span title="dom-click">click</span>();
void <span title="dom-focus">focus</span>();
void <span title="dom-blur">blur</span>();
More information about the Commit-Watchers
mailing list