html5/md Overview.html,1.13,1.14

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv14677

Modified Files:
	Overview.html 
Log Message:
make the way categories are listed more consistent with the HTML5 spec. (whatwg r4598)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html	17 Jan 2010 07:56:04 -0000	1.13
+++ Overview.html	17 Jan 2010 08:01:07 -0000	1.14
@@ -1337,9 +1337,9 @@
 
   </div><h2 id="other-changes-to-html5"><span class="secno">6 </span>Other changes to HTML5</h2><h3 id="content-models"><span class="secno">6.1 </span>Content models</h3><p>If the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is
   present on <code>link</code> or <code>meta</code>, they are
-  <span>phrasing content</span>. The <code>link</code> and
-  <code>meta</code> elements may be used where <span>phrasing
-  content</span> is expected if the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is present.<p>If a <code>link</code> element has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute, the <code title="attr-link-rel">rel</code> attribute may be omitted.<p>If a <code>meta</code> element has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute, the <code title="attr-meta-name">name</code>, <code title="attr-meta-http-equiv">http-equiv</code>, and <code title="attr-meta-charset">charset</code> attributes must be omitted,
+  <span>flow content</span> and <span>phrasing content</span>. The
+  <code>link</code> and <code>meta</code> elements may be used where
+  <span>phrasing content</span> is expected if the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is present.<p>If a <code>link</code> element has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute, the <code title="attr-link-rel">rel</code> attribute may be omitted.<p>If a <code>meta</code> element has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute, the <code title="attr-meta-name">name</code>, <code title="attr-meta-http-equiv">http-equiv</code>, and <code title="attr-meta-charset">charset</code> attributes must be omitted,
   and the <code title="attr-meta-content">content</code> attribute
   must be present.<div class="impl">
 

Received on Sunday, 17 January 2010 08:01:10 UTC