- From: j.j. <moz@jeka.info>
- Date: Thu, 24 Jan 2008 06:54:27 +0100
- To: Philip Taylor <pjt47@cam.ac.uk>
- Cc: HTML WG <public-html@w3.org>
Philip Taylor <pjt47@cam.ac.uk>: hodd gsachd:
> Actually, that's untrue. It works fine in IE6/IE7 if you do:
>
> <!--[if lte IE 7]>
> <script>document.createElement('header');</script>
> <![endif]-->
> <style>
> header { padding-left: 2em; background: #ffa; display: block; }
> </style>
> <body>
> <header>
> <h1>BGP Wedgies</h1>
> <p>Copyright 2005</p>
> </header>
That's great!
Seems the remaining issue is mozilla's bug 311366.
<https://bugzilla.mozilla.org/show_bug.cgi?id=311366>
("should make custom elements able to contain blocks")
Couldn't this be fixed for Gecko 1.9 (FF3)?
j.j.
Received on Thursday, 24 January 2008 05:54:42 UTC