Archive for the 'WHATWG' Category

Wednesday, November 14th, 2007

Can anyone explain to me why an input of type checkbox does not submit when not checked? The only thing I can think off is because someone, somewhere, at the beginning of time thought it would be nicer to have to just check if the parameter is set, instead of checking its actual state. And […]

Monday, May 28th, 2007

With the introduction of HTML5 is the introduction of browser support for the <canvas> element. This is an important introduction because unlike the canvas in Flash and other non-HTML web application frameworks, the drawing here can be accomplished via javascript (or potentially another client side scripting language) and is based on the HTML event model.
I’ve […]