12:58:01 RRSAgent has joined #svg 12:58:01 logging to http://www.w3.org/2014/05/08-svg-irc 12:58:03 RRSAgent, make logs public 12:58:03 Zakim has joined #svg 12:58:05 Zakim, this will be GA_SVGWG 12:58:05 ok, trackbot; I see GA_SVGWG()9:00AM scheduled to start in 2 minutes 12:58:06 Meeting: SVG Working Group Teleconference 12:58:06 Date: 08 May 2014 12:58:18 Agenda: http://lists.w3.org/Archives/Public/www-svg/2014May/0003.html 12:58:21 chair: ed 12:58:50 GA_SVGWG()9:00AM has now started 12:58:57 +[IPcaller] 12:59:06 zakim, IPcaller is me 12:59:06 +cabanier; got it 12:59:12 +[IPcaller] 12:59:36 +Rich_Schwerdtfeger 12:59:45 Zakim, [IP is me 12:59:45 +ed; got it 13:00:24 +??P3 13:02:20 +krit 13:02:54 zakim ??P3 is me 13:03:06 zakim, ??P3 is me 13:03:07 +stakagi; got it 13:03:12 +??P7 13:03:27 Zakim, ??P7 is me 13:03:27 +nikos; got it 13:05:02 scribe: Rich 13:05:15 Topic: SVG2 User Agent Implementation Guide 13:05:29 scribeNick: richardschwerdtfeger 13:05:47 Core Accessibility API Mappings 13:05:55 SVG2 Accessibility API Mappings 13:06:04 HTML5 Accessibility API Mappings 13:08:19 richardschwerdtfeger: does anyone have concerns with the names of the specifications? 13:08:26 (none heard) 13:09:14 scribe: Rich 13:09:25 http://lists.w3.org/Archives/Public/www-svg/2013Jun/0071.html 13:09:35 TOPIC: should we remove tref from SVG2? 13:10:17 erik: It is not implemented in Firefox. There is not much use in blink. People are looking to remove it if possible. 13:10:24 Rich: Is it implemented in IE? 13:10:42 nikos: Not implemented in IE11 13:11:04 erik: You can use the element instead so not much loss of functionality 13:11:41 nikos: if satisifes those then we will be ok 13:12:17 ed: tref can be used inside a text element. but use you would use outside but you can mostly do the same thing 13:12:35 http://lists.w3.org/Archives/Public/www-svg/2013Jun/0075.html 13:12:37 nikos: There was some comment about it breaking air traffic control software 13:13:01 nikos: it was a little bit vauge 13:13:06 s/vauge/vague/ 13:13:32 nikos: If it is not really implemented in browsers anyway … 13:13:53 ed: there were a lot of quirks with it so I would like to remove it. It makes things more complicated for implementation 13:14:28 ed: If you have script you can do anything with it but there is not always the opportunity to use script 13:14:55 ed: I propose that we try to drop it with the next publication of the spec. 13:15:17 ed: hearing no objections 13:15:28 RESOLUTION: Remove TREF from the SVG 2 spec. 13:16:07 Topic: Deprecate pixelUnitToMillimeterX, pixelUnitToMillimeterY, 13:16:07 screenPixelToMillimeterX, screenPixelToMillimeterY in SVG2 13:16:56 krit: Do we want to continue having these functions that simply return constants? They are really not needed any more. 13:17:16 krit: can we at least deprecate them? 13:17:50 ed: So, these contants are easy to get from other APIs or this is basically what the web does more or less 13:17:59 ed: Can we get these values from CSS? 13:18:10 krit: No, I don’t think so 13:18:29 ed: I have not seen these used so I am not that concerned. I think we should deprecate them. 13:18:54 ed: hearing no objections to deprecate them. 13:19:25 Action: Dirk deprecate Deprecate pixelUnitToMillimeterX, pixelUnitToMillimeterY, screenPixelToMillimeterX, screenPixelToMillimeterY in the spec. 13:19:26 Created ACTION-3623 - Deprecate deprecate pixelunittomillimeterx, pixelunittomillimetery, screenpixeltomillimeterx, screenpixeltomillimetery in the spec. [on Dirk Schulze - due 2014-05-15]. 13:19:57 Topic: Should we use unrestricted double for SVGLength, SVGNumber, SVGAngle and 13:19:58 all attributes? 13:20:24 krit: You can pass none. 13:20:35 krit: should we restict the API or should we make it unrestricted? 13:21:07 krit: they will all have unrstricted doubles 13:21:19 krit: It just makes sense to make it unrestricted. 13:21:39 ed: ok let’s do that 13:22:04 Topic: All presentation attributes (even the new presentation attributes like 13:22:04 width and height) should allow global CSS keywords like inherit and 13:22:05 initial. 13:22:12 s/ok let’s do that/ok let’s postpone the discussion until heycam is present/ 13:22:33 krit: I think we should not add new cases and we should follow CSS as much as possible. 13:22:45 ed: this does post some consistency issues 13:23:12 ed: … svglength for example. So, that is the reason for not allowing it for the elements that are presentation attributes 13:24:32 nikos: the object models would produce computed styles. This is something we decided 2 years ago. 13:24:33 ... and then gElm.baseVal.transform.getItem(0), what does it return? 13:25:17 ed: the base values would be computed? 13:25:26 nikos: you would get the computed styles 13:25:40 nikos: we should move to the CSS object model where possible 13:25:58 ed: you could use the get attributes if you wanted to get whatever was written 13:26:01 ed: that makes sense 13:26:17 ed: that would mean that I would go change the spec. 13:26:30 nikos: you would not disallow the new units from CSS 13:27:00 nikos: you are are nto restricting it to the character message length 13:27:36 action: ed modify the sentence in the spec. to allow the globall css keywords like inherit and initial 13:27:36 Created ACTION-3624 - Modify the sentence in the spec. to allow the globall css keywords like inherit and initial [on Erik Dahlström - due 2014-05-15]. 13:28:12 Topic: Event attributes on graphics and container elements why not SVGElement 13:28:13 in general, just like HTMLElement does? 13:28:26 nikos: It would make sense to make it for SVG elements in general 13:28:40 nikos: script elements, style elements, etc. 13:28:52 ed: the scripting chapter in the spec.? 13:29:02 ed: it is out of date and should be updated. 13:29:20 ed: these are more or less the standard events 13:30:04 nikos: we just map all event attributes to svg elements as well. 13:30:11 ed: should be fine. 13:31:23 Action: ed Event attributes on graphics and container elements added to SVGElement just like HTMLElement does 13:31:23 Created ACTION-3625 - Event attributes on graphics and container elements added to svgelement just like htmlelement does [on Erik Dahlström - due 2014-05-15]. 13:31:37 ed: the next call is May 22 13:31:48 nikos: I may not be available as well 13:31:53 nikos: my regrets 13:32:15 ed: meeting adjouned 13:32:16 -cabanier 13:32:17 -ed 13:32:17 -krit 13:32:19 -stakagi 13:32:19 zakim, bye 13:32:19 leaving. As of this point the attendees were cabanier, [IPcaller], Rich_Schwerdtfeger, ed, krit, stakagi, nikos 13:32:19 Zakim has left #svg 13:32:35 RRSAGent, make log public 13:32:44 s/nikos: my regrets/krit: my regrets 13:32:45 RRSAgent, make minutes 13:32:45 I have made the request to generate http://www.w3.org/2014/05/08-svg-minutes.html richardschwerdtfeger 13:32:56 wonder if I got that in in time ;) 13:33:42 RRSAgent, make minutes 13:33:42 I have made the request to generate http://www.w3.org/2014/05/08-svg-minutes.html richardschwerdtfeger 13:36:03 @krit: I added it to the post to the list of the mintues. 13:36:36 richardschwerdtfeger: thanks 13:36:41 yw 14:01:00 richardschwerdtfeger has left #svg