06:29:56 RRSAgent has joined #svg 06:29:56 logging to http://www.w3.org/2009/08/26-svg-irc 06:29:58 RRSAgent, make logs public 06:30:00 Zakim, this will be GA_SVGWG 06:30:00 ok, trackbot; I see GA_SVGWG()2:30AM scheduled to start now 06:30:01 Meeting: SVG Working Group Teleconference 06:30:01 Date: 26 August 2009 06:31:42 GA_SVGWG()2:30AM has now started 06:31:49 +??P0 06:31:52 Zakim, ? is me 06:31:52 +heycam; got it 06:35:04 +??P1 06:35:10 Zakim, ??P1 is me 06:35:10 +anthony; got it 06:37:53 +Doug_Schepers 06:39:13 ChrisL has joined #svg 06:39:33 rrsagent, here 06:39:33 See http://www.w3.org/2009/08/26-svg-irc#T06-39-33 06:39:48 Chair: Cameron 06:41:07 +ChrisL 06:41:50 Agenda: http://www.w3.org/mid/20090825234450.GA11429@wok.mcc.id.au 06:42:28 Zakim, who is on the call? 06:42:28 On the phone I see heycam, anthony, Doug_Schepers, ChrisL 06:50:38 scribe: anthony 06:50:43 chair: Cameron 06:51:49 Agenda: http://lists.w3.org/Archives/Public/public-svg-wg/2009JulSep/0054.html 06:52:07 Topic: Substitute for onload event in XSLT-generated graphics [www-svg] 06:52:08 http://www.w3.org/mid/17608.193.8.177.17.1251183912.squirrel@webmail22.mirsky.de 06:53:15 CM: This about events and whether it should be dispached if the document you opened is the result of an XSL transformation 06:53:32 CL: You don't automatically have parsing happening when XSLT is running 06:53:36 ... it generates source? 06:53:43 CM: It generates the DOM 06:53:50 ... then installs the document 06:54:01 ... that's how I thought it work 06:54:11 ... not sure if incremental XSLT exists 06:54:18 CL: Basically it's another data source 06:54:22 ... either way it should be parsed 06:54:30 ... and when it's finished you should get a load event 06:54:40 CM: I haven't checked the wording we've got 06:54:48 ... to see if it focuses on the parsing tags 06:55:01 CL: I don't hear any disagreement if that should happen 06:55:34 CM: If you have a whole DOM in memory and you wanted to do the thing where script elements run 06:55:57 ... as soon as you see the closing script tag 06:55:58 http://www.w3.org/TR/2009/PER-xslt20-20090421/#result-trees 06:56:08 The output of a transformation is a set of one or more final result trees. 06:56:09 A final result tree can be created explicitly, by evaluating an xsl:result-document instruction. As explained in 2.4 Executing a Transformation, a final result tree is also created implicitly if no xsl:result-document instruction is evaluated, or if the result of evaluating the initial template is a non-empty sequence. 06:56:09 The way in which a final result tree is delivered to an application is implementation-defined. 06:56:22 CL: [reads out above text] 06:56:46 ... so XSL itself says nothing 06:56:53 ... about how it gets load etc 06:57:04 ... talks in terms about what the grammar is and what the out put is 06:57:28 CM: I wonder if the HTML5 spec says anything XML style sheet processing instructions 06:57:33 ... maybe they've already covered that 06:57:41 ... about script elements and when they get run 06:58:36 http://dev.w3.org/html5/spec/the-xhtml-syntax.html#the-xhtml-syntax 06:58:53 "Certain algorithms in this specification spoon-feed the parser characters one string at a time. In such cases, the XML parser must act as it would have if faced with a single string consisting of the concatenation of all those characters." 06:59:19 DS: specifically the section 10.4 06:59:21 10.4 Parsing XHTML fragments 06:59:42 DS: I'm not sure if it's at the same level that you guys were talking 07:00:30 CM: Maybe the stuff in 10.2, 5th paragraph is talking about 07:00:35 ... the script element 07:00:43 ... and what you do with it 07:02:04 CM: It seems to me that SVGLoad gets dispatched to the root 07:02:59 CL: One thing about the original message is it about the spec or an unnamed implementation being used? 07:03:09 CM: Think it being used in FireFox 07:03:22 CL: We seem to agree that SVGLoad event should be fired 07:03:33 ... and there is nothing in HTML5 that is very definitive 07:03:59 CM: I think the trick is whether you have half a document in memory (in the DOM) when you encounter a script element 07:05:00 ... if the output of your XSLT is the whole DOM or whether you need to reconstruct everything 07:06:18 ACTION: Cameron to Look more into the HTML 5 specification to see if there is wording about how the result of XSLT are parsed when script element is encountered 07:06:19 Created ACTION-2661 - Look more into the HTML 5 specification to see if there is wording about how the result of XSLT are parsed when script element is encountered [on Cameron McCormack - due 2009-09-02]. 07:08:34 -heycam 07:08:58 +??P0 07:09:00 Zakim, ??P0 is me 07:09:00 +heycam; got it 07:11:17 Topic: filterRes Issue 07:11:19 http://lists.w3.org/Archives/Public/www-svg/2009Jul/0014.html 07:12:06 AG: As far as I can tell the filterRes is used to calculate a scaling factor for the filter primitive 07:12:35 ... you divide the filterRes by the bounds in device space 07:12:41 ... to get the scaling factor 07:12:58 ... I'm pretty sure it's a DPI measurement 07:14:20 (by the way, on previous topic, http://www.astrotexte.ch/sources/svgonload.html fails to fire load in Firefox 3.6a1 but does throw in Opera 10 b2) 07:15:02 CM: It should be it's used to determine intermediate width and height of the primitive 07:15:19 ... the current wording makes it sound like they are the actual width and height 07:15:27 AG: I think the current wording is wrong 07:15:53 ... I'd like to hear what Eric thinks about this issue as well 07:17:47 Topic: Substitute for onload event in XSLT-generated graphics [www-svg] again 07:17:53 CL: I tried the example 07:18:01 ... in Firefox it's not thrown 07:18:04 ... in Opera it is 07:18:17 ... couldn't test Safari can't get it working on my PC atm 07:19:00 ... What we need is a test which uses XSLT to generate HTML with a script that fires onload 07:19:05 ... to see what they do with that 07:19:23 http://www.astrotexte.ch/sources/svgonload.html 07:19:24 ... I suspect all the browsers will throw a load event 07:19:57 AG: Do you think it's worth making this a test case? 07:20:03 CL: Would be an interesting test 07:20:22 CM: Do we require XSL instructions to be processed in SVG? 07:20:27 CL: Optional addition 07:20:41 safari on windows seems to crash on any svg file. odd 07:20:44 ... sort of like inline TIFF, you can display it 07:20:54 ... but don't have to 07:21:23 CL: In fire fox in the top case all you see is a blue circles 07:22:42 DS: When I load it in Safari it produces astrological symbols 07:22:47 ... top and bottom 07:22:55 CM: So Safari does dispatch the event then 07:23:14 ... next interesting test 07:23:26 ... will be a document with a script halfway through it 07:24:25 CL: If you look on the bugzilla, the same comment is made there as was made to us 07:25:42 ... I think it would be useful to find out what HTML does in practice 07:25:51 ... I'd rather have the same load event dispatched 07:26:27 CM: Even if you don't go the root of reconstructing the DOM in the right order we can say 07:26:33 ... dispatch the event to the root element 07:28:06 ACTION: Cameron to Test XSLT generating HTML with a script that fires an onload event 07:28:06 Created ACTION-2662 - Test XSLT generating HTML with a script that fires an onload event [on Cameron McCormack - due 2009-09-02]. 07:30:25 Topic: painting-render-02-b.svg review 07:30:51 CL: Currently writing a program to test the different versions of sRGB 07:31:10 ... there's the original version invented by MS and HP 07:31:26 ... then there's another version presented to the W3C that rounds off 07:31:32 ... the constants 07:31:42 ... produced a discontinuity 07:32:21 ... then there's another version that got standardised in IEC 07:34:21 ... how did you derive your value? 07:34:37 AG: I used the W3C sRGB to calculate it 07:34:50 CM: Which is the correct one? 07:35:00 CL: The IEC sRGB 07:35:15 http://en.wikipedia.org/wiki/SRGB#Theory_of_the_transformation 07:36:08 CM: Does that mean the W3C one should be updated to match? 07:36:24 CL: It should, I had considered submitting something about this 07:36:31 w3c has K0 = 0.03928 07:36:44 iec has K0 = 0.04045 07:37:27 CL: Is this in a spec or is this a note? 07:37:36 s/CL/CM/ 07:38:31 CM: Is this something worth pointing out in the W3C spec? 07:38:52 CL: Yes, this may contribute to some of the variations between results 07:42:23 ACTION: Chris to Investigate the discontinuities in the sRGB gamut and correct any notes on the W3C website and any colour tests that are incorrect 07:42:23 Created ACTION-2663 - Investigate the discontinuities in the sRGB gamut and correct any notes on the W3C website and any colour tests that are incorrect [on Chris Lilley - due 2009-09-02]. 07:44:15 ACTION: Chris to Propose wording for the colour section in F1.1 which clarifies which sRGB colour gamut to use 07:44:15 Created ACTION-2664 - Propose wording for the colour section in F1.1 which clarifies which sRGB colour gamut to use [on Chris Lilley - due 2009-09-02]. 07:45:18 Topic: MIME type registration 07:45:22 http://www.w3.org/2006/02/son-of-3023/draft-murata-kohn-lilley-xml-02.html 07:45:34 CL: The latest version can be found in the above link 07:45:52 ... I submitted a draft in July 07:46:39 ... ISO still have some issues with what 5th edition spec references 07:47:57 ... The bit about parsing the ascii characters hasn't changed in editions 07:48:19 ... I'm going to put explicit wording which will help address this issue 07:48:53 ... I'll probably be making a draft 0.3 that will incorporate the change 07:49:10 ... I've also started making some tests 07:51:12 ... my draft also deprecates text/XML and says to used application/XML 07:53:33 DS: What time frame are we talking about for the maturity such that it would register the SVG MIME type 07:53:49 CL: All you have to do is show a two week period with no outstanding comments 07:54:17 DS: So we could have SVG MIME type registered by SVG Open 07:54:42 CL: Depends on how things go 08:00:35 -ChrisL 08:00:36 -Doug_Schepers 08:00:38 -heycam 08:05:38 disconnecting the lone participant, anthony, in GA_SVGWG()2:30AM 08:05:41 GA_SVGWG()2:30AM has ended 08:05:42 Attendees were heycam, anthony, Doug_Schepers, ChrisL 08:07:44 RRSAgent, make minutes 08:07:44 I have made the request to generate http://www.w3.org/2009/08/26-svg-minutes.html anthony 08:11:39 "anthony, the lone participant" heh 08:11:52 yeah I don't get it 08:12:19 for some reason zakim thought I didn't sign out 08:12:51 And for that 08:12:54 Zakim, bye 08:12:54 Zakim has left #svg 08:12:56 BAM 08:13:01 that's what you get Zakim! 09:24:21 heycam has joined #svg 11:13:04 ed_work has joined #svg 12:05:39 ed_work has joined #svg