[whatwg] Publishing another Web Forms 2 Call For Comments soon

On Mon, 31 Jan 2005 15:31:47 +0000 (UTC), Ian Hickson <ian at hixie.ch> wrote:
> of a sweep through the document
> before firing the "load" event (which can be implemented as a load event
> listener assuming you can guarentee it runs first), and as part of an
> interface that extends HTMLElement and applies to all elements.

the load event is way too late, you can't have forms exhibiting
different behaviour before onload and after onload, it's a horrible
user experience.

Equally you need to be able to deal with repitition elements that are
created through some script mechanism after your onload event might
have fired, the way to do this is of course through the stylesheet -
either with HTC's or expression() .
 
> but that could be done as part of
> the sweep for repeat-start attributes on load

So you're expecting the users to see the templates until the load event fires?

Jim.

Received on Monday, 31 January 2005 08:35:14 UTC