[whatwg] "canvas" tag and animations ?

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, no. Actually the automatic drawing transactions story applies to 
>> all scripting languages in HTML.
> 
> 
> There might be non-scripting languages that want to use <canvas>. 
> Consider an extensible UA that might support writing extensions in Java 
> or C++. You can probably not extend such automatic transactions to those 
> languages...

Yes you can. A transaction takes the duration of the thread.

-- 
Sjoerd Visscher
http://w3future.com/weblog/

Received on Wednesday, 15 June 2005 13:40:05 UTC