CARVIEW |
Select Language
HTTP/2 301
date: Tue, 07 Oct 2025 23:17:46 GMT
content-type: text/html; charset=ISO-8859-1
location: https://lists.w3.org/Archives/Public/www-svg/2009Jan/0023.html
cf-ray: 98b11d2149b3335a-BLR
cache-control: max-age=21600
expires: Wed, 08 Oct 2025 05:17:46 GMT
x-backend: www-mirrors
x-request-id: 98b11d2149b3335a
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: EXPIRED
set-cookie: __cf_bm=6vJ423VnFWGCo_9nOo7arsa3ZBP8RN0EbmRk6GsE_Vo-1759879066-1.0.1.1-g7hh2PXMGiqRiWftgMvzQJUnKZO3JHtc9mbDQx4twt4ZolIR8NNNEBzEY0wzy6tuP6T5tcIcm6FT3qB7_HY3e1H4tczVnxs60Ql_d4CTwC4; path=/; expires=Tue, 07-Oct-25 23:47:46 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Tue, 07 Oct 2025 23:17:47 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:37:44 GMT
cache-control: max-age=2592000, public
expires: Thu, 06 Nov 2025 23:17:47 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98a6a38ee938c18d
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
server: cloudflare
cf-ray: 98b11d241d95f470-BLR
alt-svc: h3=":443"; ma=86400
SVGAnimationElement.getStartTime from Brian Birtles on 2009-01-15 (www-svg@w3.org from January 2009)
SVGAnimationElement.getStartTime
- From: Brian Birtles <birtles@gmail.com>
- Date: Thu, 15 Jan 2009 16:20:47 +1300
- To: www-svg@w3.org
- Message-ID: <65fa1620901141920y188e9d38g3a974b0bc3778718@mail.gmail.com>
Hi, I would like to revisit the specification of SVGAnimationElement.getStartTime. As noted by Cameron McCormack in January 2006[1] the SVG 1.1 specification simply states that this method: Returns the start time in seconds for this animation.[2] However, it does not specify which start time in the case of multiple start times. Is it the start time of the current active interval? And if there is no current active interval is it the start time of the next interval or the previous interval? I have produced a small test of this behaviour[3] and note that Opera 9.62 appears to return the start time of the current interval, or failing that the start time of the next interval, or failing that the start time of the previous interval. I think it is necessary to define this behaviour more adequately. Unfortunately Cameron McCormack's previous query went unanswered. Is it possible to add an erratum specifying this behaviour? Best regards, Brian [1] https://lists.w3.org/Archives/Public/www-svg/2006Jan/0192.html [2] https://www.w3.org/TR/SVG/animate.html#SVGAnimationElement [3] https://brian.sol1.net/svg/tests/getStartTime.svg
Received on Thursday, 15 January 2009 03:21:29 UTC