Re: [css-position] sticky only along one axis

> On Mar 17, 2014, at 5:44 PM, "Tab Atkins Jr." <jackalmage@gmail.com> wrote:
> 
>> On Mon, Mar 17, 2014 at 2:46 PM, Brad Kemper <brad.kemper@gmail.com> wrote:
>> What makes it hard? Don't TDs already look to COLs for style resolution?
> 
> Only for four specific properties (border, background, width, and
> visibility), which are conceptually styling the *column itself*, not
> the cells in the column.

Those properties are no more so "column itself" than positioning could be. They are still applied to the TD, not some tall rectangle sitting behind it spanning all the rows. And if you can select all the cells in a row and style them, I don't see why you shouldn't be also able to select all the cells in a column and style them. Conceptually it is the same, and technically it doesn't sound all that more difficult. 

Received on Tuesday, 18 March 2014 23:18:15 UTC