Chris Kennon wrote:

Tidy frowns on this tabindex="#". What mark is acceptable as a null value in place of "#".

And Tidy is right. As per spec, tabindex needs to be a (natural) number between 0 and 32767

http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex

Why do you want to assign a null value? What are you trying to achieve? Do you want to remove something from the tab order completely?

In general, tabindices are not really needed anymore, as you can control the order of tabbing by putting things in the correct order in the markup, but maybe that's just my opinion...

--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to