- From: poot <cvsmail@w3.org>
- Date: Sat, 13 Jun 2009 07:25:00 +0900 (JST)
- To: public-html-diffs@w3.org
Remove the <p> from 'isindex' parsing. (whatwg r3236) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2384&r2=1.2385&f=h http://html5.org/tools/web-apps-tracker?from=3235&to=3236 =================================================================== 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:25:33 UTC