00:02:52 Cyril has joined #svg 00:05:55 [11] Expose animateMotion values in the SVG DOM 00:08:07 birtles: is it not exposed in the animated value of the transformed list? 00:08:11 all: no it's not 00:08:23 krit: shouldn't it be exposed through the OM for CSS Transforms? 00:10:41 shanestephens_: it would be better if you can query the animated value per animation effect not just the composite result 00:10:47 heycam: yeah, that would be nice 00:10:59 shanestephens_: we can add an API for that in Web Animations 00:11:08 AlexD has joined #svg 00:11:11 heycam: let's leave it to Web Animations then 00:11:39 krit: what about adding a new layer/stylesheet for animation to the cascade? 00:12:49 ... it would need to be defined by Web Animations 00:13:17 heycam: let's drop it from the requirements list and leave it to Web Animations 00:13:32 [12] Make the SVG*List interfaces a bit more like other lists/arrays 00:14:00 ed: I think heycam did it 00:14:12 heycam: I think I did it when I converted the interfaces to Web IDL 00:14:16 ... I guess it's done 00:15:29 [13] Make it easier to read and write to attributes in the SVG DOM 00:17:45 AlexD: I think the proposal for rect.x.px is nice for developers 00:17:54 heycam: it would be pretty easy to add just that 00:18:19 ... so should we just do that? 00:18:31 all: seems good 00:19:19 heycam: should it be base val or a hybrid of anim/base val? 00:19:36 all: seems better to just use base val 00:19:51 action: Cameron to add length shortcuts to SVG DOM 00:19:52 Created ACTION-3414 - Add length shortcuts to SVG DOM [on Cameron McCormack - due 2013-02-11]. 00:21:00 heycam: how would you represent calc() etc. in the DOM? 00:21:18 ... do you just have to use the CSSOM for that? 00:21:46 krit: let's talk about that as part of the CSSOM discussion 00:21:58 [14] Improve the SVG path DOM APIs 00:23:43 http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM#Making_Improvements 00:25:06 birtles: I made a proposal about creating paths from an array of floats 00:25:26 ... it would also be neat to have some constructors for some of the path data types 00:26:00 heycam: what about extending the existing methods but allowing them to take a string instead 00:26:11 ... let's keep the requirement for now 00:26:45 ... we'll go into it when we talk about canvas path proposal later 00:26:51 [15] Ensure improved property value access to SVG properties 00:27:16 ... CSSOM will fix this, skip it 00:27:22 [16] Improve bounding box method APIs 00:27:49 [We think we have already added this to the spec, but there is some discussion related to this later in the week.] 00:27:51 ... keep it 00:27:56 [17] Have a method for to select a part of an image to display, maybe by allowing viewBox on it 00:28:33 AlexD: good for DOM spriting 00:28:42 heycam: you can do this with media fragments 00:28:50 ... do we need a separate feature for this? 00:28:59 krit: does that apply to elements too? 00:29:14 ... we need to add spec text for that (supporting image fragments) 00:29:48 ... and then we run into trouble with SVG sprites etc. 00:29:52 heycam: I thought we resolved that 00:29:59 krit: we only resolved that for CSS, not for SVG 00:30:30 ... (i.e. CSS properties, not xlink:href) 00:30:37 ... we need to define how interacts with media fragments 00:30:54 [Added to agenda] 00:31:55 [18] Allow auto-sized images 00:32:08 heycam: no progress there 00:32:35 ... it's to do with adding "auto" to element's width and height 00:32:44 ... I think we decided they should default to zero 00:32:49 ... but it's yet to be added to the spec 00:33:02 ... the only issue remaining is just how to reflect auto in SVGLength 00:33:37 ... we could just use UNKNOWN 00:33:50 ... like we do for transforms 00:35:08 krit: but then what would you do for, e.g., 00:35:13 ... since it uses the same property 00:35:28 ... you would have to define what it means to have a whose width is "auto" 00:35:44 heycam: we could just make it zero (the initial value) 00:35:50 ... let's keep this one 00:36:03 action: Cameron to spec auto-sized images 00:36:03 Created ACTION-3415 - Spec auto-sized images [on Cameron McCormack - due 2013-02-11]. 00:36:08 [19] Support level of detail control 00:36:35 birtles: will be covered tomorrow when we discuss