On Fri, 2004-10-15 at 13:35, Eric van der Vlist wrote:

>       * style-hidden.css which is the way I *think* border:hidden (and
>         collapsing borders) should provide a simpler CSS and a better
>         rendering. I say "*think*" because the result isn't exactly what
>         I am expecting when I display it with Mozilla. Also, CSS2
>         doesn't provide any way to support colspan/rowspan attributes. 

That was a typo is style-hidden.css :

table[s\E9 parateurs=ligne] rang\E9 e cellule{

should read

table[s\E9 parateurs=lignes] rang\E9 e cellule{

That means that the CSS2 solution with border:hidden and collapsing
borders works fine in Mozilla (except of course for colspan/rowspan).

What border:hidden basically does is that it lets you override the
normal inheritance order and that at the table level, you can hide the
borders that may have been defined in rows or cells.

That helps a lot to implement the HTML rules/frame feature.

Eric
-- 
Carnet web :
           http://eric.van-der-vlist.com/blog?t=category&a=Fran%C3%A7ais
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
(ISO) RELAX NG   ISBN:0-596-00421-4 http://oreilly.com/catalog/relax
(W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema
------------------------------------------------------------------------


Reply via email to