Coding kvetch: A perusal of the Apple Developer notes for designing websites to be compatible with the iPad shows that one of the guidelines discourages exclusive use of mouse-specific event handlers such as mouseover and mouseout. Instead, they encourage use of Safari-specific DOM Touch events. Would it be possible for us to all get along on a universal scale by using hardware- and browser-independent event handlers such as onfocus and onblur?
↧