Re: [whatwg] The political and legal status of WHATWG

2009-06-25 Thread Ian Hickson
On Thu, 10 Jan 2008, Brian Smith wrote: > Ian Hickson wrote: > > > 9.) Should HTML5 be put back under direct control of the W3C now > > > that they have expressed interest in developing it? > > > > It is "under direct control of the W3C". It just happens that I'm > > editor of the spec in the W3

[whatwg] nested hashchange events

2009-06-25 Thread Olli Pettay
Hi all, currently "6.11.9 History traversal" doesn't seem to handle nested hashchange events too well. If there is a fragment id change to A, hashchange is dispatched, then if the listener changes the fragment to B, there is a new hashchange and after that the page will scroll to B. But the frag

Re: [whatwg] nested hashchange events

2009-06-25 Thread Olli Pettay
And it seems like IE scrolls first and then dispatches hashchange events. On 6/25/09 11:44 AM, Olli Pettay wrote: Hi all, currently "6.11.9 History traversal" doesn't seem to handle nested hashchange events too well. If there is a fragment id change to A, hashchange is dispatched, then if the

Re: [whatwg] nested hashchange events

2009-06-25 Thread Olli Pettay
IE8 seems to fire hashchange asynchronously. So it fires some time after window.location = "somenewvalue"; has been called. Perhaps asynchronous firing is good enough (and it certainly is easier to implement safely) and could be added to the spec. -Olli On 6/25/09 1:46 PM, Olli Pettay wrote:

Re: [whatwg] nested hashchange events

2009-06-25 Thread Ian Hickson
On Thu, 25 Jun 2009, Olli Pettay wrote: > > currently "6.11.9 History traversal" doesn't seem to handle > nested hashchange events too well. Oops. 'hashchange' is supposed to be asynchronous. My bad. Fixed. > If there is a fragment id change to A, hashchange is dispatched, then if > the listen

Re: [whatwg] PDF version comments

2009-06-25 Thread Ian Hickson
On Wed, 12 Nov 2008, Henri Sivonen wrote: > On Nov 12, 2008, at 02:37, Ian Hickson wrote: > > > > The acks section shows question marks for 윤석찬 and 黒澤剛志. > > > > I presume this is a font problem; if someone can provide better fonts, I'm > > happy to try to hook them in. > > Droid Sans Fallback R

Re: [whatwg] Errormessages in forms

2009-06-25 Thread Ian Hickson
On Tue, 2 Dec 2008, Oldřich Vetešník wrote: > Dne Tue, 02 Dec 2008 11:31:07 +0100 Ian Hickson napsal/-a: > > > > Well, in the snippet above, the following seems adequate: > >Instructions > >Type in dd-mm-yyy format > > ...and the custom error message should be set from script, us