On 06/15/2010 01:19 AM, Daniel wrote:
> The HTML 5 <header> and <footer> tags (as well as the <nav> tag, I
> believe> have no special qualities. They're essentially just divs,
> only they have their own tag name. I imagine it wouldn't be very hard
> to add support for them to gecko. And, while I also understand why it
> might not be of the highest priority, it would sure be a nice thing to
> see.

The elements you mentioned can be styled via CSS and they are styled as
display:block by default (as requested by the specs) [1].
However, at the moment, they are recognized as "HTMLUnknownElement"
which may let you think they are "not supported" but styling is probably
the main usage of these elements. Anyway, this should be fixed very soon
[2].

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=559284
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=562008

--
Mounir
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to