html5/spec Overview.html,1.5196,1.5197

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

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r6496)

Index: Overview.html
===================================================================
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:25 UTC