- From: Travis Leithead <Travis.Leithead@microsoft.com>
- Date: Wed, 14 Jan 2009 12:31:30 -0800
- To: "public-html@w3.org" <public-html@w3.org>
Received on Wednesday, 14 January 2009 20:30:54 UTC
<style>
P { border: red solid 1px; }
P P { border: green solid 1px;}
</style>
<p>A paragraph
<object>
<p>innerP
</object>
Issue: P nested inside another P is incorrect.
I thought I read somewhere on this mailing list that per HTML5 we're supposed to ignore/treat-as-opaque fallback content from an Object. Can someone point out where that might be specified?
Received on Wednesday, 14 January 2009 20:30:54 UTC