- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jul 2008 07:01:52 +0900 (JST)
- To: public-html-diffs@w3.org
Now that <p> is dealt with after looking for an <li> element, make sure we don't stop at <p>. (bug: 5796) (credit: hs) (whatwg r1831) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1020.html#in-body Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#in-body Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#in-body Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1019&r2=1.1020&f=h http://html5.org/tools/web-apps-tracker?from=1830&to=1831 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1019 retrieving revision 1.1020 diff -u -d -r1.1019 -r1.1020 --- Overview.html 30 Jun 2008 20:19:28 -0000 1.1019 +++ Overview.html 30 Jun 2008 21:58:48 -0000 1.1020 @@ -47640,11 +47640,12 @@ <p>If <var title="">node</var> is not in the <a href="#formatting">formatting</a> category, and is not in the <a href="#phrasing1">phrasing</a> category, and is not an <code><a - href="#address">address</a></code> or <code><a - href="#div">div</a></code> element, then jump to the last step. + href="#address">address</a></code>, <code><a + href="#div">div</a></code>, or <code><a href="#p">p</a></code> + element, then jump to the last step. </li> - <!-- an element <foo> is in this list if - the following markup: + <!-- an element + <foo> is in this list if the following markup: <!DOCTYPE html><body><ol><li><foo><li> @@ -47688,11 +47689,12 @@ <p>If <var title="">node</var> is not in the <a href="#formatting">formatting</a> category, and is not in the <a href="#phrasing1">phrasing</a> category, and is not an <code><a - href="#address">address</a></code> or <code><a - href="#div">div</a></code> element, then jump to the last step. + href="#address">address</a></code>, <code><a + href="#div">div</a></code>, or <code><a href="#p">p</a></code> + element, then jump to the last step. </li> - <!-- an element <foo> is in this list if - the following markup: + <!-- an element + <foo> is in this list if the following markup: <!DOCTYPE html><body><dl><dt><foo><dt>
Received on Monday, 30 June 2008 22:02:30 UTC