html5/spec Overview.html,1.3853,1.3854

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

Modified Files:
	Overview.html 
Log Message:
elements aren't stacks, they're _in_ stacks. (whatwg r4806)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3853
retrieving revision 1.3854
diff -u -d -r1.3853 -r1.3854
--- Overview.html	25 Feb 2010 02:29:56 -0000	1.3853
+++ Overview.html	25 Feb 2010 03:02:02 -0000	1.3854
@@ -61034,7 +61034,7 @@
   <p>Between the time an element's start tag is parsed and the time
   either the element's end tag is parsed on the parser detects a
   well-formedness error, the user agent must act as if the element was
-  a <a href="#stack-of-open-elements">stack of open elements</a>.</p>
+  in a <a href="#stack-of-open-elements">stack of open elements</a>.</p>
 
   <p class="note">This is used by the <code><a href="#the-object-element">object</a></code> element to
   avoid instantiating plugins before the <code><a href="#the-param-element">param</a></code> element

Received on Thursday, 25 February 2010 03:02:07 UTC