- From: Shawn Lawton Henry <Shawn@UIAccess.com>
- Date: Fri, 22 Feb 2002 11:00:51 -0600
- To: <w3c-wai-eo@w3.org>
- Message-ID: <000001c1bbc2$7faae400$3bdb9bcf@Shawnw2k>
EOWG folks - jump: I got the jump to stop in IE by making "suitenav1" a paragaph (because "clear" applies to block-level elements - see http://www.w3.org/TR/REC-CSS2/visuren.html#flow-control and http://www.w3.org/TR/REC-CSS2/visuren.html#block-level). yellow highlight with keyboard Tab: I got the highlight to work in IE by adding a:active. However, I couldn't get the highlight with keyboard to work in (old version of) Opera. Not sure why... leaving the underline: The current version also removed the underline with the highlight (text-decoration: none). I would like to suggest that we don't do that - because underline is the most common affordance for clickable so we shouldn't remove it when the item is still clickable. (I did remove it in the HTML version attached.) The changes I made are preceeded in the HTML (attched or below depending on your e-mail progragm) by a comment with "SLH" and listed below: added -- [.xyz] a:active removed -- text-decoration: none changed -- <DIV class="suitenav1"> [and </div>] to -- <p class="suitenav1"> [and </p>] We'll want to make sure these changes don't mess up anything else. Cheers, - Shawn Shawn Lawton Henry e-mail: Shawn@UIAccess.com phone: 608.243.1089 about: www.uiaccess.com/profile.html
Attachments
- text/html attachment: software4slh.html
Received on Friday, 22 February 2002 12:03:09 UTC