- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 18:14:30 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6496) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5196&r2=1.5197&f=h http://html5.org/tools/web-apps-tracker?from=6495&to=6496 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5196 retrieving revision 1.5197 diff -u -d -r1.5196 -r1.5197 --- Overview.html 17 Aug 2011 22:10:55 -0000 1.5196 +++ Overview.html 17 Aug 2011 22:14:19 -0000 1.5197 @@ -40690,10 +40690,10 @@ summary is to be shown.<div class="impl"> <p>When the element is created, if the attribute is absent, the - additional information should be hidden; if the attribute is absent, - that information should be shown. Subsequently, if the attribute is - removed, then the information should be hidden; if the attribute is - added, the information should be shown.</p> + additional information should be hidden; if the attribute is + present, that information should be shown. Subsequently, if the + attribute is removed, then the information should be hidden; if the + attribute is added, the information should be shown.</p> <p>The user agent should allow the user to request that the additional information be shown or hidden. To honor a request for
Received on Wednesday, 17 August 2011 22:14:35 UTC