CARVIEW |
Select Language
HTTP/2 200
date: Tue, 07 Oct 2025 07:47:18 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:37:35 GMT
cache-control: max-age=2592000, public
expires: Thu, 06 Nov 2025 07:47:18 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98abca245e099dfa
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=swGK5nAItpRWShvh82xtUSuWGh0oGBFYwM5XDVXqN.Q-1759823238-1.0.1.1-xwfQHpX68mJXvhvAIGriHZwNJ6WYGrIcq0X6RwvuTAnCi11kxhz9vdA3R_T33Ajo490_m2gdsgn07OUSZiJ.vEfQQILSZj2tWuQFXrGim34; path=/; expires=Tue, 07-Oct-25 08:17:18 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98abca245e099dfa-BLR
alt-svc: h3=":443"; ma=86400
Return value of SVGAnimationElement.getStartTime from Cameron McCormack on 2006-01-10 (www-svg@w3.org from January 2006)
Return value of SVGAnimationElement.getStartTime
- From: Cameron McCormack <cam-www-svg@aka.mcc.id.au>
- Date: Tue, 10 Jan 2006 22:24:27 +1100
- To: www-svg@w3.org
- Message-ID: <20060110112427.GB31576@port.mcc.id.au>
Hi. The prose for SVGAnimationElement.getStartTime states[1]: Returns the start time in seconds for this animation. but obviously an animation element can have multiple begin times. Should this function return the first begin time in the list, the begin time that started the current interval, the begin time that starts the next interval, or something else? Also, what should happen if the begin time to be returned is indefinite or unresolved? getSimpleDuration throws an exception in this case. Thanks, Cameron [1] https://www.w3.org/TR/SVG11/animate.html#InterfaceSVGAnimationElement -- Cameron McCormack ICQ: 26955922 cam (at) mcc.id.au MSN: cam (at) mcc.id.au https://mcc.id.au/ JBR: heycam (at) jabber.org
Received on Tuesday, 10 January 2006 11:24:33 UTC