No-Bullshit Guide to Detecting Everything in HTML5
11–20 of 37 posts
Re: No-Bullshit Guide to Detecting Everything in HTML5
#12Excuse my ignorance, what's the !! for?
Re: No-Bullshit Guide to Detecting Everything in HTML5
#13I'm constantly confused by 'HTML5', because many of these examples look more like Javascript than a markup language. I've used HTML5 a bit here and there, but just as the next version of XHTML, using things like the tag.
Re: No-Bullshit Guide to Detecting Everything in HTML5
#14I'm constantly confused by 'HTML5', because many of these examples look more like Javascript than a markup language. I've used HTML5 a bit here and there, but just as the next version of XHTML, using things like the tag.
- The and elements
- The element
- Form validation (without JavaScript!)
- New s for data like dates, times, numbers, ranges, and colors, for which the UA can provide OS-native controls
- An API for cross-domain communication between windows
- An API for providing and accepting drag and drop within, between, into, and out of browser windows
- Web Workers for computation in the background
- Web Sockets for efficient communication with your server
- A persistent local database
...and much more!
This page focuses on detecting support for many HTML5 features in JavaScript, so that a developer could, say, swap in their own datepicker if the browser doesn't offer one.
Re: No-Bullshit Guide to Detecting Everything in HTML5
#15*within reason obviously...
Re: No-Bullshit Guide to Detecting Everything in HTML5
#16Re: No-Bullshit Guide to Detecting Everything in HTML5
#17Here, check your browsers: http://mylittlehacks.appspot.com/html5
Re: No-Bullshit Guide to Detecting Everything in HTML5
#18Re: No-Bullshit Guide to Detecting Everything in HTML5
#19Useful. Sadly, I don't see detection for @font-face -- perhaps because it's not very simple? http://paulirish.com/2009/font-face-feature-detection/
Re: No-Bullshit Guide to Detecting Everything in HTML5
#20Excuse my ignorance, what's the !! for?
It's to magnify the emotion expressed. In the olden days, before emoticons, people used a larger vocabulary to express themselves, but often times that failed to express the magnitude of their feelings. They used !! for that purpose. Of course, today we see the abuse of the !! quite rampant. I LOVE YOUR HTML5!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! is an example of this. Note that this is a post-fix operator.