[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Tab order in html/XHTML
> Does anyone know if there is anywhere in a specification document the > tab order of elements in a HTML/XHTML page (supposing DOM of page > after all JavaScript added page content). First, I assume you mean input, select and anchor elements, right? This will work differently in different browsers when you are assembly the page with JS. For example, say you have bound to an onchange event of some input. If the value of the input is 'x' then display some new inputs after the input. So a tab from the input with the changed value of 'x' should put you at the first of newly displayed inputs. IE does this but FF skips over the newly created inputs. Is that what you mean? best, -Rob > This seems like the kind of > thing I would expect to be implementor defined, but for a project I > just had a little idea for it would be nice if I could analyze a > single page and know what the tab order of that page should be. > > Thanks, > > Bryan Rasmussen
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|