html5/spec Overview.html,1.4395,1.4396

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

Modified Files:
	Overview.html 
Log Message:
Parser: change how <option> is parsed to avoid useless implied tokens. (whatwg r5505)

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