[html5] r3137 - [e] (0) Make 'default' spellcheck behaviour definition clearer.
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 26 03:15:33 PDT 2009
Author: ianh
Date: 2009-05-26 03:15:31 -0700 (Tue, 26 May 2009)
New Revision: 3137
Modified:
index
source
Log:
[e] (0) Make 'default' spellcheck behaviour definition clearer.
Modified: index
===================================================================
--- index 2009-05-26 10:09:09 UTC (rev 3136)
+++ index 2009-05-26 10:15:31 UTC (rev 3137)
@@ -55276,9 +55276,9 @@
<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
- that the element is to act the same way as its parent. The
- <i>false</i> state indicates that the element is not to be
- checked.</p>
+ that the element is to act according to a default behavior, possibly
+ based on the parent element's own <code title=attr-spellcheck><a href=#attr-spellcheck>spellcheck</a></code> state. The <i>false</i>
+ state indicates that the element is not to be checked.</p>
<div class=impl>
Modified: source
===================================================================
--- source 2009-05-26 10:09:09 UTC (rev 3136)
+++ source 2009-05-26 10:15:31 UTC (rev 3137)
@@ -64736,9 +64736,10 @@
<p>The <i>true</i> state indicates that the element is to have its
spelling and grammar checked. The <i>default</i> state indicates
- that the element is to act the same way as its parent. The
- <i>false</i> state indicates that the element is not to be
- checked.</p>
+ that the element is to act according to a default behavior, possibly
+ based on the parent element's own <code
+ title="attr-spellcheck">spellcheck</code> state. The <i>false</i>
+ state indicates that the element is not to be checked.</p>
<div class="impl">
More information about the Commit-Watchers
mailing list