Re: New JQuery test proposal; keeping inputmode or not?

I'd like to align our tests as closely to HTML5 as possible. So if
inputmode isn't there, I don't see why we should ask UAs to have it.



I don't quite understand the Jquery test as it just tests the Jquery
add class feature:
$(document).ready(function() { $("#jquery").addClass("green"); });

Or is Jquery supposed to bomb if something is not supported?

Received on Tuesday, 17 March 2009 11:29:40 UTC