- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Jun 2009 22:24:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25770
Modified Files:
Overview.html
Log Message:
Remove the <p> from 'isindex' parsing. (whatwg r3236)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2384
retrieving revision 1.2385
diff -u -d -r1.2384 -r1.2385
--- Overview.html 12 Jun 2009 22:08:33 -0000 1.2384
+++ Overview.html 12 Jun 2009 22:24:39 -0000 1.2385
@@ -56745,9 +56745,6 @@
<p>Act as if a start tag token with the tag name "hr" had been
seen.</p>
- <p>Act as if a start tag token with the tag name "p" had been
- seen.</p>
-
<p>Act as if a start tag token with the tag name "label" had been
seen.</p>
@@ -56765,9 +56762,6 @@
<p>Act as if an end tag token with the tag name "label" had been
seen.</p>
- <p>Act as if an end tag token with the tag name "p" had been
- seen.</p>
-
<p>Act as if a start tag token with the tag name "hr" had been
seen.</p>
Received on Friday, 12 June 2009 22:24:53 UTC