Re: [whatwg] Handling of script elements inside rendered OBJECT

2006-11-07 Thread Ian Hickson
On Wed, 10 May 2006, Shadow2531 wrote: object type=text/html data=about:blank scriptalert('You should not see this!');/script /object What should happen in situations like that? The script element is alternate content. The object is rendered. The script SHOULD NOT be executed

Re: [whatwg] Handling of script elements inside rendered OBJECT

2006-05-11 Thread Shadow2531
On 5/11/06, Lachlan Hunt [EMAIL PROTECTED] wrote: Shadow2531 wrote: object type=text/html data=about:blank scriptalert('You should not see this!');/script /object What should happen in situations like that? The script element is alternate content. The object is rendered. The script

Re: [whatwg] Handling of script elements inside rendered OBJECT

2006-05-11 Thread Lachlan Hunt
Shadow2531 wrote: That problem could be avoided by authors making sure each document.write() wrote complete element markup instead of splitting it up like in your example. The problem could be avoided by not using document.write() at all, but in reality that's not going to happen any time

[whatwg] Handling of script elements inside rendered OBJECT

2006-05-10 Thread Shadow2531
object type=text/html data=about:blank scriptalert('You should not see this!');/script /object What should happen in situations like that? The script element is alternate content. The object is rendered. The script SHOULD NOT be executed *until* the alernate content is rendered. (For example,

Re: [whatwg] Handling of script elements inside rendered OBJECT

2006-05-10 Thread Lachlan Hunt
Shadow2531 wrote: object type=text/html data=about:blank scriptalert('You should not see this!');/script /object What should happen in situations like that? The script element is alternate content. The object is rendered. The script SHOULD NOT be executed *until* the alernate content is