- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Aug 2009 23:32:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24740 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:32:29 UTC