- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Dec 2008 03:08:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5956
Modified Files:
Overview.html
Log Message:
Disambiguate </li> and </dd>/</dt> processing. (credit: tt) (whatwg r2507)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1677
retrieving revision 1.1678
diff -u -d -r1.1677 -r1.1678
--- Overview.html 2 Dec 2008 03:06:18 -0000 1.1677
+++ Overview.html 2 Dec 2008 03:08:56 -0000 1.1678
@@ -39120,6 +39120,8 @@
<li>
+ <p>This is the last step.</p>
+
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> <a href=#has-an-element-in-scope title="has
an element in scope">has a <code>p</code> element in
scope</a>, then act as if an end tag with the tag name
@@ -39165,6 +39167,8 @@
<li>
+ <p>This is the last step.</p>
+
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> <a href=#has-an-element-in-scope title="has
an element in scope">has a <code>p</code> element in
scope</a>, then act as if an end tag with the tag name
Received on Tuesday, 2 December 2008 03:09:08 UTC