Re: [whatwg] What should document.write() do when called from setTimeout or event handlers?

2006-08-07 Thread Alexey Feldgendler
On Sun, 06 Aug 2006 06:38:58 +0700, Ian Hickson [EMAIL PROTECTED] wrote: IE seems to make those calls to document.write() simply blow away the document, as if the document was closed. Opera seems to do the same. I think this is the best thing to do. Easy to implement and well-defined. It's

Re: [whatwg] level attribute

2006-08-07 Thread juanrgonzaleza
Jonathan Worent said: --- [EMAIL PROTECTED] wrote: Jonathan Worent said: I think a level attribute is better than nesting because it allows for reducing the emphasis/importance below normal. Nesting can only increase this. Not necesarily. emlevel-1emlevel-2/em/em em

Re: [whatwg] What should document.write() do when called from setTimeout or event handlers?

2006-08-07 Thread Ian Hickson
On Mon, 7 Aug 2006, Alexey Feldgendler wrote: But, anyway, I'm strongly against prohibiting event handling while the document is loading. Doing that would be removing functionality on which existing documents rely. Agreed. -- Ian Hickson U+1047E