NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 280 - 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.
Fix the content models to handle <a> containing flow elements without breakin...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-11 14:59 CEST by Henri Sivonen
Modified: 2008-08-15 13:44 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-08-11 14:59:31 CEST
Index: source
===================================================================
--- source	(revision 1963)
+++ source	(revision 1964)
@@ -10261,8 +10261,9 @@
 
   <dl class="element">
    <dt>Categories</dt>
-   <dd><span>Phrasing content</span>.</dd>
    <dd><span>Interactive content</span>.</dd>
+   <dd>When the element only contains <span>phrasing content</span>: <span>phrasing content</span>.</dd>
+   <dd>Otherwise: <span>flow content</span>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
@@ -12560,8 +12561,7 @@
    <dd>When the element only contains <span>phrasing content</span>: <span>phrasing content</span>.</dd>
    <dd>Otherwise: <span>flow content</span>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>When the element only contains <span>phrasing content</span>: where <span>phrasing content</span> is expected.</dd>
-   <dd>Otherwise: where <span>flow content</span> is expected.</dd>
+   <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>.</dd>
    <dt>Element-specific attributes:</dt>
@@ -12647,8 +12647,7 @@
    <dd>When the element only contains <span>phrasing content</span>: <span>phrasing content</span>.</dd>
    <dd>Otherwise: <span>flow content</span>.</dd>
    <dt>Contexts in which this element may be used:</dt>
-   <dd>When the element only contains <span>phrasing content</span>: where <span>phrasing content</span> is expected.</dd>
-   <dd>Otherwise: where <span>flow content</span> is expected.</dd>
+   <dd>Where <span>phrasing content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Transparent</span>.</dd>
    <dt>Element-specific attributes:</dt>