- From: poot <cvsmail@w3.org>
- Date: Fri, 06 May 2011 18:00:57 -0400
- To: public-html-diffs@w3.org
hixie: Forgot to state the initial state requirement (whatwg r6110) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4911&r2=1.4912&f=h http://html5.org/tools/web-apps-tracker?from=6109&to=6110 =================================================================== 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 22:00:58 UTC