This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20522 - :sorted, :sorted(ascending), and :sorted(descending)
Summary: :sorted, :sorted(ascending), and :sorted(descending)
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Selectors (show other bugs)
Version: unspecified
Hardware: PC All
: P2 enhancement
Target Milestone: ---
Assignee: fantasai
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 23916
  Show dependency treegraph
 
Reported: 2012-12-27 00:00 UTC by Ian 'Hixie' Hickson
Modified: 2013-11-25 19:28 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2012-12-27 00:00:02 UTC
To support the new table sorting model in HTML, it would be helpful to have a pseudo-class that matched <th> elements that head columns that are being sorted.

I can do the heavy lifting (i.e. you can just defer to the host language), but it would be helpful if the Selectors spec had this pesudo-class in it first.