某所を見ていて、ちょっと気になったので調べてみた。
W3C による、HTML 4.01 の仕様→ http://www.w3.org/TR/html4/
17章が FORM に関する仕様→ http://www.w3.org/TR/html401/interact/forms.html
ここの11項に、tabbing navigation が定義されている。
で、その原文。
Tabbing keys. The actual key sequence that causes tabbing navigation or element activation depends on the configuration of the user agent (e.g., the "tab" key is used for navigation and the "enter" key is used to activate a selected element).
User agents may also define key sequences to navigate the tabbing order in reverse. When the end (or beginning) of the tabbing order is reached, user agents may circle back to the beginning (or end).
フォーカス移動は HTML の仕様では決められておらず、ユーザーエージェントに任せられている。
つまり、「タブキーでフォーカス移動」は、InternetExplorer の仕様ということ。
そして、「tabbing navigation」だから、[TAB]キーが割り当てられたのではなかろうか。
投稿日時 : 2007年2月26日 22:25