Side navigation
#7716 closed enhancement (invalid)
Opened December 07, 2010 07:53AM UTC
Closed December 07, 2010 10:05AM UTC
HTML 5 Support
Reported by: | dietrich.evidenz@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be nice to include in the jQuery support for verification, if the browser supports the user in HTML 5.
Attachments (0)
Change History (1)
Changed December 07, 2010 10:05AM UTC by comment:1
priority: | undecided → low |
---|---|
resolution: | → invalid |
status: | new → closed |
Thanks for submitting a ticket to the jQuery Bug Tracker!.
The HTML5 specification actually consists of a number of different features and as support for these features is not consistent across all browsers, what is recommended is rather than testing for 'HTML5 support', the user tests for support of *specific* features their application requires rather than just HTML5. Feature detection using something such as Modernizr should suffice here.