[Bug 9657] Content model of object

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9657





--- Comment #6 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>  2010-08-16 23:14:33 ---
(In reply to comment #5)

> Status: Did Not Understand Request
> Change Description: no spec change
> Rationale: I don't understand. Could you elaborate?

The request is to define a content model for the object element which is
compatible with the HTML4 content model for the same elelement.

By defining the content model as transparent, HTML5 makes it forbidden to do
the following (which is not forbiddenin HTML4 or XHTML1):

<span>
  <object type="*" data="*">
     <p>
  </object>
</span>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 16 August 2010 23:14:47 UTC