ACTION-100: Add arrows to buttons to reflect sort order

Add arrows to buttons to reflect sort order

State:
closed
Person:
Jean-Guilhem Rouel
Due on:
March 27, 2013
Created on:
March 8, 2013
Related emails:
No related emails

Related notes:

css added but the markup is not reflecting it yet.
eg:

// current
<a href="javascript:void(0)" class="sort-button title sort-up" id="sort-title">
<span class=""></span>Title</a>

// expected
<a href="javascript:void(0)" class="sort-button title" id="sort-title">
<span class="sort-up"></span>Title</a>

Sorin Stefan, 17 Mar 2013, 13:53:15

Display change log.


Ian Jacobs <ij@w3.org>, Chair, Dominique Hazaƫl-Massieux <dom@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 100.html,v 1.1 2019/10/22 13:16:39 carcone Exp $