Re: [whatwg] getElementsBySelector etc

2005-09-22 Thread Sjoerd Visscher
methods that return NodeLists. As NodeLists are live, adding a contains method, and a modification event to the NodeList interface should cover all you need and much more. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] [html5] window.print() undefined

2005-07-19 Thread Sjoerd Visscher
to de web developer to act responsible with the features he has available. Who wants to annoy the customer anyway? -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] Some likeness of DOM Session scope

2005-07-18 Thread Sjoerd Visscher
part. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] WA1: meta attribute requirements

2005-07-18 Thread Sjoerd Visscher
locations in the document. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] canvas tag and animations ?

2005-06-16 Thread Sjoerd Visscher
OK, I'll shut up about non scripting languages, I don't know anything about them. Charles Iliya Krempeaux wrote: Hello, On 6/15/05, Sjoerd Visscher [EMAIL PROTECTED] wrote: Christian Biesinger wrote: Sjoerd Visscher wrote: Christian Biesinger wrote: Sjoerd Visscher wrote

Re: [whatwg] canvas tag and animations ?

2005-06-16 Thread Sjoerd Visscher
Sjoerd Visscher wrote: Dean Edwards wrote: Charles Iliya Krempeaux wrote: To be honest, the think the idea of drawing transactions is better. Here are the reasons: #1: It makes it so, if the develop wants it, that they can have things that are drawn show up immediately. (I.e., they aren't

Re: [whatwg] canvas tag and animations ?

2005-06-16 Thread Sjoerd Visscher
Dean Edwards wrote: Sjoerd Visscher wrote: Sjoerd Visscher wrote: Dean Edwards wrote: Charles Iliya Krempeaux wrote: To be honest, the think the idea of drawing transactions is better. Here are the reasons: #1: It makes it so, if the develop wants it, that they can have things

Re: [whatwg] canvas tag and animations ?

2005-06-15 Thread Sjoerd Visscher
to play with the same rules. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] canvas tag and animations ?

2005-06-15 Thread Sjoerd Visscher
Christian Biesinger wrote: Sjoerd Visscher wrote: Christian Biesinger wrote: Sjoerd Visscher wrote: This isn't needed. Just like in normal HTML a drawing transaction is automatically started when the javascript code starts Are the canvas functions JavaScript-specific? Ehm

Re: [whatwg] canvas tag and animations ?

2005-06-14 Thread Sjoerd Visscher
Christian Biesinger wrote: Sjoerd Visscher wrote: This isn't needed. Just like in normal HTML a drawing transaction is automatically started when the javascript code starts Are the canvas functions JavaScript-specific? Ehm, no. Actually the automatic drawing transactions story applies

Re: [whatwg] canvas tag and animations ?

2005-06-13 Thread Sjoerd Visscher
(don't know about Safari). Maybe the spec should describe this somewhere? Not specifically for canvas, but for script in general: Changes on the DOM must be performed instantly, and values like offsetWidth etc. must be recalculated, but only visible when the script is done. -- Sjoerd Visscher

Re: [whatwg] A thought: a href=... method=post

2005-05-12 Thread Sjoerd Visscher
problem, without a need for Google to change their accelerator code. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] A thought: a href=... method=post

2005-05-09 Thread Sjoerd Visscher
with POST. Most e-mail clients only mark an item read when it's open for a few seconds, it's a bonus that you can do that too. -- Sjoerd Visscher http://w3future.com/weblog/

Re: [whatwg] Canvas element

2005-04-20 Thread Sjoerd Visscher
of the weightedTags to draw with context // ... Does this make any sense? I think it does, I really like it. It is comparable with allowing the src attribute on any element, as XHTML2 is doing. -- Sjoerd Visscher http://w3future.com/weblog/