Articles tagged: ‘html5’
-
Flash Is Dead.
Flash laid the conceptual groundwork for much of what we now do with native web technologies.
-
Troubleshooting Chrome's An invalid form control is not focusable error
If your form control isn't focusable, make sure it's visible / being displayed.
-
Subtitles and captions with WebVTT
One drawback of HTML5 multimedia is accessibility. For hearing impaired users, audio and video...
-
Date input in HTML5: Restricting dates, and a thought for working around limitations
You probably know that HTML5 introduced a date input type, which constrains the value to a valid...
-
Use IDL attributes to test <input type=""> support
HTML5 input control types still have a ways to go before every type is supported in every...
-
Meet the datalist element
UPDATE: Browsers vary a bit in how they render datalists based on the type of form input. Eiji...
-
input type="range"
and Android's stock browser.This post is more than ten years old. It is no longer accurate. Android's stock browser supports...
-
An Introduction to HTML5 Web Messaging
'HTML5 web messaging provides a way for documents to share data without exposing the DOM to...
-
input type="url", validation and user interfaces
Recently a friend messaged me about the url input type, and how to prevent Opera from...
-
What is HTML5?
My super-short post that attempts to answer this question as completely and accurately as...
-
Quick PHP Tip: Uploading multiple files in HTML5
One of the neat things about HTML5 is that it allows for multiple file uploads in one file...
-
The HTML5 video progress event: Redux
In my first post on HTML5 video and its progress event, I wrote: Only Firefox provides a means...
-
The HTML5 video progress event
UPDATE: Thanks to zcorpan's comments, I have posted a follow-up entry that should clarify the...