[whatwg] fullscreen event?

2006-05-10 Thread Jorgen Horstink
On 5/6/06, Dean Edwards dean at edwards.name http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org wrote: / Martijn wrote: / / I was thinking, maybe a fullscreen (and a normalscreen event or / / something like that) event would be useful? / / Also, a fullScreen property (which returns true

[whatwg] Doctype conformance requirements

2006-05-10 Thread Jorgen Horstink
Hi, The conformance requirements section[1] states that: /HTML documents that use the new features described in this specification //and that are //served over the wire (e.g. by HTTP) must be sent as text/html and must //start with the //following DOCTYPE: !DOCTYPE html. / So, if I read

[whatwg] another hello + general availability question?

2006-05-10 Thread Burak Emir
Hi, seeing Pablo's mail I decided I should introduce myself too. I am doing research in programming languages and would prefer if I had JavaScript generated rather than written by hand, so as to make interaction with server side code easier. I somehow continue to work on the far less exciting

Re: [whatwg] IE Canvas

2006-05-10 Thread Dean Edwards
On 10/05/06, Pablo Sánchez [EMAIL PROTECTED] wrote: Hi, I did some fixes on the IE Canvas made by Emil at http://eae.net/ and the rotate method works fine. I even could get the Mozilla clock sample to run. But I can't get contact with Emil, his e-mail server keeps returning my messages. Any

Re: [whatwg] fullscreen event?

2006-05-10 Thread Jim Ley
On 10/05/06, Dean Edwards [EMAIL PROTECTED] wrote: On 10/05/06, Jorgen Horstink [EMAIL PROTECTED] wrote: I just had a little chat with Anne and he thinks a rendering change event (ie: before printing, generate a table of contents) will be usefull. I think he is right. I suggested

Re: [whatwg] Parse error for -- in comment end state?

2006-05-10 Thread Ian Hickson
On Tue, 9 May 2006, Simon Pieters wrote: !-- -- -- Yes, I've seen that. I still think !-- -- -- should be a parse error. My bad, I misunderstood. That is, I'd like the text: Anything else Append two U+002D HYPHEN-MINUS (-) characters and the input character to the

Re: [whatwg] fullscreen event?

2006-05-10 Thread Dean Edwards
Jim Ley wrote: On 10/05/06, Dean Edwards [EMAIL PROTECTED] wrote: I suggested onbeforeprint/onafterprint events a while back. It got shot down. :-( How disappointing, let's hope the webapi wg look at it... there's certainly existing implementations to just copy. They're useful events.

[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