[whatwg] mistake in http://whatwg.org/specs/web-apps/current-work/#the-documentfocus

There is a mistake in
   http://whatwg.org/specs/web-apps/current-work/#the-documentfocus
which says:

   The moveFocusUp method uses the 'nav-up' property and the navindex 
attribute to find an appropriate focussable element and focusses it.

I think you want to say

   The moveFocusUp method uses the 'nav-up' property and the tabindex 
attribute to find an appropriate focussable element and focusses it.

at least that way the paragraph matches the others in the section.

It also took me a long time to realize where the properties nav-index, 
nav-up, nav-down, nav-right, nav-left referenced in the section are 
defined, I have found them in
   http://www.w3.org/TR/2004/CR-css3-ui-20040511/#keyboard
so your section should contain a link to that CSS 3 specification to 
allow readers to know where and how the properties are defined.


-- 

	Martin Honnen
	http://JavaScript.FAQTs.com/

Received on Thursday, 26 August 2004 06:19:29 UTC