“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
But I'll have to post a comment over on the W3C's XHTML 2.0 developnment forum. Onmouseup might be a useful handler.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
I was thinking about a handler for when the mouse moves vertically.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
<label>Zip code<input onkeyup="var v=this.value.replace(/[^\d\-]/g, ''); if (this.value!=v) this.value=v" type="text"></label>
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Bookmarks