html5/spec Overview.html,1.2294,1.2295

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31525

Modified Files:
	Overview.html 
Log Message:
Make 'default' spellcheck behaviour definition clearer. (whatwg r3137)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2294
retrieving revision 1.2295
diff -u -d -r1.2294 -r1.2295
--- Overview.html	26 May 2009 10:09:14 -0000	1.2294
+++ Overview.html	26 May 2009 10:15:38 -0000	1.2295
@@ -49593,9 +49593,9 @@
   the <i>missing value default</i> (and the <i>invalid value
   default</i>).<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.<div class="impl">
+  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.<div class="impl">
 
   <hr></div><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt>
 

Received on Tuesday, 26 May 2009 10:15:56 UTC