Re: [selectors] :sorted pseudoclass for sorted tables

On 01/12/13 06:33, Peter Linss wrote:

> The number isnĄŻt for numeric vs alphabetic sorting, itĄŻs the ordinality of the sort key, as in, sort by this column first, then this second. When multiple sort keys are being used, itĄŻll likely be useful to style them so that the ordinality is visible.

That integer could be extended to ranges:
   1
   -3
   4-8
   9-

I think we also miss a 'none' keyword here. The html model lacks it in
the case of a non-sortable column of a sortable table, for instance an
index of rows that you want to keep sequential even when the table is
sorted.

</Daniel>

Received on Sunday, 1 December 2013 07:44:34 UTC