hixie: Yet another example of how context-sensitive markup leads to brittle copy-and-paste behaviour. Context-sensitive markup like prefixes: just say no! (whatwg r3604)

hixie: Yet another example of how context-sensitive markup leads to
brittle copy-and-paste behaviour. Context-sensitive markup like
prefixes: just say no! (whatwg r3604)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2794&r2=1.2795&f=h
http://html5.org/tools/web-apps-tracker?from=3603&to=3604

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2794
retrieving revision 1.2795
diff -u -d -r1.2794 -r1.2795
--- Overview.html 13 Aug 2009 21:39:47 -0000 1.2794
+++ Overview.html 13 Aug 2009 23:32:17 -0000 1.2795
@@ -59091,9 +59091,9 @@
 
     <p><a href="#parse-error">Parse error</a>.</p>
 
-    <p>If the <a href="#stack-of-open-elements">stack of open elements</a> does not <a href="#has-an-element-in-table-scope" title="has an element in table scope">have an element in table
-    scope</a> with the same tag name as the token, ignore the
-    token. (<a href="#fragment-case">fragment case</a>)</p>
+    <p>If the <a href="#stack-of-open-elements">stack of open elements</a> does not <a href="#has-an-element-in-table-scope" title="has an element in table scope">have a <code>select</code>
+    element in table scope</a>, ignore the token. (<a href="#fragment-case">fragment
+    case</a>)</p>
 
     <p>Otherwise, act as if an end tag with the tag name "select" had
     been seen, and reprocess the token.</p>

Received on Thursday, 13 August 2009 23:33:14 UTC