- From: poot <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 12:02:17 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: elements aren't stacks, they're _in_ stacks. (whatwg r4806) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3853&r2=1.3854&f=h http://html5.org/tools/web-apps-tracker?from=4805&to=4806 =================================================================== 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:45 UTC