- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 11:23:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Parser: change how <option> is parsed to avoid useless implied tokens. (whatwg r5505) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4395&r2=1.4396&f=h http://html5.org/tools/web-apps-tracker?from=5504&to=5505 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4395 retrieving revision 1.4396 diff -u -d -r1.4395 -r1.4396 --- Overview.html 26 Sep 2010 00:52:10 -0000 1.4395 +++ Overview.html 26 Sep 2010 02:23:05 -0000 1.4396 @@ -58733,10 +58733,9 @@ <dt>A start tag whose tag name is one of: "optgroup", "option"</dt> <dd> - <p>If the <a href="#stack-of-open-elements">stack of open elements</a> <a href="#has-an-element-in-scope" title="has an - element in scope">has an <code>option</code> element in - scope</a>, then act as if an end tag with the tag name "option" - had been seen.</p> + <p>If the <a href="#current-node">current node</a> is an <code><a href="#the-option-element">option</a></code> + element, then act as if an end tag with the tag name "option" had + been seen.</p> <p><a href="#reconstruct-the-active-formatting-elements">Reconstruct the active formatting elements</a>, if any.</p>
Received on Sunday, 26 September 2010 02:24:24 UTC