[Bug 9657] Content model of object

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


Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |a11y




--- Comment #4 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>  2010-06-27 16:47:38 ---
This bug relates to A11Y as it impacts how to place fallback in obejct. See my
reply to David: [1]

>> But why would you want to allow nested paragraphs only when there is
>> an object element between them?
> 
> Because, technically, it then isn't a paragraph inside a paragraph. It 
> is a paragraph inside an object inside an a paragraph. From a practical 
> point of view, because <object> is supposed to have fallback, including 
> long fallbacks and transcripts. With the HTML5 limitation, you would 
> have to to this:
> 
> <p>Paragraph 1.
> <div>Paragraph 2: <object data="image"><p>Fallback.</object></div>
> <p>Paragraph 3.
> 
> Whereas the HTML4 model allows us to do the logical thing:
> 
> <p>Paragraph 1.
> <p>Paragraph 2: <object data="image"><p>Fallback.</object>
> <p>Paragraph 3.


[1] http://lists.w3.org/Archives/Public/public-html/2010Jun/0637

-- 
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 Sunday, 27 June 2010 16:47:41 UTC