[whatwg] non-checked checkbox posting success?

2006-07-24 Thread Ric Hardacre
When using checkboxes in forms i find myself doing this input type=checkbox name=foo value=true input type=hidden name=foo value=false and retrieving the value from the posted form data a bit like this if( checkbox.value == false )then bSomeBool = false; else bSomeBool =

Re: [whatwg] [canvas] globalCompositeOperation poorly defined

2006-07-24 Thread L. David Baron
On Friday 2006-07-21 09:07 -0700, L. David Baron wrote: On Friday 2006-07-21 11:14 +0300, Henri Sivonen wrote: I gather that a normative reference to the Porter–Duff paper is needed: http://keithp.com/~keithp/porterduff/p253-porter.pdf Perhaps, assuming that's what's been implemented,