html5/spec Overview.html,1.4911,1.4912

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

Modified Files:
	Overview.html 
Log Message:
Forgot to state the initial state requirement (whatwg r6110)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4911
retrieving revision 1.4912
diff -u -d -r1.4911 -r1.4912
--- Overview.html	6 May 2011 21:50:49 -0000	1.4911
+++ Overview.html	6 May 2011 21:55:51 -0000	1.4912
@@ -39759,8 +39759,11 @@
   it indicates that the details are to be shown to the user. If the
   attribute is absent, the details are not to be shown.<div class="impl">
 
-  <p>If the attribute is removed, then the details should be
-  hidden. If the attribute is added, the details should be shown.</p>
+  <p>When the element is created, if the attribute is absent, the
+  details should be hidden; if the attribute is absent, the details
+  should be shown. Subsequently, if the attribute is removed, then the
+  details should be hidden; if the attribute is added, the details
+  should be shown.</p>
 
   <p>The user agent should allow the user to request that the details
   be shown or hidden. To honor a request for the details to be shown,

Received on Friday, 6 May 2011 21:55:57 UTC