spec/Overview.html 1.1156 1964 Fix the content models to handle <a> con

Fix the content models to handle <a> containing flow elements without
breaking the definition of paragraph, and remove redundant requirements
for ins and del along the same lines. (whatwg r1964)

a
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1156.html#a
del
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1156.html#del
ins
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1156.html#ins

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1155&r2=1.1156&f=h
http://html5.org/tools/web-apps-tracker?from=1963&to=1964

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1155
retrieving revision 1.1156
diff -u -d -r1.1155 -r1.1156
--- Overview.html 30 Jul 2008 21:56:09 -0000 1.1155
+++ Overview.html 30 Jul 2008 22:15:09 -0000 1.1156
@@ -12559,10 +12559,13 @@
   <dl class=element>
    <dt>Categories
 
-   <dd><a href="#phrasing0">Phrasing content</a>.
-
    <dd><a href="#interactive1">Interactive content</a>.
 
+   <dd>When the element only contains <a href="#phrasing0">phrasing
+    content</a>: <a href="#phrasing0">phrasing content</a>.
+
+   <dd>Otherwise: <a href="#flow-content0">flow content</a>.
+
    <dt>Contexts in which this element may be used:
 
    <dd>Where <a href="#phrasing0">phrasing content</a> is expected.
@@ -15040,11 +15043,7 @@
 
    <dt>Contexts in which this element may be used:
 
-   <dd>When the element only contains <a href="#phrasing0">phrasing
-    content</a>: where <a href="#phrasing0">phrasing content</a> is expected.
-
-   <dd>Otherwise: where <a href="#flow-content0">flow content</a> is
-    expected.
+   <dd>Where <a href="#phrasing0">phrasing content</a> is expected.
 
    <dt>Content model:
 
@@ -15139,11 +15138,7 @@
 
    <dt>Contexts in which this element may be used:
 
-   <dd>When the element only contains <a href="#phrasing0">phrasing
-    content</a>: where <a href="#phrasing0">phrasing content</a> is expected.
-
-   <dd>Otherwise: where <a href="#flow-content0">flow content</a> is
-    expected.
+   <dd>Where <a href="#phrasing0">phrasing content</a> is expected.
 
    <dt>Content model:

Received on Wednesday, 30 July 2008 22:23:58 UTC