- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Nov 2008 07:40:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21434
Modified Files:
Overview.html
Log Message:
typo (whatwg r2417)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1588
retrieving revision 1.1589
diff -u -d -r1.1588 -r1.1589
--- Overview.html 18 Nov 2008 07:38:12 -0000 1.1588
+++ Overview.html 18 Nov 2008 07:40:56 -0000 1.1589
@@ -9332,7 +9332,7 @@
<dd>Inside <code><a href=#menus>menu</a></code> elements.</dd>
<dt>Content model:</dt>
<dd><!--XXXSPANWhen the element is a child of an <code>ol</code> or <code>ul/code> element that is itself the child of a <code>span</code> element: <span>phrasing content</span>.</dd>
- <dd>Otherwise: --><a href=#flow-content-0>flow content</a>.</dd>
+ <dd>Otherwise: --><a href=#flow-content-0>Flow content</a>.</dd>
<dt>Element-specific attributes:</dt>
<dd>If the element is a child of an <code><a href=#the-ol-element>ol</a></code> element: <code title=attr-li-value><a href=#attr-li-value>value</a></code></dd>
<dd>If the element is not the child of an <code><a href=#the-ol-element>ol</a></code> element: None.</dd>
Received on Tuesday, 18 November 2008 07:41:07 UTC