It’s Curtains for Marital Strife Thanks to getUserMedia

HTML5 Doctor - Tue, 2012-02-07 14:56

True story: I was tasked by the lovely Mrs Lawson to buy some curtains that match our carpet during the January sales. I dutifully did so — and had to return to the shop straight away because they didn’t match at all. Mrs Lawson accompanied me, and with a withering glance at her incompetent mate, immediately found some correctly hued fabric, and all was well.

Read more
Categories: HTML5

WHATWG Weekly: translate attribute and other changes to HTML

The WHATWG Blog - Tue, 2012-02-07 14:26
Since the last WHATWG Weekly, almost a month ago now, over a hundred changes have been committed to the HTML standard. This is the WHATWG Weekly and it will cover those changes so you don’t have to. Also, remember kids, that fancy email regular expression is non-normative. translate attribute To aid translators and automated translation [...] Read more
Categories: HTML5

Server-Sent Events

HTML5 Doctor - Tue, 2012-01-24 14:30

We’ve already had a glimpse at Server-Sent Events (also known as EventSource†, and I’ll switch between the two to keep you on your toes) in my Methods of Communication article from last year. In this article, I want to delve in to more detail about the SSE API, demonstrate its features, and even show you how to polyfill browsers that lack EventSource support.

Read more
Categories: HTML5

The contenteditable attribute

HTML5 Doctor - Tue, 2012-01-10 15:10

For some time now, we’ve been using various technologies to edit and store text within a web browser. Now with the contenteditable attribute, things have got a whole lot easier. In this article, I’ll tell you what this attribute is for, how it works, and how we can take things further.

The Basics

First, let’s check out the spec:

Read more
Categories: HTML5

WHATWG Weekly: Happy New Year!

The WHATWG Blog - Mon, 2012-01-09 15:52
Happy new year everyone! We made great progress in standardizing the platform in 2011 and plan to continue doing just that with your help. You can join our mailing list to discuss issues with web development or join IRC if you prefer more lively interaction. I will be taking the remainder of the month off [...] Read more
Categories: HTML5

WHATWG Weekly: Shadow DOM and more encoding fun!

The WHATWG Blog - Wed, 2011-12-21 13:33
You might have missed this. Because of this lengthy thread on throwing for atob() space characters will no longer cause the method to throw from revision>6874 onwards. This is the WHATWG Weekly, with some standards related updates just before the world slacks off to feast and watch reindeer on Google Earth. Shadow DOM Dimitri Glazkov [...] Read more
Categories: HTML5

The output element

HTML5 Doctor - Tue, 2011-12-20 14:30

Across the web, you’ll see a range of sites that feature calculators for working out things like loan repayments, mortgage rates, tax, insurance, and more. Until now, we’ve had no way of semantically marking up the result of those calculations. Enter: the <output> element! In this article, we’ll show you <output> and some related JavaScript tricks. Let’s get cracking.

Read more
Categories: HTML5

WHATWG Weekly: Stream API and better autocomplete

The WHATWG Blog - Thu, 2011-12-15 09:44
James Hawkins proposed the intent element in a way that brings back memories of HTML4. Happy to be reminded we are over SGML now. This is the WHATWG Weekly. Better autocomplete Overnight a complete proposal for better autocomplete appeared on the WHATWG Wiki, apparently already experimentally implemented in Chrome (prefixed). It proposes a new autocompletetype [...] Read more
Categories: HTML5
Syndicate content