Search

3/24/2007

{|ihower.idv.tw| blog } » ppk on JavaScript (2) Events

{|ihower.idv.tw| blog } » ppk on JavaScript (2) Events


另外一個 keyboard 的 accessability 重點是,可以被 keyboard focus 的元素只有 links,form fields,buttons 這四樣,這是個需要注意的事情,任何 keyboard-frientld event 或 script 都必須設定在這三種元素上面,例如在寫 mouseover 的鍵盤等價方案的時候,畢竟要可以被使用者按 tab 移動到,寫 event script 才有用…:p

另外就是 Microsoft model 把 event-handler function 當成一般 global function 來處理,也就是如果你用法四 attachEvent 來註冊事件時, event handler裡面的 this 指的是 window 而非發生事件的 object。(作者推薦 Dean Edward’s solution 可以fix)

沒有留言: