[html5] r3604 - [e] (0) Yet another example of how context-sensitive markup leads to brittle cop [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 13 16:32:13 PDT 2009


Author: ianh
Date: 2009-08-13 16:32:11 -0700 (Thu, 13 Aug 2009)
New Revision: 3604

Modified:
   index
   source
Log:
[e] (0) Yet another example of how context-sensitive markup leads to brittle copy-and-paste behaviour. Context-sensitive markup like prefixes: just say no!

Modified: index
===================================================================
--- index	2009-08-13 21:39:41 UTC (rev 3603)
+++ index	2009-08-13 23:32:11 UTC (rev 3604)
@@ -65194,9 +65194,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>

Modified: source
===================================================================
--- source	2009-08-13 21:39:41 UTC (rev 3603)
+++ source	2009-08-13 23:32:11 UTC (rev 3604)
@@ -79794,9 +79794,9 @@
     <p><span>Parse error</span>.</p>
 
     <p>If the <span>stack of open elements</span> does not <span
-    title="has an element in table scope">have an element in table
-    scope</span> with the same tag name as the token, ignore the
-    token. (<span>fragment case</span>)</p>
+    title="has an element in table scope">have a <code>select</code>
+    element in table scope</span>, ignore the token. (<span>fragment
+    case</span>)</p>
 
     <p>Otherwise, act as if an end tag with the tag name "select" had
     been seen, and reprocess the token.</p>




More information about the Commit-Watchers mailing list