[whatwg] table 'frames' attribute

Ian Hickson ian at hixie.ch
Mon May 4 15:05:18 PDT 2009


On Mon, 4 May 2009, fantasai wrote:
>
> Section 10.2.6, i.e. The XHTML syntax: Rendering: Punctuation and decoration
> contains some style rules for handling the [rules] and [frames] attributes
> of the <table> element. I haven't reviewed it all in detail but this part
> 
>   table[frames=void] > tr > td, table[frames=void] > tr > th,
>   table[frames=above] > tr > td, table[frames=above] > tr > th,
>   table[frames=below] > tr > td, table[frames=below] > tr > th,
>   ...
>   table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot > tr >
> th {
>     border-style: solid;
>   }
> 
> is certainly wrong both per spec (HTML4) and implementation. It should be
> removed.

Could you elaborate on how it is wrong?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'


More information about the whatwg mailing list