<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11732</id>
	<title>Nabble - w3.org - www-svg</title>
	<updated>2009-12-17T03:05:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/w3.org---www-svg-f11732.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/w3.org---www-svg-f11732.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26827136</id>
	<title>Re: Changing attributeType=&quot;CSS&quot;</title>
	<published>2009-12-17T03:05:07Z</published>
	<updated>2009-12-17T03:05:07Z</updated>
	<author>
		<name>Dr. Olaf Hoffmann</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;certainly it is pretty useful for example for a group of
&lt;br&gt;similar elements to inherit attribute values from the grouping
&lt;br&gt;element. As often colors in SVG are not really decorative,
&lt;br&gt;it is maybe only the task to describe in the specification, 
&lt;br&gt;that presentation attributes are often not just decorative as 
&lt;br&gt;CSS properties are, therefore authors have to distinguish between 
&lt;br&gt;the technical issue, for example to inherit a value somehow from 
&lt;br&gt;the question whether something is decorative or not in SVG, 
&lt;br&gt;this applies much more for the property-attribute mixture in SVG 
&lt;br&gt;as for CSS+(X)HTML for example, where it is simple to &amp;nbsp;distinguish 
&lt;br&gt;between decoration and function.
&lt;br&gt;If authors apply stylesheets to SVG documents, it is more difficult
&lt;br&gt;than for (X)HTML still to provide the same information with the
&lt;br&gt;styled and the not styled document. If there become more and
&lt;br&gt;more functional attribute properties, it gets more important for
&lt;br&gt;the specification to pronounce this problem and that authors 
&lt;br&gt;have to take care, if they follow this approach.
&lt;br&gt;&lt;br&gt;Olaf
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Erik Dahlstrom:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, 02 Nov 2009 11:45:18 +0100, Dr. Olaf Hoffmann
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26827136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dr.O.Hoffmann@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Erik Dahlstrom:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; How about making the 'height' attribute a presentation attribute for
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; SVG.next? I think it's possible to stay backwards compatible while
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; adding
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the option of specifying the width/height through CSS.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; /Erik
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Because width and height are not essential, but more a decorative
&lt;br&gt;&amp;gt; &amp;gt; question
&lt;br&gt;&amp;gt; &amp;gt; for an element in XHTML for example, it is a pretty good choice to
&lt;br&gt;&amp;gt; &amp;gt; have this as property.
&lt;br&gt;&amp;gt; &amp;gt; But for a rect element in SVG, width and height are the essential
&lt;br&gt;&amp;gt; &amp;gt; information
&lt;br&gt;&amp;gt; &amp;gt; about what kind of rectangle we have, this is not decoration or styling
&lt;br&gt;&amp;gt; &amp;gt; or
&lt;br&gt;&amp;gt; &amp;gt; presentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For rect I agree that it would be strange to not have dimensions in the
&lt;br&gt;&amp;gt; markup, but OTOH you might want to &amp;quot;decorate&amp;quot; it with a different
&lt;br&gt;&amp;gt; width/height on hovering the element for example. I guess you could
&lt;br&gt;&amp;gt; compare &amp;lt;svg:image&amp;gt; and &amp;lt;html:img&amp;gt; too, what is the difference and why
&lt;br&gt;&amp;gt; should you not be allowed to influence the dimensions of &amp;lt;svg:image&amp;gt; from
&lt;br&gt;&amp;gt; CSS?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At least for the svg elements that establish viewports[1] I think it would
&lt;br&gt;&amp;gt; be useful to let that those viewport dimensions be stylable through CSS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Therefore I think, they should not be presentation attributes
&lt;br&gt;&amp;gt; &amp;gt; or properties like fill. It would be similar to say the d attribute of
&lt;br&gt;&amp;gt; &amp;gt; path
&lt;br&gt;&amp;gt; &amp;gt; should be only styling and decoration and the essential information is
&lt;br&gt;&amp;gt; &amp;gt; only,
&lt;br&gt;&amp;gt; &amp;gt; that we have a path - not important, what kind of path ;o)
&lt;br&gt;&amp;gt; &amp;gt; Of course, once started one has to continue the game: r of circle? rx,
&lt;br&gt;&amp;gt; &amp;gt; ry of
&lt;br&gt;&amp;gt; &amp;gt; ellipse or rect? points of polyline and polygon? x1,x2,y1,y2 of a line? -
&lt;br&gt;&amp;gt; &amp;gt; essential information or only presentation? ;o)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Many of the listed attributes are already indirectly tweakable (but not
&lt;br&gt;&amp;gt; individually) through CSS Transforms. Yet 'transform' is not a
&lt;br&gt;&amp;gt; presentation attribute in SVG, though it looks likely that it will be in
&lt;br&gt;&amp;gt; the future given that we now have CSS 2d/3d Transforms.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt; /Erik
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://www.w3.org/TR/SVG11/coords.html#ElementsThatEstablishViewports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVG11/coords.html#ElementsThatEstablishViewports&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Changing-attributeType%3D%22CSS%22-tp26133039p26827136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825110</id>
	<title>Re: Changing attributeType=&quot;CSS&quot;</title>
	<published>2009-12-17T01:07:23Z</published>
	<updated>2009-12-17T01:07:23Z</updated>
	<author>
		<name>Erik Dahlstrom</name>
	</author>
	<content type="html">On Mon, 02 Nov 2009 11:45:18 +0100, Dr. Olaf Hoffmann
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825110&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dr.O.Hoffmann@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Erik Dahlstrom:
&lt;br&gt;&amp;gt;&amp;gt; How about making the 'height' attribute a presentation attribute for
&lt;br&gt;&amp;gt;&amp;gt; SVG.next? I think it's possible to stay backwards compatible while &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; adding
&lt;br&gt;&amp;gt;&amp;gt; the option of specifying the width/height through CSS.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;&amp;gt; /Erik
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because width and height are not essential, but more a decorative &amp;nbsp;
&lt;br&gt;&amp;gt; question
&lt;br&gt;&amp;gt; for an element in XHTML for example, it is a pretty good choice to
&lt;br&gt;&amp;gt; have this as property.
&lt;br&gt;&amp;gt; But for a rect element in SVG, width and height are the essential &amp;nbsp;
&lt;br&gt;&amp;gt; information
&lt;br&gt;&amp;gt; about what kind of rectangle we have, this is not decoration or styling &amp;nbsp;
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; presentation.
&lt;/div&gt;&lt;br&gt;For rect I agree that it would be strange to not have dimensions in the &amp;nbsp;
&lt;br&gt;markup, but OTOH you might want to &amp;quot;decorate&amp;quot; it with a different &amp;nbsp;
&lt;br&gt;width/height on hovering the element for example. I guess you could &amp;nbsp;
&lt;br&gt;compare &amp;lt;svg:image&amp;gt; and &amp;lt;html:img&amp;gt; too, what is the difference and why &amp;nbsp;
&lt;br&gt;should you not be allowed to influence the dimensions of &amp;lt;svg:image&amp;gt; from &amp;nbsp;
&lt;br&gt;CSS?
&lt;br&gt;&lt;br&gt;At least for the svg elements that establish viewports[1] I think it would &amp;nbsp;
&lt;br&gt;be useful to let that those viewport dimensions be stylable through CSS.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Therefore I think, they should not be presentation attributes
&lt;br&gt;&amp;gt; or properties like fill. It would be similar to say the d attribute of &amp;nbsp;
&lt;br&gt;&amp;gt; path
&lt;br&gt;&amp;gt; should be only styling and decoration and the essential information is &amp;nbsp;
&lt;br&gt;&amp;gt; only,
&lt;br&gt;&amp;gt; that we have a path - not important, what kind of path ;o)
&lt;br&gt;&amp;gt; Of course, once started one has to continue the game: r of circle? rx, &amp;nbsp;
&lt;br&gt;&amp;gt; ry of
&lt;br&gt;&amp;gt; ellipse or rect? points of polyline and polygon? x1,x2,y1,y2 of a line? -
&lt;br&gt;&amp;gt; essential information or only presentation? ;o)
&lt;/div&gt;&lt;br&gt;Many of the listed attributes are already indirectly tweakable (but not &amp;nbsp;
&lt;br&gt;individually) through CSS Transforms. Yet 'transform' is not a &amp;nbsp;
&lt;br&gt;presentation attribute in SVG, though it looks likely that it will be in &amp;nbsp;
&lt;br&gt;the future given that we now have CSS 2d/3d Transforms.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;/Erik
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.w3.org/TR/SVG11/coords.html#ElementsThatEstablishViewports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVG11/coords.html#ElementsThatEstablishViewports&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Erik Dahlstrom, Core Technology Developer, Opera Software
&lt;br&gt;Co-Chair, W3C SVG Working Group
&lt;br&gt;Personal blog: &lt;a href=&quot;http://my.opera.com/macdev_ed&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.opera.com/macdev_ed&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Changing-attributeType%3D%22CSS%22-tp26133039p26825110.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26824646</id>
	<title>Re: The synchronous load event is trouble</title>
	<published>2009-12-17T00:19:47Z</published>
	<updated>2009-12-17T00:19:47Z</updated>
	<author>
		<name>Henri Sivonen</name>
	</author>
	<content type="html">On Nov 27, 2009, at 13:00, Dr. Olaf Hoffmann wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I don't know much about scripting, because I do not use it, 
&lt;br&gt;&amp;gt; however to have a well defined 'time-zero-point' or begin of 
&lt;br&gt;&amp;gt; the timeline is a requirement for animation and in tiny 1.2 for 
&lt;br&gt;&amp;gt; the synchronisation of multimedia content and animations as well.
&lt;br&gt;&amp;gt; This load event is related to the timeline begin in SVG 1.1.
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; Do you think, there should be a more flexible choice for authors
&lt;br&gt;&amp;gt; to indicate, at which time the timeline begins? 
&lt;br&gt;&amp;gt; What should the behaviour of the document before the timeline has
&lt;br&gt;&amp;gt; begun? Any ideas to provide a predictable behaviour for authors?
&lt;br&gt;&lt;br&gt;I'm suggesting that the load event fire from a task queue on the event loop as opposed to firing synchronously when the parser is on the call stack. The time-zero-point for animations can still be the time when the load event fires.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.whatwg.org/specs/web-apps/current-work/#task-queue&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.whatwg.org/specs/web-apps/current-work/#task-queue&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Henri Sivonen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26824646&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsivonen@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://hsivonen.iki.fi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hsivonen.iki.fi/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-synchronous-load-event-is-trouble-tp26528592p26824646.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26737769</id>
	<title>Naming Convention  (was: [Parameters] specifications feedback)</title>
	<published>2009-12-10T18:22:07Z</published>
	<updated>2009-12-10T18:22:07Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Steve-
&lt;br&gt;&lt;br&gt;Whoops! &amp;nbsp;I drifted off in mid-sentence... completion below...
&lt;br&gt;&lt;br&gt;Doug Schepers wrote (on 12/9/09 11:44 PM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steve Withall wrote (on 12/8/09 8:16 PM):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; B2. Further to B1, the subject of parameters would be easier to write
&lt;br&gt;&amp;gt;&amp;gt; about
&lt;br&gt;&amp;gt;&amp;gt; if we had clear terms for the 'usage' documents and for the 'declaring'
&lt;br&gt;&amp;gt;&amp;gt; documents. (I'm finding it hard to decide how to refer to them in this
&lt;br&gt;&amp;gt;&amp;gt; email. For want of something better, I call them the 'usage document'
&lt;br&gt;&amp;gt;&amp;gt; and 'declaring document' respectively.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not sure what you mean... are you referring to the spec format
&lt;br&gt;&amp;gt; ('usage document' == Primer, 'declaring document' == Language Spec), or
&lt;/div&gt;&lt;br&gt;... to the host/referring document vs. the resource/referenced document? 
&lt;br&gt;&amp;nbsp; I think I like &amp;quot;host/resource&amp;quot; or &amp;quot;host/component&amp;quot; document... I agree 
&lt;br&gt;that some consistent terminology would help clarify the concept, and 
&lt;br&gt;welcome suggestions.
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Parameters--specifications-feedback-tp26703697p26737769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26734851</id>
	<title>Minutes, SVG Telcon, 10 Dec 2009</title>
	<published>2009-12-10T13:28:28Z</published>
	<updated>2009-12-10T13:28:28Z</updated>
	<author>
		<name>Anthony Grasso</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [1]W3C
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - DRAFT -
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SVG Working Group Teleconference
&lt;br&gt;&lt;br&gt;10 Dec 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; See also: [2]IRC log
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[2] &lt;a href=&quot;http://www.w3.org/2009/12/10-svg-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-irc&lt;/a&gt;&lt;br&gt;&lt;br&gt;Attendees
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Present
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Shepazu, [IPcaller], ed, anthony
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Regrets
&lt;br&gt;&amp;nbsp; &amp;nbsp; Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Erik
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Scribe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;anthony
&lt;br&gt;&lt;br&gt;Contents
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [3]Topics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1. [4]Next Telcon
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. [5]Face-to-face
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3. [6]Collaboration with CSS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4. [7]DOM3 Event TransformX/Y
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5. [8]SVG 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [9]Summary of Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Date: 10 December 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; Scribe: anthony
&lt;br&gt;&lt;br&gt;Next Telcon
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: The next Telcon will be the 6th
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... no wait
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Monday January 4th 2010
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: I might not be there for that telcon
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... flying back from Townsville
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: Erik to Email the SVG Working Group list informing
&lt;br&gt;&amp;nbsp; &amp;nbsp; members when the next telcon is going to be (after the break)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [10]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2704 - Email the SVG Working Group list
&lt;br&gt;&amp;nbsp; &amp;nbsp; informing members when the next telcon is going to be (after the
&lt;br&gt;&amp;nbsp; &amp;nbsp; break) [on Erik Dahlström - due 2009-12-17].
&lt;br&gt;&lt;br&gt;Face-to-face
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: We do not have quorum for meeting in Sydney
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... so will have to cancel that
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: So when will the next F2F be?
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... or will it still be around that time?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: When is Libre graphics?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [11]&lt;a href=&quot;http://libregraphicsmeeting.org/2010/index_static.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://libregraphicsmeeting.org/2010/index_static.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [11] &lt;a href=&quot;http://libregraphicsmeeting.org/2010/index_static.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://libregraphicsmeeting.org/2010/index_static.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: AKA LGM, is Belgium
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: 26th to 29th May 2010
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: If we are going to have a meeting before then
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... JWatt said Feb works for him
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [12]&lt;a href=&quot;http://www.fosdem.org/2010/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fosdem.org/2010/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [12] &lt;a href=&quot;http://www.fosdem.org/2010/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fosdem.org/2010/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: There is also Fosdem
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; 6-7 feb 2010
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; also brussels
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: JWatt didn't want a conflict with
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: So anytime around then works for me
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and I guess we'll be going to Europe
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if we going to have one at all
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I've been thinking about a DOM API summit
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... get a bunch of people together
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... for a couple of days
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and work out a good API
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... get a bunch of requirements
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... have people put forward proposals
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... then have a discussion and hopefully come up with a model
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... that can be used
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... some major browser vendors have offered to host it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Erik can you fly to the US in Jan/Feb?
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... or March?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: March would be fine
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: It wouldn't be exclusively SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if we had it on the West coast, it might help JWatt
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... This might be a fruitful alternative to an SVG F2F
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: Have this as an alternative?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Have 2 or 3 days SVG F2F and then a DOM Summit
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Might even have more days than that - 5 days depending how long
&lt;br&gt;&amp;nbsp; &amp;nbsp; people can attend for
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: Doug to Look into details of a DOM summit/SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; meeting [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [13]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2705 - Look into details of a DOM
&lt;br&gt;&amp;nbsp; &amp;nbsp; summit/SVG meeting [on Doug Schepers - due 2009-12-17].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I guess we can't really decide right now where the next F2F will
&lt;br&gt;&amp;nbsp; &amp;nbsp; be
&lt;br&gt;&lt;br&gt;Collaboration with CSS
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I spoke with a Designer on the CSS WG - Tab Atkins
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... he's the editor on the CSS Gradients specification
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; [14]&lt;a href=&quot;http://dev.w3.org/csswg/css3-images/Overview.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/csswg/css3-images/Overview.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [14] &lt;a href=&quot;http://dev.w3.org/csswg/css3-images/Overview.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/csswg/css3-images/Overview.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: it's actually CSS Image Values
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... we talked about his proposal
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... there are some things that seem very funky to me
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... with the syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... somethings you can do that you can't do with SVG gradients
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... We agreed that we want the models as similar as possible
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... including the syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... how would you guys feel about forming a task force with CSS
&lt;br&gt;&amp;nbsp; &amp;nbsp; Working Group
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and working on some things with them
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... It would part of the Paint Servers work
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: As long as it can be extend at some point
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: There's also text shadow as well
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: These are some of things we should be collaborating on
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... making sure they have the same syntax will be a real win for
&lt;br&gt;&amp;nbsp; &amp;nbsp; authors
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I propose we act on it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I asked PLH about this
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... He supported the idea as long as the deliverable is in the
&lt;br&gt;&amp;nbsp; &amp;nbsp; Charter
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... a Taskforce is something the Chairs set up
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and had nothing to do with the Team
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... So Erik is it possible to do this
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Sounds likes a good idea
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: You will have to write to the CSS WG with a formal proposal
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: Just looking at the CSS Gradients
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... it looks like the geometry of the gradient is modified according
&lt;br&gt;&amp;nbsp; &amp;nbsp; to the bounding box of the gradient
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... well at least it can be specified to behave that way
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... wouldn't be hard to do in SVG, just need another parameter
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: They can specify a start point and an angle rather than an end
&lt;br&gt;&amp;nbsp; &amp;nbsp; point
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: That's also not a bad idea
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: So there's a lot of points that we can collaborate on
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and CSS WG has designers which might be able to help us
&lt;br&gt;&lt;br&gt;DOM3 Event TransformX/Y
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: We all no this problem
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if you write a drag and drop script
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... as soon as you introduce transforms or a viewBox and you try to
&lt;br&gt;&amp;nbsp; &amp;nbsp; drag it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... X/Y are offset from where the mouse pointer is
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and it is really painful
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... JWatt proposed putting this into DOM 3 Events
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... since CSS has proposed Transforms
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... they will run into the same problems
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... as we did
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I'm proposing for DOM 3 Events
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... we have Tx/Ty
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Transform X and Transform Y
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and it unwinds the transformation matrix to get the actual
&lt;br&gt;&amp;nbsp; &amp;nbsp; viewPort X and Y
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... client X and client Y would be good if they had the right
&lt;br&gt;&amp;nbsp; &amp;nbsp; algorithms behind them but they don't
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: If we have to unwind the matrix
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... we'd have to get the inverse matrix
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... is that right ED?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Yes, can't always get the inverse
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [15]&lt;a href=&quot;http://en.wikipedia.org/wiki/Invertible_matrix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Invertible_matrix&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [15] &lt;a href=&quot;http://en.wikipedia.org/wiki/Invertible_matrix&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Invertible_matrix&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: The idea has merit but there some cases where it will fail
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Where abouts?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Scale 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... trying to think of other cases
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: If there are predictable cases you could specify don't do
&lt;br&gt;&amp;nbsp; &amp;nbsp; calculations on these cases
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: You can do a a cheap calculation to determine if you can get an
&lt;br&gt;&amp;nbsp; &amp;nbsp; inverse
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... but you may not want to do that all the time
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I'll show you both the script I'm working on
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and you can give me feedback over email
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: Doug to Send in details to the list on DOM 3
&lt;br&gt;&amp;nbsp; &amp;nbsp; Transform X/Y for feedback [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [16]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2706 - Send in details to the list on DOM
&lt;br&gt;&amp;nbsp; &amp;nbsp; 3 Transform X/Y for feedback [on Doug Schepers - due 2009-12-17].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [17]&lt;a href=&quot;http://en.wikipedia.org/wiki/Determinant&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Determinant&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [17] &lt;a href=&quot;http://en.wikipedia.org/wiki/Determinant&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Determinant&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: If you want the math behind it, you can calculate the
&lt;br&gt;&amp;nbsp; &amp;nbsp; determinant
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; for a 3x3 matrix: det (A) = aei - afh + bfg - bdi + cdh - ceg.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: which will tell you if the matrix is invertable
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; if that's 0 it's noninvertible
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Are you suggesting to have properties on the Event interface?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Yes, on any event that has x, y attributes, like the mouse event
&lt;br&gt;&amp;nbsp; &amp;nbsp; interface event types
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... you'd also have Tx, Ty
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... that would be the value in the transformation space of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; element
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Any place we have transform it would be nice to have the
&lt;br&gt;&amp;nbsp; &amp;nbsp; individual attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Translate X, Translate Y, etc
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... It would be nice to just have those individual transforms and
&lt;br&gt;&amp;nbsp; &amp;nbsp; have a predefined order they are applied in
&lt;br&gt;&lt;br&gt;SVG 1.1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Converting Opera internal intersection list tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... to use the W3C template
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and reviewing the tests that Cameron wrote
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... there are two or three tests on my to-do list
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: There's a couple of actions I can do
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: Same
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [18]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [18] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: The Java bindings appendix is done
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ... pending review
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; UNKNOWN_SPEAKER: the other one I'm doing is intersection list and
&lt;br&gt;&amp;nbsp; &amp;nbsp; clarification for that
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I might be able to take on more actions
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if people are having trouble with
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... was thinking of taking ACTION-2676
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: Anthony to Send Doug the location of the tables for
&lt;br&gt;&amp;nbsp; &amp;nbsp; the integration specification [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [19]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action04&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2707 - Send Doug the location of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; tables for the integration specification [on Anthony Grasso - due
&lt;br&gt;&amp;nbsp; &amp;nbsp; 2009-12-17].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Happy Holidays everyone!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; sorry to miss the call gus, i had a transition call to do,
&lt;br&gt;&amp;nbsp; &amp;nbsp; standing in for plh
&lt;br&gt;&lt;br&gt;Summary of Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: Anthony to Send Doug the location of the tables for
&lt;br&gt;&amp;nbsp; &amp;nbsp; the integration specification [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [20]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action04&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action04&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: Doug to Look into details of a DOM summit/SVG meeting
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [21]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: Doug to Send in details to the list on DOM 3 Transform
&lt;br&gt;&amp;nbsp; &amp;nbsp; X/Y for feedback [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [22]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: Erik to Email the SVG Working Group list informing
&lt;br&gt;&amp;nbsp; &amp;nbsp; members when the next telcon is going to be (after the break)
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [23]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [End of minutes]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Minutes formatted by David Booth's [24]scribe.perl version 1.135
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;([25]CVS log)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$Date: 2009/12/10 21:25:37 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [24] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [25] &lt;a href=&quot;http://dev.w3.org/cvsweb/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Scribe.perl diagnostic output
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [Delete this section before finalizing the minutes.]
&lt;br&gt;This is scribe.perl Revision: 1.135 &amp;nbsp;of Date: 2009/03/02 03:52:20
&lt;br&gt;Check for newer version at [26]&lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002&lt;/a&gt;&lt;br&gt;/scribe/
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [26] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Guessing input format: RRSAgent_Text_Format (score 1.00)
&lt;br&gt;&lt;br&gt;Succeeded: s/well will/we did/
&lt;br&gt;Succeeded: s/on that/on the Event interface/
&lt;br&gt;Succeeded: s/on any event that has mouse event interface/on any event t
&lt;br&gt;hat has x, y attributes, like the mouse event interface event types/
&lt;br&gt;Found Scribe: anthony
&lt;br&gt;Inferring ScribeNick: anthony
&lt;br&gt;Default Present: Shepazu, [IPcaller], ed, anthony
&lt;br&gt;Present: Shepazu [IPcaller] ed anthony
&lt;br&gt;Found Date: 10 Dec 2009
&lt;br&gt;Guessing minutes URL: [27]&lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html&lt;/a&gt;&lt;br&gt;People with action items: anthony doug erik
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [27] &lt;a href=&quot;http://www.w3.org/2009/12/10-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/10-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; End of [28]scribe.perl diagnostic output]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [28] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-10-Dec-2009-tp26734851p26734851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26722169</id>
	<title>Re: [Parameters] specifications feedback</title>
	<published>2009-12-09T20:44:10Z</published>
	<updated>2009-12-09T20:44:10Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Steve-
&lt;br&gt;&lt;br&gt;Thanks for your comments. This is a long email with lots of points, so 
&lt;br&gt;some of it I still have to consider and discuss with the SVG WG. &amp;nbsp;With 
&lt;br&gt;the approach of the holiday season, it is unlikely that we will have 
&lt;br&gt;time to get back to you with a comprehensive reply before late January 
&lt;br&gt;(we have quite a lot on our plate), but I will give you my initial 
&lt;br&gt;impressions here, inline...
&lt;br&gt;&lt;br&gt;Steve Withall wrote (on 12/8/09 8:16 PM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is some feedback on your Parameters specification &amp;quot;SVG Parameters
&lt;br&gt;&amp;gt; 1.0, Part 2: Language&amp;quot; (undated, but last modified 10th June 2009). I am
&lt;br&gt;&amp;gt; not commenting on Part 1, because I believe that Part 2 gives me the
&lt;br&gt;&amp;gt; opportunity to make every point of substance I have. I've divided my
&lt;br&gt;&amp;gt; comments into two parts for readability, plus a third proposing a
&lt;br&gt;&amp;gt; different way of declaring parameters.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steve.
&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; A. Comments on Part 2, &amp;quot;Use Cases and Requirements&amp;quot; section
&lt;br&gt;&amp;gt; ===========================================================
&lt;br&gt;&amp;gt; A1. Requirements and use cases ought to precede everything else - and be
&lt;br&gt;&amp;gt; written before you consider what might be the best solution to them :)
&lt;br&gt;&amp;gt; - so I find it strange that they are deferred to the second document.
&lt;/div&gt;&lt;br&gt;The primer is simply intended as an introduction to the technology for 
&lt;br&gt;users of the technology to give them a broad overview of how it can be 
&lt;br&gt;used, and the syntax to use it. &amp;nbsp;The use case and requirements are just 
&lt;br&gt;before the normative language in the technical spec, which I think it 
&lt;br&gt;appropriate.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A2. &amp;quot;Usage Scenarios&amp;quot;: This list of usages is helpful, but since they're
&lt;br&gt;&amp;gt; examples they are merely anecdotal. They don't constitute a statement
&lt;br&gt;&amp;gt; of the goals for parameters, which is lacking. The closest you come is
&lt;br&gt;&amp;gt; saying in the Abstract of Part 1 that they're for &amp;quot;re-using a resource
&lt;br&gt;&amp;gt; several times with specified variations&amp;quot;, but this is vague and open
&lt;br&gt;&amp;gt; to many interpretations.
&lt;br&gt;&lt;br&gt;I don't claim particular skill in developing formal use cases and 
&lt;br&gt;requirements, so if you want to educate me, I would be interested in 
&lt;br&gt;doing it better. &amp;nbsp;Some concrete examples would go a long way, as well as 
&lt;br&gt;a summary of overall strategy.
&lt;br&gt;&lt;br&gt;I will note that this is a source of quite a lot of difference in 
&lt;br&gt;opinion in most of the working groups I've participated in. &amp;nbsp;There is a 
&lt;br&gt;lot of debate as to what is an adequate level of detail for use cases 
&lt;br&gt;and requirements. &amp;nbsp;In short, specific comments, change requests, and 
&lt;br&gt;additional use cases or requirements regarding these are welcome; 
&lt;br&gt;high-level comments like the above may be too open ended for me to know 
&lt;br&gt;how to satisfy the request.
&lt;br&gt;&lt;br&gt;Also, I believe that use cases are meant to be representative of an 
&lt;br&gt;unknowably large set of uses to which features are put... this is a 
&lt;br&gt;feature. &amp;nbsp;They represent the minimum set of cases that the features 
&lt;br&gt;should satisfy.
&lt;br&gt;&lt;br&gt;(I don't mean to be terse, but this kind of discussion quickly leads 
&lt;br&gt;down the rabbit hole.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; In recent emails, Doug, you have stated that you want to keep the
&lt;br&gt;&amp;gt; Parameters specification simple. But without clearly defining what
&lt;br&gt;&amp;gt; parameters are for, one cannot make an objective judgment of whether
&lt;br&gt;&amp;gt; what's currently specified is adequate, nor whether suggestions for
&lt;br&gt;&amp;gt; extra sophistication are good value or not.
&lt;br&gt;&lt;br&gt;As mentioned in the spec, here are the use cases I'm trying to solve, 
&lt;br&gt;based on my own authoring experience and the feedback of other authors:
&lt;br&gt;* Adapt colors to fit theme
&lt;br&gt;* Change size or position of graphical elements
&lt;br&gt;* Hide or show elements
&lt;br&gt;* Adapt text to use
&lt;br&gt;* Change link locations
&lt;br&gt;* Change aspects of 'use' content
&lt;br&gt;&lt;br&gt;I think those are very specific, and I think Params as specified meets 
&lt;br&gt;those cases adequately. &amp;nbsp;I am open to better mechanisms, but I haven't 
&lt;br&gt;yet seen one that seems a better fit.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; BTW, when you say enhancements
&lt;br&gt;&amp;gt; could be added in future, what do you mean? SVG 3.0 in 2017? :^)
&lt;br&gt;&amp;gt; You ought to do you utmost to get it right first time.
&lt;br&gt;&lt;br&gt;My personal opinion is that the spec is at the right level of power vs. 
&lt;br&gt;ease of use. &amp;nbsp;All too often, new features take on a life of their own, 
&lt;br&gt;growing in complexity without direct implementation and author 
&lt;br&gt;experience. &amp;nbsp;I am adamant that this should not happen with SVG Params.
&lt;br&gt;&lt;br&gt;While the spec will almost certainly go through some changes before its 
&lt;br&gt;done, I don't think it's appropriate for it to get much more complex 
&lt;br&gt;than it is right now.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; In any case, the ability to add more sophistication in future without
&lt;br&gt;&amp;gt; major disruption would be a useful requirement to add.
&lt;br&gt;&lt;br&gt;Though that's a reasonable requirement in general, I'm not sure how this 
&lt;br&gt;specification could address it without adding another level of 
&lt;br&gt;complexity. &amp;nbsp;If you (or anyone) suggests a way to do so, I would add it.
&lt;br&gt;&lt;br&gt;In fact, I think that Params already satisfies the level of 
&lt;br&gt;sophistication needed for this feature. &amp;nbsp;All suggestions I have heard 
&lt;br&gt;that make it more comprehensive also make it much more complicated, or 
&lt;br&gt;duplicate functionality found in other languages such as CSS or XSLT.
&lt;br&gt;&lt;br&gt;Keep in mind that this is just one part of SVG, and it's meant to work 
&lt;br&gt;in combination with other features to provide a more powerful whole.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A3. &amp;quot;Usage Scenarios&amp;quot;: Simplicity in the Parameters specifications is one
&lt;br&gt;&amp;gt; thing; simplicity in the documents that use parameters is something
&lt;br&gt;&amp;gt; else. How many parameters might document authors end up using in a
&lt;br&gt;&amp;gt; single document? All your examples are simple (which is fine), but
&lt;br&gt;&amp;gt; it's not hard to envisage parameters numbering in the dozens. A
&lt;br&gt;&amp;gt; single flat list is less than ideal when it grows longer than, say,
&lt;br&gt;&amp;gt; eight or ten.
&lt;br&gt;&lt;br&gt;If an author is making a document that has more than a few parameters, I 
&lt;br&gt;would argue that they are doing it wrong. &amp;nbsp;As with O-O design, simple 
&lt;br&gt;reusable components are what this spec aims to address. &amp;nbsp;I am happy to 
&lt;br&gt;put a note in the spec to that effect.
&lt;br&gt;&lt;br&gt;What sort of documents do you have in mind that would require such 
&lt;br&gt;complexity? &amp;nbsp;I know you have a sophisticated implementation with SVG as 
&lt;br&gt;a central part of an application framework, but for most uses of SVG I 
&lt;br&gt;envision it being most applicable to compound documents using both SVG 
&lt;br&gt;and HTML, so smaller, more discrete SVG components seem most appropriate.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A4. &amp;quot;Adapt text to use&amp;quot;: This is potentially very useful, but might quickly
&lt;br&gt;&amp;gt; become unwieldy if you have more than one or two text parameters
&lt;br&gt;&amp;gt; (especially when passing via a URL, or for long pieces of text). Some
&lt;br&gt;&amp;gt; authors might be tempted to use this to achieve multi-lingual text,
&lt;br&gt;&amp;gt; which is probably not a good idea.
&lt;br&gt;&lt;br&gt;On the contrary, I think it is a good idea to use it for alternate 
&lt;br&gt;languages... why do you think it's not?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A5. &amp;quot;Usage Scenarios&amp;quot;: The previous point leads me to suggest that you
&lt;br&gt;&amp;gt; investigate possible usage scenarios in more detail: if (sorry, when!)
&lt;br&gt;&amp;gt; you give document authors this parameters facility, what uses might they
&lt;br&gt;&amp;gt; put it to that you haven't thought of? You wouldn't want any nasty
&lt;br&gt;&amp;gt; surprises. Perhaps you could invite suggestions. Some usages could
&lt;br&gt;&amp;gt; be horrible bastardizations. Some might be worth considering in their
&lt;br&gt;&amp;gt; own right, to allow them to be achieved in a cleaner and easier way.
&lt;br&gt;&lt;br&gt;I have been actively inviting suggestions, by presenting on this at 
&lt;br&gt;conferences. &amp;nbsp;That's also the goal of public Working Drafts.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; When investigating in more detail, you ought to create examples that
&lt;br&gt;&amp;gt; are as complex as authors might create in real life. (A 12-month
&lt;br&gt;&amp;gt; bar chart with 6 parameters per month?) The existing examples are
&lt;br&gt;&amp;gt; so simple that they don't tell you much about usage in practice.
&lt;br&gt;&amp;gt; How do parameters scale up? Just how long might long URLs become?
&lt;br&gt;&amp;gt; (Longer than you anticipate, I anticipate.)
&lt;br&gt;&lt;br&gt;Yes, I'd love to see people putting this into practice. &amp;nbsp;That's one 
&lt;br&gt;reason I implemented it in Javascript, to allow authors to play with it 
&lt;br&gt;and find where it falls down. &amp;nbsp;So far, I haven't heard back much about 
&lt;br&gt;it, but hopefully as the spec becomes more widely known, we will.
&lt;br&gt;&lt;br&gt;For what it's worth, I'm not a huge fan of the idea of sending 
&lt;br&gt;parameters via the URL string, but it's a case that must be covered.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A6. &amp;quot;Special Considerations for SVG Parameters&amp;quot;, &amp;quot;Implementation
&lt;br&gt;&amp;gt; commitments&amp;quot;: For all you say about keep Parameters simple, I
&lt;br&gt;&amp;gt; believe that implementing them as specified is likely to involve
&lt;br&gt;&amp;gt; considerable effort - because of the sheer number of attributes
&lt;br&gt;&amp;gt; that must support the &amp;quot;param(...) ...&amp;quot; syntax. (Would the major
&lt;br&gt;&amp;gt; implementers care to consider this and give us their verdicts?)
&lt;br&gt;&lt;br&gt;The SVG WG discussed this, and in light of the fact that we plan on 
&lt;br&gt;allowing more functional notations as attribute/property values for 
&lt;br&gt;layout, we didn't feel that &amp;quot;param()&amp;quot; adds significant burden. 
&lt;br&gt;Implementer feedback is obviously going to be taken into consideration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A7. Following on from A6, I suggest that the Working Group ponder
&lt;br&gt;&amp;gt; whether any other forthcoming SVG enhancements have a similarly
&lt;br&gt;&amp;gt; wide impact upon existing attributes en masse, so that implementers
&lt;br&gt;&amp;gt; can make all these changes in one go. I have in mind the potential
&lt;br&gt;&amp;gt; for the layout specification to introduce expressions. (I live in
&lt;br&gt;&amp;gt; hope!)
&lt;br&gt;&lt;br&gt;See above. &amp;nbsp;This is only one of several similar additions we are 
&lt;br&gt;considering along these lines.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A8. &amp;quot;Special Considerations for SVG Parameters&amp;quot;, &amp;quot;Ease of authoring&amp;quot;:
&lt;br&gt;&amp;gt; The first consideration is to make it easy for authors to know
&lt;br&gt;&amp;gt; what parameters are available to them when they re-use a particular
&lt;br&gt;&amp;gt; SVG document. I have more to say on this below, because it is a
&lt;br&gt;&amp;gt; consideration I believe is not satisfied at present.
&lt;br&gt;&lt;br&gt;While not trying to say that &amp;quot;tools will save us&amp;quot;, one of the scenarios 
&lt;br&gt;I had in mind was that authoring tools would expose these keywords, 
&lt;br&gt;their associated property or attribute, and perhaps display some 
&lt;br&gt;permutations on these. &amp;nbsp;For example, a clipart gallery could show 
&lt;br&gt;several variations on a theme with the same image, or an authoring tool 
&lt;br&gt;could highlight those parts of the image which are subject to 
&lt;br&gt;parameterization.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A9. &amp;quot;Requirements&amp;quot;, point 1.1: Remove the &amp;quot;(but not limited to)&amp;quot; clause.
&lt;br&gt;&amp;gt; It renders this requirement open-ended, which is unacceptable. Adding
&lt;br&gt;&amp;gt; a new means of passing parameters constitutes an extra requirement.
&lt;br&gt;&amp;gt; (Each existing means ought to be regarded as a distinct requirement too.)
&lt;br&gt;&lt;br&gt;SVG specs cannot make requirements on other specifications. &amp;nbsp;If DocBook 
&lt;br&gt;or ODF or some other markup language or framework provides an adequate 
&lt;br&gt;way to pass parameters that can be interpreted by a conforming SVG Param 
&lt;br&gt;implementation, it is not the place of this spec to disallow that... in 
&lt;br&gt;fact, I encourage it, because we do not know all the environments that 
&lt;br&gt;SVG is or will be used in.
&lt;br&gt;&lt;br&gt;For example, Company Gamma may make a set-top-box framework where they 
&lt;br&gt;pass parameters this way:
&lt;br&gt;&amp;nbsp; &amp;lt;component file=&amp;quot;mybutton.svg&amp;quot; color=&amp;quot;red&amp;quot; label=&amp;quot;Record&amp;quot; /&amp;gt;
&lt;br&gt;As long as they hook that into SVG Params the right way, I think that's 
&lt;br&gt;just fine.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; A10. &amp;quot;Requirements&amp;quot;, points 2 and 3: Yes, you need to say more about
&lt;br&gt;&amp;gt; scripting and animation! Nasty complications might lurk in both
&lt;br&gt;&amp;gt; places, and you need to flush them out as soon as you can.
&lt;br&gt;&lt;br&gt;Agreed. &amp;nbsp;Do you have any specific points to add?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; B. Comments on Part 2, &amp;quot;Definitions and Basic Data Types&amp;quot;, &amp;quot;Syntax&amp;quot; section
&lt;br&gt;&amp;gt; ===========================================================================
&lt;br&gt;&amp;gt; B1. I find that this document lacks structure. There are two distinct parts
&lt;br&gt;&amp;gt; to Parameters: usage (the documents that refer) and declaration (the
&lt;br&gt;&amp;gt; documents that are referred to). I think everything would be clearer
&lt;br&gt;&amp;gt; if you had two clear top level sections accordingly. The &amp;quot;Syntax&amp;quot; section
&lt;br&gt;&amp;gt; launches into the declaration aspects without introducing that that's
&lt;br&gt;&amp;gt; what it's doing.
&lt;br&gt;&lt;br&gt;You're right... I'm not sure why I did that this way... it is still just 
&lt;br&gt;an early draft, but I should have different sections for &amp;quot;Definitions 
&lt;br&gt;and Basic Data Types&amp;quot; and &amp;quot;Syntax&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; (Actually, if you do choose to restructure Part 2, you could also consider
&lt;br&gt;&amp;gt; merging Parts 1 and 2 into a single document. Two documents are not
&lt;br&gt;&amp;gt; warranted for reasons of size, and a single document would allow you to
&lt;br&gt;&amp;gt; avoid the repetition that is necessarily present now.)
&lt;br&gt;&lt;br&gt;The two documents are intended for different audiences. &amp;nbsp;We've heard 
&lt;br&gt;feedback in the past from implementers that they don't want user 
&lt;br&gt;examples in the normative document, and from authors that they find the 
&lt;br&gt;technical implementation details too be confusing. &amp;nbsp;By splitting them 
&lt;br&gt;out into paired documents, we address those concerns. &amp;nbsp;The repetition 
&lt;br&gt;isn't that much overhead.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B2. Further to B1, the subject of parameters would be easier to write about
&lt;br&gt;&amp;gt; if we had clear terms for the 'usage' documents and for the 'declaring'
&lt;br&gt;&amp;gt; documents. (I'm finding it hard to decide how to refer to them in this
&lt;br&gt;&amp;gt; email. For want of something better, I call them the 'usage document'
&lt;br&gt;&amp;gt; and 'declaring document' respectively.)
&lt;br&gt;&lt;br&gt;I'm not sure what you mean... are you referring to the spec format 
&lt;br&gt;('usage document' == Primer, 'declaring document' == Language Spec), or
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; B3. &amp;quot;The 'param' Attribute&amp;quot;, fourth paragraph: In order to stress how
&lt;br&gt;&amp;gt; pervasive
&lt;br&gt;&amp;gt; this change is, you ought to highlight as boldly as you can the statement
&lt;br&gt;&amp;gt; * *that the &amp;quot;*param attribute value must be available as a value on any SVG
&lt;br&gt;&amp;gt; * *attribute*&amp;quot;. Further, I would change 'any' to '*every*', and add &amp;quot;*on
&lt;br&gt;&amp;gt; every
&lt;br&gt;&amp;gt; * *SVG element*&amp;quot;. The implications of this are considerable: potentially
&lt;br&gt;&amp;gt; large
&lt;br&gt;&amp;gt; development effort by implementers (and perhaps even more for authoring tool
&lt;br&gt;&amp;gt; developers), extra tests for every attribute in every SVG element, and
&lt;br&gt;&amp;gt; ... what else? (My proposed alternative, described below, avoids all
&lt;br&gt;&amp;gt; of these changes.)
&lt;/div&gt;&lt;br&gt;I can add a note to the spec to that effect, but I think any implementer 
&lt;br&gt;reviewing it could hardly fail to take note of the implications.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B4. &amp;quot;The 'param' Attribute&amp;quot;: Any changes you make to attribute values ought
&lt;br&gt;&amp;gt; also to apply to property values too, for consistency. Am I correct in
&lt;br&gt;&amp;gt; believing that to date the values allowed in all property values are
&lt;br&gt;&amp;gt; identical to the values allowed in the equivalent attributes? If so,
&lt;br&gt;&amp;gt; this commonality should be maintained.
&lt;br&gt;&lt;br&gt;I wanted to first run the idea by the CSS WG before saying anything 
&lt;br&gt;about property values in CSS syntax. &amp;nbsp;Early feedback from the CSS WG 
&lt;br&gt;seems positive, so it is likely that it will apply to property values as 
&lt;br&gt;well. &amp;nbsp;(Note that the presentation attributes like 'fill' are still 
&lt;br&gt;attributes, even if they can also be expressed as properties.)
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; B5. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: You are correct that this
&lt;br&gt;&amp;gt; section
&lt;br&gt;&amp;gt; needs a lot of work. This section deals only with the local syntax for
&lt;br&gt;&amp;gt; declaring a single parameter, which is relatively straightforward. A
&lt;br&gt;&amp;gt; separate topic, which deserves a new section in its own right, is
&lt;br&gt;&amp;gt; interactions between multiple parameter declarations. Topics that need
&lt;br&gt;&amp;gt; addressing include:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (a) Multiple parameters with the same name. This is useful and is
&lt;br&gt;&amp;gt; presumably acceptable, to allow one parameter to affect multiple
&lt;br&gt;&amp;gt; parts of the re-used document at once. For example a 'color'
&lt;br&gt;&amp;gt; parameter could set the color of several sub-elements.
&lt;/div&gt;&lt;br&gt;This is easily done with the current proposal... for example, passing 
&lt;br&gt;the parameter 'color:blue' to this file would result in both the stroke 
&lt;br&gt;of the rectangle and the fill of the text being blue.
&lt;br&gt;&lt;br&gt;&amp;lt;svg ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;rect stroke=&amp;quot;param(color) red&amp;quot; ... /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;text fill=&amp;quot;param(color) black&amp;quot; ... &amp;gt;Label&amp;lt;/text&amp;gt;
&lt;br&gt;&amp;lt;/svg&amp;gt;
&lt;br&gt;&lt;br&gt;Any attribute that uses the same param keyword would have the same value 
&lt;br&gt;passed in.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; (b) Inconsistencies between parameters with the same name. For example,
&lt;br&gt;&amp;gt; if parameter name 'p1' is a color attribute in one place and a
&lt;br&gt;&amp;gt; co-ordinate in another, then ... well ... something's gonna break.
&lt;br&gt;&amp;gt; A declaring document is in a position to detect such inconsistencies
&lt;br&gt;&amp;gt; - but only by navigating the whole document tree to find all
&lt;br&gt;&amp;gt; parameter declarations.
&lt;br&gt;&lt;br&gt;Different parameters cannot have the same name. &amp;nbsp;Yes, if a file is 
&lt;br&gt;composed which uses multiple parameters that have the same name for 
&lt;br&gt;different purposes, something may break... authors shouldn't do that. 
&lt;br&gt;Obviously, the lacuna value would be used for anything that didn't have 
&lt;br&gt;the right value type (fill=&amp;quot;8.54&amp;quot; would result in a black fill, 
&lt;br&gt;cx=&amp;quot;green&amp;quot; would result in cx=&amp;quot;0&amp;quot;).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B6. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: Point B5 (b) leads to the
&lt;br&gt;&amp;gt; subject &amp;nbsp;of error handling, which I think your specification ought to
&lt;br&gt;&amp;gt; addressexplicitly.
&lt;br&gt;&lt;br&gt;What I had in mind (but which it seems I haven't yet put into the spec) 
&lt;br&gt;is that if a fallback is provided (cx=&amp;quot;param(posx) 20%&amp;quot;), and a 
&lt;br&gt;parameter doesn't match the expected value types for that attribute, 
&lt;br&gt;then the fallback value (&amp;quot;20%&amp;quot;) is used.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; The validity of a parameter value written in a 'usage' document can only be
&lt;br&gt;&amp;gt; determined by reference to its declaration in a separate document. This
&lt;br&gt;&amp;gt; could &amp;nbsp;lead to errors that aren't easy to explain to the user (especially
&lt;br&gt;&amp;gt; sincethey may otherwise have no cause to look into the declaring document;
&lt;br&gt;&amp;gt; indeed, one &amp;nbsp;of the benefits of parameters is that they don't need to).
&lt;br&gt;&amp;gt; This is an area &amp;nbsp;where implementers need to take extra care with their error
&lt;br&gt;&amp;gt; messages. &amp;nbsp;Perhaps the Parameters specification could lay down some guidelines.
&lt;br&gt;&lt;br&gt;Agreed. &amp;nbsp;I had planned to be more explicit in how the parameter names 
&lt;br&gt;are exposed to external examination... maybe providing a list of the 
&lt;br&gt;expected parameters and their datatypes in the Parameters API would be 
&lt;br&gt;useful in this respect.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B7. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: Further to B6, one source
&lt;br&gt;&amp;gt; of errors
&lt;br&gt;&amp;gt; in parameters is in data typing: an attribute might expect a color, but be
&lt;br&gt;&amp;gt; given a length. Such errors are usually straightforward to deal with, but
&lt;br&gt;&amp;gt; the fact that the value is supplied by one document and validated with
&lt;br&gt;&amp;gt; reference to another introduces an extra level of complexity.
&lt;br&gt;&lt;br&gt;Regarding error messages, I will put in a note that mismatched values 
&lt;br&gt;for attributes should be reported to a UA's error console for the file 
&lt;br&gt;it's found it (which is already defacto SOP), with the suggestion that 
&lt;br&gt;the parameter name and expected value type also be provided, along with 
&lt;br&gt;the file name of the document where the parameter was declared.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B8. Another situation to consider is an SVG document both declaring and
&lt;br&gt;&amp;gt; using parameters. That is, a declaring document could refer to other
&lt;br&gt;&amp;gt; documents that use parameters. This would appear to cause no problems
&lt;br&gt;&amp;gt; if each usage is treated as self-contained. But might document authors
&lt;br&gt;&amp;gt; want the parameter mechanism to percolate down the chain of referenced
&lt;br&gt;&amp;gt; documents? For instance, if document A uses a parameter 'p1' in document
&lt;br&gt;&amp;gt; B, and document B uses a parameter 'p1' in document C, should the same
&lt;br&gt;&amp;gt; value of p1 passed from A to B also be passed to C? (I hope you can follow
&lt;br&gt;&amp;gt; that.)
&lt;br&gt;&lt;br&gt;This is why I introduced the &amp;lt;param&amp;gt; element into SVG, for referencing 
&lt;br&gt;elements like &amp;lt;use&amp;gt;, with the &amp;lt;param@value&amp;gt; also able to take the 
&lt;br&gt;'param()' keyword. &amp;nbsp;The author explicitly states the parameter names and 
&lt;br&gt;values passed to the referenced file:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;use xlink:href=&amp;quot;someExternalFile.svg#root&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;p1&amp;quot; value=&amp;quot;param(p1)&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;dot&amp;quot; value=&amp;quot;param(color)&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;x&amp;quot; value=&amp;quot;param(y)&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;param name=&amp;quot;y&amp;quot; value=&amp;quot;50%&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/use&amp;gt;
&lt;br&gt;&lt;br&gt;By decoupling the parameter names and values this way, each component 
&lt;br&gt;file is indeed self-contained, but can easily be made part of an 
&lt;br&gt;inheritance chain. &amp;nbsp;In fact, an SVG file which is called with 
&lt;br&gt;parameters, and which in turn calls parameterized components, might not 
&lt;br&gt;use the parameters for any other purpose than to pass them on to the 
&lt;br&gt;referenced files.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Your 12-month bar chart example in Part 1 might benefit from a two-level
&lt;br&gt;&amp;gt; declaration of this kind (especially if you wished to make it more complex):
&lt;br&gt;&amp;gt; one document for the bar chart and a separate one for a column.
&lt;br&gt;&lt;br&gt;Yes, I had the same thought myself, but hadn't acted on it yet. &amp;nbsp;I will 
&lt;br&gt;do so.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; B9. The 'parameters' property: Good luck to anyone who attempts to animate
&lt;br&gt;&amp;gt; a list of parameters!
&lt;br&gt;&lt;br&gt;What specifically are you saying is the problem?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;I suspect that specifiers of standards have a
&lt;br&gt;&amp;gt; tendency to throw in any feature which is easy for them to write. Making
&lt;br&gt;&amp;gt; a property inheritable and animatable is for you a matter of a few
&lt;br&gt;&amp;gt; keystrokes.
&lt;br&gt;&lt;br&gt;My chief concern is with empowering authors. &amp;nbsp;Implementors are 
&lt;br&gt;considered, of course, but if I have to make a choice between making the 
&lt;br&gt;lives of millions of authors easier or the lives of a few implementers 
&lt;br&gt;easier, I will choose the authors every time.
&lt;br&gt;&lt;br&gt;As a corollary to that, I have to make sure that the feature is easy 
&lt;br&gt;enough to implement consistently, and well-specified enough to do so 
&lt;br&gt;interoperably. &amp;nbsp;So, in that respect, I am sensitive to the concerns of 
&lt;br&gt;implementers.
&lt;br&gt;&lt;br&gt;To that end, I have taken to the practice of writing a script 
&lt;br&gt;implementation of the features I'm specifying, to make sure that they 
&lt;br&gt;are implementable (at least to some degree... I realize that there are 
&lt;br&gt;differences between how easy something is to accomplish in script vs. 
&lt;br&gt;C*/Java/etc.), that they cover the details that are needed, and they are 
&lt;br&gt;usable by authors. &amp;nbsp;There are parts of SVG Param that I removed or never 
&lt;br&gt;put in because my personal experience taught me that it wasn't a good 
&lt;br&gt;approach.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Ditto your policy of making every new attribute a property
&lt;br&gt;&amp;gt; (which I dislike, find ridiculous for some attributes, and regard as
&lt;br&gt;&amp;gt; not in the spirit of the original SVG standard). Do you adequately consider
&lt;br&gt;&amp;gt; the implications each time you slip in (or copy in) such innocuous words?
&lt;br&gt;&amp;gt; Conscientious as you are, you're not superhuman, so I imagine you can't.
&lt;br&gt;&amp;gt; If in doubt, leave it out! Deliver on your promise to keep parameters
&lt;br&gt;&amp;gt; simple! :)
&lt;br&gt;&lt;br&gt;I rely on my own authoring and implementing experience to inform most of 
&lt;br&gt;my judgments, yes. &amp;nbsp;Different implementers and implementations (and 
&lt;br&gt;authors) may draw different conclusions than I do... that's why these 
&lt;br&gt;specifications are open for review. &amp;nbsp;Creating a spec (especially in 
&lt;br&gt;these early stage) is an iterative process.
&lt;br&gt;&lt;br&gt;In this particular instance, I hadn't gotten around to thinking deeply 
&lt;br&gt;about the 'parameters' property... I should have marked it as a 
&lt;br&gt;placeholder while I talked to the CSS WG and looked at implementing it 
&lt;br&gt;myself. &amp;nbsp;But a more productive (and less confrontational) way to comment 
&lt;br&gt;on this or other issues would be to explain the specific performance and 
&lt;br&gt;implementation challenges, and suggest a way to resolve it.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; And one more suggestion which I'll put here to save me creating a whole
&lt;br&gt;&amp;gt; new section for it:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; B10. You use parameters to reference a whole SVG document. There's no reason
&lt;br&gt;&amp;gt; why you couldn't reference a single element. This would allow multiple
&lt;br&gt;&amp;gt; related 'referencable' elements to be placed in one document, which
&lt;br&gt;&amp;gt; would give authors more flexibility, reduce the number of documents,
&lt;br&gt;&amp;gt; potentially reduce the number of resources that need to be loaded, and
&lt;br&gt;&amp;gt; allow these elements to share the same &amp;lt;defs&amp;gt; element (thus avoiding
&lt;br&gt;&amp;gt; repetition).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To do this would complicate the URL format to include the ID of the
&lt;br&gt;&amp;gt; element to reference - but that's not a big deal.
&lt;/div&gt;&lt;br&gt;Complicating the URL syntax and forcing users to reference a specific id 
&lt;br&gt;along with the parameter name seems very unwieldy to me.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;br&gt;&amp;gt; Proposal for an alternative to &amp;quot;param(...) ...&amp;quot; attribute values
&lt;br&gt;&amp;gt; ================================================================
&lt;br&gt;&amp;gt; Rationale: The problem of discovering what parameters can be passed to a
&lt;br&gt;&amp;gt; particular declaring document led me to consider the analogy with
&lt;br&gt;&amp;gt; programming languages. Functions in high level programming languages
&lt;br&gt;&amp;gt; typically (always?) declare all their parameters at the beginning, which
&lt;br&gt;&amp;gt; makes it clear what parameters to pass. A programming language that let
&lt;br&gt;&amp;gt; you declare parameters anywhere in the body of a function's code would
&lt;br&gt;&amp;gt; be considered very strange. Isn't that what the Parameters specification
&lt;br&gt;&amp;gt; does?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Another analogy is to the animation of attribute values: SVG sensibly
&lt;br&gt;&amp;gt; has separate animation elements, rather than attempting to pack the
&lt;br&gt;&amp;gt; definition of an animation into an attribute's value - which is
&lt;br&gt;&amp;gt; effectively what &amp;quot;param(...)&amp;quot; does for parameters.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; An alternative is to declare all an SVG document's parameters in one
&lt;br&gt;&amp;gt; place, as near the beginning of the document as possible - perhaps in
&lt;br&gt;&amp;gt; the &amp;lt;defs&amp;gt; element. The declaration of a parameter needs a name plus
&lt;br&gt;&amp;gt; references to one or more attributes that its value can be passed to.
&lt;br&gt;&amp;gt; (An attribute value is not needed, because each attribute's normal value
&lt;br&gt;&amp;gt; plays this role.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The equivalent of the SVG document in the &amp;quot;Passing Values to SVG Files&amp;quot;
&lt;br&gt;&amp;gt; section in your specification Part 1 might be something like:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;svg xmlns=&amp;quot;&lt;a href=&quot;http://www.w3.org/2000/svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2000/svg&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; xmlns:xlink=&amp;quot;&lt;a href=&quot;http://www.w3.org/1999/xlink&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/1999/xlink&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; viewBox=&amp;quot;0 0 110 40&amp;quot; &amp;nbsp;width=&amp;quot;100%&amp;quot;
&lt;br&gt;&amp;gt; height=&amp;quot;100%&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;defs&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;paramDefs&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;paramDef name=&amp;quot;color&amp;quot;
&lt;br&gt;&amp;gt; elementId=&amp;quot;button_rect&amp;quot; &amp;nbsp;attribute=&amp;quot;fill&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;paramDef name=&amp;quot;outline&amp;quot;
&lt;br&gt;&amp;gt; elementId=&amp;quot;button_rect&amp;quot; &amp;nbsp;attribute=&amp;quot;stroke&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;paramDef
&lt;br&gt;&amp;gt; elementId=&amp;quot;button_label&amp;quot; &amp;nbsp;attribute=&amp;quot;fill&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/paramDef&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;paramDef name=&amp;quot;label&amp;quot;
&lt;br&gt;&amp;gt; elementId=&amp;quot;button_label&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/paramDefs&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;defs&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;Reusable Button&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;desc&amp;gt;Takes parameters from parent document's embedding
&lt;br&gt;&amp;gt; element.&amp;lt;/desc&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;g&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;rect id=&amp;quot;button_rect&amp;quot; &amp;nbsp;x=&amp;quot;5&amp;quot;
&lt;br&gt;&amp;gt; y=&amp;quot;5&amp;quot; &amp;nbsp;width=&amp;quot;100&amp;quot; &amp;nbsp;height=&amp;quot;30&amp;quot;
&lt;br&gt;&amp;gt; rx=&amp;quot;15&amp;quot; &amp;nbsp;ry=&amp;quot;15&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fill=&amp;quot;blue&amp;quot;
&lt;br&gt;&amp;gt; stroke=&amp;quot;navy&amp;quot; &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;text id=&amp;quot;button_label&amp;quot; &amp;nbsp;x=&amp;quot;55&amp;quot;
&lt;br&gt;&amp;gt; y=&amp;quot;30&amp;quot; &amp;nbsp;text-anchor=&amp;quot;middle&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; font-size=&amp;quot;25&amp;quot;
&lt;br&gt;&amp;gt; fill=&amp;quot;black&amp;quot; &amp;nbsp;font-family=&amp;quot;Verdana&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; button
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/text&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/g&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/svg&amp;gt;
&lt;/div&gt;&lt;br&gt;Indeed, this is very similar to the first approach I took [2]. &amp;nbsp;We moved 
&lt;br&gt;away from that for a number of reasons, including a more verbose syntax, 
&lt;br&gt;an additional level of abstraction, and because we plan on introducing 
&lt;br&gt;new attribute value syntax anyway.
&lt;br&gt;&lt;br&gt;What you're suggesting can be done using CSS or paint servers 
&lt;br&gt;(gradients, solidColor, etc.) in combination with Params, i.e. the 
&lt;br&gt;'param()' functional notation is used for the gradient or solidColor, 
&lt;br&gt;which is referenced by the target element (the value is &amp;quot;pulled&amp;quot; by the 
&lt;br&gt;target element), or for the CSS values which are applied to the target 
&lt;br&gt;elements via selectors (the value is &amp;quot;pushed&amp;quot; onto the target element by 
&lt;br&gt;the class).
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Miscellaneous points and extra suggestions:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C1. I have modified the example to apply the 'outline' value to the fill
&lt;br&gt;&amp;gt; of the &amp;lt;text&amp;gt; element too, to demonstrate using a parameter in more than
&lt;br&gt;&amp;gt; one place. (And I lazily used the same &amp;lt;paramDef&amp;gt; element name for the
&lt;br&gt;&amp;gt; child element, which is probably inadvisable, but I couldn't think
&lt;br&gt;&amp;gt; of a good alternative quickly.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C2. This example references elements by ID, but XPath could be offered as
&lt;br&gt;&amp;gt; an alternative.
&lt;/div&gt;&lt;br&gt;CSS selectors are a similar mechanism to XPath, and more broadly 
&lt;br&gt;implemented, in browsers at least.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; C3. The last &amp;lt;paramDef&amp;gt; element refers to the content of the &amp;lt;text&amp;gt; element.
&lt;br&gt;&amp;gt; This is (supposedly) implied by the absence of an 'attribute' attribute,
&lt;br&gt;&amp;gt; but it could be done in a more explicit way.
&lt;br&gt;&lt;br&gt;Though I don't like using CSS-injected text content, that could be used 
&lt;br&gt;as well.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; C4. Elements defining parameters could be further nested, to group related
&lt;br&gt;&amp;gt; parameters. This could be convenient where many parameters are declared.
&lt;br&gt;&amp;gt; This would result in hierarchical names, for which a dot notation might
&lt;br&gt;&amp;gt; be suitable (eg. &amp;quot;may.percent&amp;quot; and &amp;quot;may.color&amp;quot;, in your bar chart example).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C5. The passing on of parameters to other documents with parameters (as per
&lt;br&gt;&amp;gt; point B8 above) would probably demand its own extra constructs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C6. To support the referencing of a single element (as per point B10,
&lt;br&gt;&amp;gt; above),
&lt;br&gt;&amp;gt; any SVG element could be allowed to contain a &amp;lt;paramDefs&amp;gt; element.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C7. Parameters could be used for more than just passing values directly to
&lt;br&gt;&amp;gt; attributes and properties. Two possibilities:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (a) Conditional logic. For example, a parameter definition could say
&lt;br&gt;&amp;gt; that if parameter &amp;quot;side&amp;quot; equals &amp;quot;left&amp;quot; then change an attribute
&lt;br&gt;&amp;gt; in one element, else change an attribute in another.
&lt;/div&gt;&lt;br&gt;This is well down the side of the slippery slope... I don't want Params 
&lt;br&gt;to become a Turing-complete feature.
&lt;br&gt;&lt;br&gt;At the very most, I would suggest using &amp;lt;switch&amp;gt; elements with a new 
&lt;br&gt;evaluation attribute, but for v1, I think that goes too far.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; (b) As the basis for calculations, which could be useful for laying out
&lt;br&gt;&amp;gt; elements. For instance, in your 12-month bar chart example in Part 1,
&lt;br&gt;&amp;gt; you could have a &amp;quot;column-width&amp;quot; parameter that is used to calculate
&lt;br&gt;&amp;gt; the position of each column. (In the preamble to that example you
&lt;br&gt;&amp;gt; admit that parameters as specified have limitations; enhanced
&lt;br&gt;&amp;gt; &amp;lt;paramDef&amp;gt; elements could overcome some of these limitations.)
&lt;br&gt;&lt;br&gt;That should fall more into the realm of SVG Layout, possibly in 
&lt;br&gt;conjunction with SVG Params.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; There are likely to be other interesting possibilities - which can be
&lt;br&gt;&amp;gt; added relatively easily because they are merely additions within the
&lt;br&gt;&amp;gt; &amp;lt;paramDefs&amp;gt;. The &amp;quot;param(...) ...&amp;quot; construct slams the door shut against
&lt;br&gt;&amp;gt; such possibilities.
&lt;br&gt;&lt;br&gt;No, it doesn't... we could always add these features for use with the 
&lt;br&gt;abstraction of paint servers, CSS, etc. if experience shows that they 
&lt;br&gt;are needed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; This approach offers several advantages:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ad1. The new parameter-related elements are the *only* changes. No
&lt;br&gt;&amp;gt; attributes
&lt;br&gt;&amp;gt; or properties in existing elements need be changed. There is no need
&lt;br&gt;&amp;gt; for the &amp;quot;param(...) ...&amp;quot; construct, nor the &amp;quot;content-value&amp;quot; attribute.
&lt;br&gt;&lt;br&gt;As mentioned, the &amp;quot;param(...) ...&amp;quot; construct matches the planned growth 
&lt;br&gt;of SVG.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Ad2. All the parameters are declared in one place, at the top of the
&lt;br&gt;&amp;gt; document. &amp;nbsp;So it's easy to see what they all are.
&lt;br&gt;&lt;br&gt;This can be done with the existing proposal as well, as explained above.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Ad3. The parameter-related elements provide a place to *document* the
&lt;br&gt;&amp;gt; parameters (which the existing specification does not provide).
&lt;br&gt;&lt;br&gt;Comments can be placed at any place in the document to explain these, 
&lt;br&gt;and exposing the list of param keywords through the API is more 
&lt;br&gt;programmatically useful.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Ad4. Checking parameters for consistency involves checking just the content
&lt;br&gt;&amp;gt; of the &amp;lt;paramDefs&amp;gt; element and the elements its descendents refer to,
&lt;br&gt;&amp;gt; rather than the whole document tree.
&lt;br&gt;&lt;br&gt;I'm not sure why this is a particular advantage.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Ad5. Future enhancements have a good chance of being localized to the
&lt;br&gt;&amp;gt; parameter-related elements, rather than potentially involving further
&lt;br&gt;&amp;gt; rounds of changes to all attributes in all elements.
&lt;br&gt;&lt;br&gt;What sort of enhancements?
&lt;br&gt;&lt;br&gt;I'm not trying to be negative, but I don't see your proposal as 
&lt;br&gt;substantive more powerful or specifically easier to implement, and it 
&lt;br&gt;seems much more complicated and abstract to author. &amp;nbsp;The SVG WG will 
&lt;br&gt;discuss it, of course, and may have a different opinion than I do.
&lt;br&gt;&lt;br&gt;I do appreciate your thought-provoking comments, and I think the spec 
&lt;br&gt;will be improved by them. &amp;nbsp;I will try to make an updated version of the 
&lt;br&gt;spec that reflects the changes I've agreed to in the next few weeks, and 
&lt;br&gt;I'll notify you and www-svg when I have.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.w3.org/TR/SVGParamPrimer/#param-el&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVGParamPrimer/#param-el&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://dev.w3.org/SVG/modules/ref/master/SVGRefPrimer.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/ref/master/SVGRefPrimer.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Parameters--specifications-feedback-tp26703697p26722169.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26703697</id>
	<title>[Parameters] specifications feedback</title>
	<published>2009-12-08T17:16:54Z</published>
	<updated>2009-12-08T17:16:54Z</updated>
	<author>
		<name>Steve Withall</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;body&gt;
Doug,&lt;br&gt;&lt;br&gt;
Here is some feedback on your Parameters specification &amp;quot;SVG
Parameters 1.0, Part 2: Language&amp;quot; (undated, but last modified 10th
June 2009). I am not commenting on Part 1, because I believe that Part 2
gives me the opportunity to make every point of substance I have. I've
divided my comments into two parts for readability, plus a third
proposing a different way of declaring parameters.&lt;br&gt;&lt;br&gt;
Steve.&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
A. Comments on Part 2, &amp;quot;Use Cases and Requirements&amp;quot;
section&lt;br&gt;
===========================================================&lt;br&gt;
A1. Requirements and use cases ought to precede everything else - and
be&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; written before you consider what might be the
best solution to them&amp;nbsp; :)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - so I find it strange that they are deferred to
the second document.&lt;br&gt;&lt;br&gt;
A2. &amp;quot;Usage Scenarios&amp;quot;: This list of usages is helpful, but
since they're&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; examples they are merely anecdotal. They don't
constitute a statement&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the goals for parameters, which is lacking.
The closest you come is&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saying in the Abstract of Part 1 that they're
for &amp;quot;re-using a resource&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; several times with specified variations&amp;quot;,
but this is vague and open&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to many interpretations. &lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; In recent emails, Doug, you have stated that you want
to keep the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parameters specification simple. But without
clearly defining what&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameters are for, one cannot make an objective
judgment of whether&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what's currently specified is adequate, nor
whether suggestions for&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extra sophistication are good value or not. BTW,
when you say enhancements&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; could be added in future, what do you mean? SVG
3.0 in 2017?&amp;nbsp; :^)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You ought to do you utmost to get it right first
time.&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; In any case, the ability to add more sophistication in
future without&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; major disruption would be a useful requirement
to add.&lt;br&gt;&lt;br&gt;
A3. &amp;quot;Usage Scenarios&amp;quot;: Simplicity in the Parameters
specifications is one&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thing; simplicity in the documents that use
parameters is something&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else. How many parameters might document authors
end up using in a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; single document? All your examples are simple
(which is fine), but&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it's not hard to envisage parameters numbering
in the dozens. A&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; single flat list is less than ideal when it
grows longer than, say,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eight or ten.&lt;br&gt;&lt;br&gt;
A4. &amp;quot;Adapt text to use&amp;quot;: This is potentially very useful, but
might quickly&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; become unwieldy if you have more than one or two
text parameters&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (especially when passing via a URL, or for long
pieces of text). Some&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authors might be tempted to use this to achieve
multi-lingual text,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which is probably not a good idea.&lt;br&gt;&lt;br&gt;
A5. &amp;quot;Usage Scenarios&amp;quot;: The previous point leads me to suggest
that you&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; investigate possible usage scenarios in more
detail: if (sorry, when!)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you give document authors this parameters
facility, what uses might they&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; put it to that you haven't thought of? You
wouldn't want any nasty&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; surprises. Perhaps you could invite suggestions.
Some usages could&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; be horrible bastardizations. Some might be worth
considering in their&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; own right, to allow them to be achieved in a
cleaner and easier way.&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; When investigating in more detail, you ought to create
examples that&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; are as complex as authors might create in real
life. (A 12-month&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bar chart with 6 parameters per month?) The
existing examples are&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so simple that they don't tell you much about
usage in practice.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How do parameters scale up? Just how long might
long URLs become?&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Longer than you anticipate, I
anticipate.)&lt;br&gt;&lt;br&gt;
A6. &amp;quot;Special Considerations for SVG Parameters&amp;quot;,
&amp;quot;Implementation&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; commitments&amp;quot;: For all you say about keep
Parameters simple, I&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; believe that implementing them as specified is
likely to involve&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; considerable effort - because of the sheer
number of attributes&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that must support the &amp;quot;param(...) ...&amp;quot;
syntax. (Would the major&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; implementers care to consider this and give us
their verdicts?)&lt;br&gt;&lt;br&gt;
A7. Following on from A6, I suggest that the Working Group ponder&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; whether any other forthcoming SVG enhancements
have a similarly&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wide impact upon existing attributes en masse,
so that implementers&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can make all these changes in one go. I have in
mind the potential&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the layout specification to introduce
expressions. (I live in&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hope!)&lt;br&gt;&lt;br&gt;
A8. &amp;quot;Special Considerations for SVG Parameters&amp;quot;, &amp;quot;Ease of
authoring&amp;quot;:&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The first consideration is to make it easy for
authors to know&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what parameters are available to them when they
re-use a particular&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVG document. I have more to say on this below,
because it is a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; consideration I believe is not satisfied at
present.&lt;br&gt;&lt;br&gt;
A9. &amp;quot;Requirements&amp;quot;, point 1.1: Remove the &amp;quot;(but not
limited to)&amp;quot; clause.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It renders this requirement open-ended, which is
unacceptable. Adding&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a new means of passing parameters constitutes an
extra requirement.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Each existing means ought to be regarded as a
distinct requirement too.)&lt;br&gt;&lt;br&gt;
A10. &amp;quot;Requirements&amp;quot;, points 2 and 3: Yes, you need to say more
about&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scripting and animation! Nasty
complications might lurk in both&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; places, and you need to flush them out as
soon as you can.&lt;br&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
B. Comments on Part 2, &amp;quot;Definitions and Basic Data Types&amp;quot;,
&amp;quot;Syntax&amp;quot; section&lt;br&gt;
===========================================================================&lt;br&gt;
B1. I find that this document lacks structure. There are two distinct
parts&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to Parameters: usage (the documents that refer)
and declaration (the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documents that are referred to). I think
everything would be clearer&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if you had two clear top level sections
accordingly. The &amp;quot;Syntax&amp;quot; section&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; launches into the declaration aspects without
introducing that that's&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what it's doing.&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; (Actually, if you do choose to restructure Part 2, you
could also consider&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; merging Parts 1 and 2 into a single document.
Two documents are not&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warranted for reasons of size, and a single
document would allow you to&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; avoid the repetition that is necessarily present
now.)&lt;br&gt;&lt;br&gt;
B2. Further to B1, the subject of parameters would be easier to write
about&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if we had clear terms for the 'usage' documents
and for the 'declaring'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documents. (I'm finding it hard to decide how to
refer to them in this&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email. For want of something better, I call them
the 'usage document'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and 'declaring document' respectively.)&lt;br&gt;&lt;br&gt;
B3. &amp;quot;The 'param' Attribute&amp;quot;, fourth paragraph: In order to
stress how pervasive&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this change is, you ought to highlight as boldly
as you can the statement&lt;br&gt;
&lt;b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;that the &amp;quot;&lt;b&gt;param attribute value
must be available as a value on any SVG&lt;br&gt;
&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;attribute&lt;/b&gt;&amp;quot;. Further, I would
change 'any' to '&lt;b&gt;every&lt;/b&gt;', and add &amp;quot;&lt;b&gt;on every&lt;br&gt;
&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;SVG element&lt;/b&gt;&amp;quot;. The implications
of this are considerable: potentially large&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; development effort by implementers (and perhaps
even more for authoring tool&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; developers), extra tests for every attribute in
every SVG element, and&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... what else? (My proposed alternative,
described below, avoids all&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of these changes.)&lt;br&gt;&lt;br&gt;
B4. &amp;quot;The 'param' Attribute&amp;quot;: Any changes you make to attribute
values ought&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; also to apply to property values too, for
consistency. Am I correct in&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; believing that to date the values allowed in all
property values are&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identical to the values allowed in the
equivalent attributes? If so,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this commonality should be maintained.&lt;br&gt;&lt;br&gt;
B5. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: You are correct
that this section&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; needs a lot of work. This section deals only
with the local syntax for&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; declaring a single parameter, which is
relatively straightforward. A&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; separate topic, which deserves a new section in
its own right, is&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interactions between multiple parameter
declarations. Topics that need&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addressing include:&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (a) Multiple parameters with the same
name. This is useful and is&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; presumably
acceptable, to allow one parameter to affect multiple&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parts of the
re-used document at once. For example a 'color'&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameter
could set the color of several sub-elements.&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (b) Inconsistencies between parameters
with the same name. For example,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if parameter
name 'p1' is a color attribute in one place and a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; co-ordinate
in another, then ... well ... something's gonna break.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A declaring
document is in a position to detect such inconsistencies&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - but only
by navigating the whole document tree to find all&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameter
declarations.&lt;br&gt;&lt;br&gt;
B6. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: Point B5 (b)
leads to the subject&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of error handling, which I think your
specification ought to address explicitly.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The validity of a parameter value written in a
'usage' document can only be&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; determined by reference to its declaration in a
separate document. This could&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lead to errors that aren't easy to explain to
the user (especially since they&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; may otherwise have no cause to look into the
declaring document; indeed, one&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the benefits of parameters is that they don't
need to). This is an area&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where implementers need to take extra care with
their error messages. Perhaps&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the Parameters specification could lay down some
guidelines.&lt;br&gt;&lt;br&gt;
B7. &amp;quot;The 'param' Attribute&amp;quot;, fifth paragraph: Further to B6,
one source of errors&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in parameters is in data typing: an attribute
might expect a color, but be&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; given a length. Such errors are usually
straightforward to deal with, but&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the fact that the value is supplied by one
document and validated with&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reference to another introduces an extra level
of complexity.&lt;br&gt;&lt;br&gt;
B8. Another situation to consider is an SVG document both declaring
and&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using parameters. That is, a declaring document
could refer to other&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documents that use parameters. This would appear
to cause no problems&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if each usage is treated as self-contained. But
might document authors&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; want the parameter mechanism to percolate down
the chain of referenced&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documents? For instance, if document A uses a
parameter 'p1' in document&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, and document B uses a parameter 'p1' in
document C, should the same&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value of p1 passed from A to B also be passed to
C? (I hope you can follow&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that.)&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Your 12-month bar chart example in Part 1 might
benefit from a two-level&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; declaration of this kind (especially if you
wished to make it more complex):&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; one document for the bar chart and a separate
one for a column.&lt;br&gt;&lt;br&gt;
B9. The 'parameters' property: Good luck to anyone who attempts to
animate&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a list of parameters! I suspect that specifiers
of standards have a&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tendency to throw in any feature which is easy
for them to write. Making&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a property inheritable and animatable is for you
a matter of a few&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keystrokes. Ditto your policy of making every
new attribute a property&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (which I dislike, find ridiculous for some
attributes, and regard as&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not in the spirit of the original SVG standard).
Do you adequately consider&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the implications each time you slip in (or copy
in) such innocuous words?&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conscientious as you are, you're not superhuman,
so I imagine you can't.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If in doubt, leave it out! Deliver on your
promise to keep parameters&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; simple!&amp;nbsp; :)&lt;br&gt;&lt;br&gt;
And one more suggestion which I'll put here to save me creating a whole
new section for it:&lt;br&gt;&lt;br&gt;
B10. You use parameters to reference a whole SVG document. There's no
reason&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; why you couldn't reference a single
element. This would allow multiple&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; related 'referencable' elements to be
placed in one document, which&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; would give authors more flexibility,
reduce the number of documents,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; potentially reduce the number of resources
that need to be loaded, and&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allow these elements to share the same
&amp;lt;defs&amp;gt; element (thus avoiding&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; repetition).&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To do this would complicate the URL format to
include the ID of the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; element to reference - but that's not a
big deal.&lt;br&gt;&lt;br&gt;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br&gt;
Proposal for an alternative to &amp;quot;param(...) ...&amp;quot; attribute
values&lt;br&gt;
================================================================&lt;br&gt;
Rationale: The problem of discovering what parameters can be passed to a
particular declaring document led me to consider the analogy with
programming languages. Functions in high level programming languages
typically (always?) declare all their parameters at the beginning, which
makes it clear what parameters to pass. A programming language that let
you declare parameters anywhere in the body of a function's code would be
considered very strange. Isn't that what the Parameters specification
does?&lt;br&gt;&lt;br&gt;
(Another analogy is to the animation of attribute values: SVG sensibly
has separate animation elements, rather than attempting to pack the
definition of an animation into an attribute's value - which is
effectively what &amp;quot;param(...)&amp;quot; does for parameters.)&lt;br&gt;&lt;br&gt;
An alternative is to declare all an SVG document's parameters in one
place, as near the beginning of the document as possible - perhaps in the
&amp;lt;defs&amp;gt; element. The declaration of a parameter needs a name plus
references to one or more attributes that its value can be passed to. (An
attribute value is not needed, because each attribute's normal value
plays this role.)&lt;br&gt;&lt;br&gt;
The equivalent of the SVG document in the &amp;quot;Passing Values to SVG
Files&amp;quot; section in your specification Part 1 might be something
like:&lt;br&gt;&lt;br&gt;
&lt;pre&gt;&amp;lt;svg xmlns=&amp;quot;http://www.w3.org/2000/svg&amp;quot;
xmlns:xlink=&amp;quot;http://www.w3.org/1999/xlink&amp;quot;
&amp;nbsp;&amp;nbsp;&amp;nbsp; viewBox=&amp;quot;0 0 110 40&amp;quot; width=&amp;quot;100%&amp;quot;
height=&amp;quot;100%&amp;quot;&amp;gt;
&amp;nbsp; &amp;lt;defs&amp;gt;
&lt;font color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDefs&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDef name=&amp;quot;color&amp;quot;
elementId=&amp;quot;button_rect&amp;quot; attribute=&amp;quot;fill&amp;quot;/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDef name=&amp;quot;outline&amp;quot;
elementId=&amp;quot;button_rect&amp;quot; attribute=&amp;quot;stroke&amp;quot;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDef
elementId=&amp;quot;button_label&amp;quot; attribute=&amp;quot;fill&amp;quot;/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/paramDef&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDef name=&amp;quot;label&amp;quot;
elementId=&amp;quot;button_label&amp;quot;/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/paramDefs&amp;gt;
&lt;/font&gt;&amp;nbsp; &amp;lt;defs&amp;gt;
&amp;nbsp; &amp;lt;title&amp;gt;Reusable Button&amp;lt;/title&amp;gt;
&amp;nbsp; &amp;lt;desc&amp;gt;Takes parameters from parent document's embedding
element.&amp;lt;/desc&amp;gt;
&amp;nbsp; &amp;lt;g&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;rect id=&amp;quot;button_rect&amp;quot; x=&amp;quot;5&amp;quot;
y=&amp;quot;5&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;30&amp;quot;
rx=&amp;quot;15&amp;quot; ry=&amp;quot;15&amp;quot; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fill=&amp;quot;blue&amp;quot;
stroke=&amp;quot;navy&amp;quot; /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text id=&amp;quot;button_label&amp;quot; x=&amp;quot;55&amp;quot;
y=&amp;quot;30&amp;quot; text-anchor=&amp;quot;middle&amp;quot; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size=&amp;quot;25&amp;quot;
fill=&amp;quot;black&amp;quot; font-family=&amp;quot;Verdana&amp;quot;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; button
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/text&amp;gt;
&amp;nbsp; &amp;lt;/g&amp;gt;
&amp;lt;/svg&amp;gt;

Miscellaneous points and extra suggestions:

&lt;/pre&gt;C1. I have modified the example to apply the 'outline' value to the
fill&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the &amp;lt;text&amp;gt; element too, to demonstrate
using a parameter in more than&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; one place. (And I lazily used the same
&amp;lt;paramDef&amp;gt; element name for the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; child element, which is probably inadvisable,
but I couldn't think&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of a good alternative quickly.)&lt;br&gt;&lt;br&gt;
C2. This example references elements by ID, but XPath could be offered
as&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; an alternative.&lt;br&gt;&lt;br&gt;
C3. The last &amp;lt;paramDef&amp;gt; element refers to the content of the
&amp;lt;text&amp;gt; element.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is (supposedly) implied by the absence of
an 'attribute' attribute,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but it could be done in a more explicit
way.&lt;br&gt;&lt;br&gt;
C4. Elements defining parameters could be further nested, to group
related&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameters. This could be convenient where many
parameters are declared.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This would result in hierarchical names, for
which a dot notation might&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; be suitable (eg. &amp;quot;may.percent&amp;quot; and
&amp;quot;may.color&amp;quot;, in your bar chart example).&lt;br&gt;&lt;br&gt;
C5. The passing on of parameters to other documents with parameters (as
per&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; point B8 above) would probably demand its own
extra constructs.&lt;br&gt;&lt;br&gt;
C6. To support the referencing of a single element (as per point B10,
above),&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; any SVG element could be allowed to contain a
&amp;lt;paramDefs&amp;gt; element.&lt;br&gt;&lt;br&gt;
C7. Parameters could be used for more than just passing values directly
to&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attributes and properties. Two
possibilities:&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (a) Conditional logic. For example, a parameter
definition could say&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that if parameter
&amp;quot;side&amp;quot; equals &amp;quot;left&amp;quot; then change an attribute&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in one element,
else change an attribute in another.&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (b) As the basis for calculations, which could
be useful for laying out&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; elements. For
instance, in your 12-month bar chart example in Part 1,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you could have a
&amp;quot;column-width&amp;quot; parameter that is used to calculate&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the position of
each column. (In the preamble to that example you&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; admit that
parameters as specified have limitations; enhanced&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDef&amp;gt;
elements could overcome some of these limitations.)&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; There are likely to be other interesting possibilities
- which can be&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; added relatively easily because they are merely
additions within the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;paramDefs&amp;gt;. The &amp;quot;param(...)
...&amp;quot; construct slams the door shut against&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; such possibilities.&lt;br&gt;&lt;br&gt;
This approach offers several advantages:&lt;br&gt;&lt;br&gt;
Ad1. The new parameter-related elements are the *only* changes. No
attributes&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or properties in existing elements need be
changed. There is no need&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for the &amp;quot;param(...) ...&amp;quot;
construct, nor the &amp;quot;content-value&amp;quot; attribute.&lt;br&gt;&lt;br&gt;
Ad2. All the parameters are declared in one place, at the top of the
document.&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So it's easy to see what they all
are.&lt;br&gt;&lt;br&gt;
Ad3. The parameter-related elements provide a place to *document* the
parameters&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (which the existing specification does not
provide).&lt;br&gt;&lt;br&gt;
Ad4. Checking parameters for consistency involves checking just the
content&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; of the &amp;lt;paramDefs&amp;gt; element and the
elements its descendents refer to,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rather than the whole document
tree.&lt;br&gt;&lt;br&gt;
Ad5. Future enhancements have a good chance of being localized to
the&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameter-related elements, rather than
potentially involving further&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rounds of changes to all attributes in all
elements.&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Parameters--specifications-feedback-tp26703697p26703697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663244</id>
	<title>Re: Potential spam/phishing attempt (was &quot;Re: Warning Notice!!!&quot;)</title>
	<published>2009-12-06T01:17:18Z</published>
	<updated>2009-12-06T01:17:18Z</updated>
	<author>
		<name>Helder Magalhães</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;&lt;br&gt;I just noticed that I missed including the general W3C contact address
&lt;br&gt;in my message: after originally adding it, I noticed a few more
&lt;br&gt;interesting bits and rewrote the email from scratch. Sorry for the
&lt;br&gt;annoyance/persistence, but I feel that this is an important matter...
&lt;br&gt;&lt;br&gt;The previous message, together with the attachment, is already
&lt;br&gt;available [1] in the archive.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;Helder
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0008.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0008.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/12/6 Helder Magalhães &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helder.magalhaes@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm reporting what appears to be a potential spam/phishing attempt,
&lt;br&gt;&amp;gt; made on behalf of the W3C Webmaster to the www-svg mailing list [1]
&lt;br&gt;&amp;gt; (and, as I'm subscribed to it, to my personal email address).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The full message is attached, as the visible message headers obfuscate
&lt;br&gt;&amp;gt; the true origin of the message (a server located at
&lt;br&gt;&amp;gt; &amp;quot;webmail.xnet.hr&amp;quot;).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As I wasn't sure about what the best way to report this, I'm replying
&lt;br&gt;&amp;gt; to the message and also CCing the general address (stated in the
&lt;br&gt;&amp;gt; general contact instructions [2]).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please take appropriate measures, as the message seems to be
&lt;br&gt;&amp;gt; sufficiently well forged to deceive users: I must confess that I was
&lt;br&gt;&amp;gt; starting to evaluate whether to reply or not; if the message contents
&lt;br&gt;&amp;gt; were a little more coherent (and didn't request the password), I might
&lt;br&gt;&amp;gt; not been convinced to crawl through the original message raw data.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt;  Helder
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0007.html&lt;/a&gt;&lt;br&gt;&amp;gt; [2] &lt;a href=&quot;http://www.w3.org/Consortium/contact#otherwise&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Consortium/contact#otherwise&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------- Forwarded message ----------
&lt;br&gt;&amp;gt; From: W3 Online Team &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663244&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date: 2009/12/6
&lt;br&gt;&amp;gt; Subject: Warning Notice!!!
&lt;br&gt;&amp;gt; To:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A DGTFX virus has been detected in your folders
&lt;br&gt;&amp;gt; Your email account has to be upgraded to our new
&lt;br&gt;&amp;gt; Secured DGTFX anti-virus 2009 version  to prevent
&lt;br&gt;&amp;gt; damages to our email log and your important
&lt;br&gt;&amp;gt; files.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Click your reply tab, Fill the columns below and
&lt;br&gt;&amp;gt; send back or your email account will be terminated
&lt;br&gt;&amp;gt; immediately to avoid spread of the virus.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; USERNAME:
&lt;br&gt;&amp;gt; PASSWORD:
&lt;br&gt;&amp;gt; PHONE NUMBER:
&lt;br&gt;&amp;gt; DATE OF BIRTH:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Note that your password will be encrypted with
&lt;br&gt;&amp;gt; 1024-bit RSA keys for your password safety.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;           WARNINGS
&lt;br&gt;&amp;gt; If the above details is not sent you will
&lt;br&gt;&amp;gt; experience login problems after you log out.
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Potential-spam-phishing-attempt-%28was-%22Re%3A-Warning-Notice%21%21%21%22%29-tp26663197p26663244.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26663197</id>
	<title>Potential spam/phishing attempt (was &quot;Re: Warning Notice!!!&quot;)</title>
	<published>2009-12-06T01:04:17Z</published>
	<updated>2009-12-06T01:04:17Z</updated>
	<author>
		<name>Helder Magalhães</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm reporting what appears to be a potential spam/phishing attempt,
&lt;br&gt;made on behalf of the W3C Webmaster to the www-svg mailing list [1]
&lt;br&gt;(and, as I'm subscribed to it, to my personal email address).
&lt;br&gt;&lt;br&gt;The full message is attached, as the visible message headers obfuscate
&lt;br&gt;the true origin of the message (a server located at
&lt;br&gt;&amp;quot;webmail.xnet.hr&amp;quot;).
&lt;br&gt;&lt;br&gt;As I wasn't sure about what the best way to report this, I'm replying
&lt;br&gt;to the message and also CCing the general address (stated in the
&lt;br&gt;general contact instructions [2]).
&lt;br&gt;&lt;br&gt;Please take appropriate measures, as the message seems to be
&lt;br&gt;sufficiently well forged to deceive users: I must confess that I was
&lt;br&gt;starting to evaluate whether to reply or not; if the message contents
&lt;br&gt;were a little more coherent (and didn't request the password), I might
&lt;br&gt;not been convinced to crawl through the original message raw data.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&amp;nbsp;Helder
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0007.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-svg/2009Dec/0007.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.w3.org/Consortium/contact#otherwise&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Consortium/contact#otherwise&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------- Forwarded message ----------
&lt;br&gt;From: W3 Online Team &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: 2009/12/6
&lt;br&gt;Subject: Warning Notice!!!
&lt;br&gt;To:
&lt;br&gt;&lt;br&gt;&lt;br&gt;A DGTFX virus has been detected in your folders
&lt;br&gt;Your email account has to be upgraded to our new
&lt;br&gt;Secured DGTFX anti-virus 2009 version  to prevent
&lt;br&gt;damages to our email log and your important
&lt;br&gt;files.
&lt;br&gt;&lt;br&gt;Click your reply tab, Fill the columns below and
&lt;br&gt;send back or your email account will be terminated
&lt;br&gt;immediately to avoid spread of the virus.
&lt;br&gt;&lt;br&gt;USERNAME:
&lt;br&gt;PASSWORD:
&lt;br&gt;PHONE NUMBER:
&lt;br&gt;DATE OF BIRTH:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that your password will be encrypted with
&lt;br&gt;1024-bit RSA keys for your password safety.
&lt;br&gt;&lt;br&gt;          WARNINGS
&lt;br&gt;If the above details is not sent you will
&lt;br&gt;experience login problems after you log out.
&lt;br&gt;&lt;br /&gt;Delivered-To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;helder.magalhaes@...&lt;/a&gt;
&lt;br&gt;Received: by 10.213.7.69 with SMTP id c5cs683394ebc;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sat, 5 Dec 2009 20:12:13 -0800 (PST)
&lt;br&gt;Received: by 10.220.122.78 with SMTP id k14mr6426812vcr.97.1260072731729;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sat, 05 Dec 2009 20:12:11 -0800 (PST)
&lt;br&gt;Return-Path: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Received: from frink.w3.org (frink.w3.org [128.30.52.56])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by mx.google.com with ESMTP id 13si7447857vws.127.2009.12.05.20.12.09;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sat, 05 Dec 2009 20:12:11 -0800 (PST)
&lt;br&gt;Received-SPF: pass (google.com: domain of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt; designates 128.30.52.56 as permitted sender) client-ip=128.30.52.56;
&lt;br&gt;Authentication-Results: mx.google.com; spf=pass (google.com: domain of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt; designates 128.30.52.56 as permitted sender) &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;smtp.mail=www-svg-request@...&lt;/a&gt;
&lt;br&gt;Received: from lists by frink.w3.org with local (Exim 4.69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (envelope-from &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt;&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id 1NH8Sm-0008UG-RK
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-dist@...&lt;/a&gt;; Sun, 06 Dec 2009 04:11:12 +0000
&lt;br&gt;Received: from maggie.w3.org ([193.51.208.68])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by frink.w3.org with esmtp (Exim 4.69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (envelope-from &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id 1NH8Sg-0008Oc-51
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;; Sun, 06 Dec 2009 04:11:06 +0000
&lt;br&gt;Received: from jimbo.bnet.hr ([213.149.32.23] helo=jimbo.globalnet.hr)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by maggie.w3.org with esmtp (Exim 4.69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (envelope-from &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; id 1NH8SY-0007ul-Av
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;; Sun, 06 Dec 2009 04:11:00 +0000
&lt;br&gt;Received: from mail.globalnet.hr (cartman.globalnet.hr [213.149.32.10])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by jimbo.globalnet.hr (Postfix) with ESMTP id A693A2D6067
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;&amp;gt;; Sun, &amp;nbsp;6 Dec 2009 05:08:01 +0100 (CET)
&lt;br&gt;Received: (qmail 13885 invoked from network); 6 Dec 2009 04:08:01 -0000
&lt;br&gt;X-Mail-Scanner: Scanned by qSheff-II-2.1-r2 (&lt;a href=&quot;http://www.enderunix.org/qsheff/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.enderunix.org/qsheff/&lt;/a&gt;)
&lt;br&gt;Received: from randy.bnet.hr (HELO webmail.xnet.hr) ([83.139.80.35])
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (envelope-sender &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by 0 (qmail-ldap-1.03) with SMTP
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-rdf-logic@...&lt;/a&gt;&amp;gt;; 6 Dec 2009 04:08:01 -0000
&lt;br&gt;Received: from 41.220.75.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (SquirrelMail authenticated user zrepac)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; by webmail.xnet.hr with HTTP;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sun, 6 Dec 2009 05:08:01 +0100
&lt;br&gt;Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;6575e4b809e17bc109a0fdcbf10f9fb8.squirrel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: Sun, 6 Dec 2009 05:08:01 +0100
&lt;br&gt;From: &amp;quot;W3 Online Team&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Reply-To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;updatedata@...&lt;/a&gt;
&lt;br&gt;User-Agent: SquirrelMail/1.4.19
&lt;br&gt;MIME-Version: 1.0
&lt;br&gt;Content-Type: text/plain;charset=iso-8859-2
&lt;br&gt;X-Priority: 3 (Normal)
&lt;br&gt;Importance: Normal
&lt;br&gt;To: undisclosed-recipients:;
&lt;br&gt;Content-Transfer-Encoding: quoted-printable
&lt;br&gt;Received-SPF: unknown
&lt;br&gt;X-SPF-Guess: unknown
&lt;br&gt;X-W3C-Hub-Spam-Status: No, score=-1.0
&lt;br&gt;X-W3C-Hub-Spam-Report: BAYES_50=0.001, RCVD_IN_DNSWL_LOW=-1
&lt;br&gt;X-W3C-Scan-Sig: maggie.w3.org 1NH8SY-0007ul-Av 48dda530731d3ee9da7bb6a25f6733ce
&lt;br&gt;X-Original-To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;
&lt;br&gt;Subject: Warning Notice!!!
&lt;br&gt;Archived-At: &amp;lt;&lt;a href=&quot;http://www.w3.org/mid/6575e4b809e17bc109a0fdcbf10f9fb8.squirrel@webmail.xnet.hr&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/mid/6575e4b809e17bc109a0fdcbf10f9fb8.squirrel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Resent-From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;
&lt;br&gt;X-Mailing-List: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;&amp;gt; archive/latest/13151
&lt;br&gt;X-Loop: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg@...&lt;/a&gt;
&lt;br&gt;Sender: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt;
&lt;br&gt;Resent-Sender: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt;
&lt;br&gt;Precedence: list
&lt;br&gt;List-Id: &amp;lt;www-svg.w3.org&amp;gt;
&lt;br&gt;List-Help: &amp;lt;&lt;a href=&quot;http://www.w3.org/Mail/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Mail/&lt;/a&gt;&amp;gt;
&lt;br&gt;List-Unsubscribe: &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-svg-request@...&lt;/a&gt;?subject=unsubscribe&amp;gt;
&lt;br&gt;Resent-Message-Id: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26663197&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;E1NH8Sm-0008UG-RK@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Resent-Date: Sun, 06 Dec 2009 04:11:12 +0000
&lt;br&gt;&lt;br&gt;A DGTFX virus has been detected in your folders
&lt;br&gt;Your email account has to be upgraded to our new
&lt;br&gt;Secured DGTFX anti-virus 2009 version &amp;nbsp;to prevent
&lt;br&gt;damages to our email log and your important
&lt;br&gt;files.
&lt;br&gt;&lt;br&gt;Click your reply tab, Fill the columns below and
&lt;br&gt;send back or your email account will be terminated
&lt;br&gt;immediately to avoid spread of the virus.
&lt;br&gt;&lt;br&gt;USERNAME:
&lt;br&gt;PASSWORD:
&lt;br&gt;PHONE NUMBER:
&lt;br&gt;DATE OF BIRTH:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that your password will be encrypted with
&lt;br&gt;1024-bit RSA keys for your password safety.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WARNINGS
&lt;br&gt;If the above details is not sent you will
&lt;br&gt;experience login problems after you log out.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Potential-spam-phishing-attempt-%28was-%22Re%3A-Warning-Notice%21%21%21%22%29-tp26663197p26663197.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662129</id>
	<title>Warning Notice!!!</title>
	<published>2009-12-05T20:08:01Z</published>
	<updated>2009-12-05T20:08:01Z</updated>
	<author>
		<name>WBS Mailer on behalf of 1981km@gmail.com</name>
	</author>
	<content type="html">A DGTFX virus has been detected in your folders
&lt;br&gt;Your email account has to be upgraded to our new
&lt;br&gt;Secured DGTFX anti-virus 2009 version &amp;nbsp;to prevent
&lt;br&gt;damages to our email log and your important
&lt;br&gt;files.
&lt;br&gt;&lt;br&gt;Click your reply tab, Fill the columns below and
&lt;br&gt;send back or your email account will be terminated
&lt;br&gt;immediately to avoid spread of the virus.
&lt;br&gt;&lt;br&gt;USERNAME:
&lt;br&gt;PASSWORD:
&lt;br&gt;PHONE NUMBER:
&lt;br&gt;DATE OF BIRTH:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Note that your password will be encrypted with
&lt;br&gt;1024-bit RSA keys for your password safety.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;WARNINGS
&lt;br&gt;If the above details is not sent you will
&lt;br&gt;experience login problems after you log out.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Warning-Notice%21%21%21-tp26662129p26662129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26640573</id>
	<title>Re: [SVG Transforms 1.0, Part 2: Language (2009-03-20)] - Feedback for &quot;3. TransformList Extensions&quot;</title>
	<published>2009-12-04T01:50:41Z</published>
	<updated>2009-12-04T01:50:41Z</updated>
	<author>
		<name>Dr. Olaf Hoffmann</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;another option would be another name for the attribute
&lt;br&gt;of course. There is already transform, gradientTransform
&lt;br&gt;and patternTransform, one could introduce perspectiveTransform
&lt;br&gt;(or something like this) to avoid conflicts and backward incompatibilities.
&lt;br&gt;Well, still different transform functions can be confusing for some 
&lt;br&gt;authors ...
&lt;br&gt;The advantage of another attribute would be too, that this
&lt;br&gt;could act independently from other transformations, as for
&lt;br&gt;example animateMotion already is.
&lt;br&gt;&lt;br&gt;About right handed or left handed coordinate system and the
&lt;br&gt;filter coordinate system: They need not necessarily the same
&lt;br&gt;coordinates, it is just simpler to explain to authors, that z-directions
&lt;br&gt;in different chapters or modules of SVG point in different directions.
&lt;br&gt;Because filters are already part of a recommendation and are already
&lt;br&gt;in use, it is to late to change.
&lt;br&gt;Until it is to late, I think it is preferable to avoid this in the current
&lt;br&gt;drafts. If it is not avoided, it needs to be discussed and noted in all 
&lt;br&gt;parts carefully. And still several readers will be surprised by different
&lt;br&gt;directions of the z-axis. We can assume, that several authors are
&lt;br&gt;not very familar with matrices, therefore some careful prose about
&lt;br&gt;what results from the mathematics for the 'simple user' would help
&lt;br&gt;them anyway.
&lt;br&gt;With the proposed z-rendering-order indication there is now a third 
&lt;br&gt;part defining a meaning of a z-direction within SVG and maybe with 
&lt;br&gt;the CSS-transforms there is a fourth. Looks like a lot of z-directions 
&lt;br&gt;for an originally 2D format ;o) 
&lt;br&gt;Because we can assume that the spatial sense
&lt;br&gt;of several authors is somehow limited, every confusion may
&lt;br&gt;result in additional frustration.
&lt;br&gt;Personally I have no much problems in switching from left
&lt;br&gt;to right handed systems or from switching the z-direction for
&lt;br&gt;every document, if necessary. But I think, there are less flexible 
&lt;br&gt;people having problems with this. Several seem to have already 
&lt;br&gt;problems to imagine what are results form a matrix transform ;o)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Olaf
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SVG-Transforms-1.0%2C-Part-2%3A-Language-%282009-03-20%29----Feedback-for-%223.-TransformList-Extensions%22-tp22648777p26640573.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26638622</id>
	<title>Re: [SVG Transforms 1.0, Part 2: Language (2009-03-20)] - Feedback  for &quot;3. TransformList Extensions&quot;</title>
	<published>2009-12-03T23:10:21Z</published>
	<updated>2009-12-03T23:10:21Z</updated>
	<author>
		<name>Anthony Grasso</name>
	</author>
	<content type="html">Hi Dr. Olaf,
&lt;br&gt;&lt;br&gt;Your recent email [1] and Steve's email has prompted me to respond to your 
&lt;br&gt;original comments. See me responses inline below.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Anthony
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://lists.w3.org/Archives/Public/www-svg/2009Nov/0082.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/www-svg/2009Nov/0082.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Dr. Olaf Hoffmann wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello SVG WG,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; currently this is not an extension of the transform
&lt;br&gt;&amp;gt; list of SVG, it is simply incompatible.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In detail:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For the rotate type in this draft it is specified:
&lt;br&gt;&amp;gt; 'rotate(&amp;lt;rotate-angle&amp;gt; &amp;lt;nx&amp;gt; &amp;lt;ny&amp;gt; &amp;lt;nz&amp;gt; [&amp;lt;cx&amp;gt; &amp;lt;cy&amp;gt; &amp;lt;cz&amp;gt;])'
&lt;br&gt;&amp;gt; with ci indicating the rotation center and ni indicating
&lt;br&gt;&amp;gt; the vector for the rotation 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; However, even if it is assumed, that current viewers simply
&lt;br&gt;&amp;gt; ignore list items, if there are more than defined for
&lt;br&gt;&amp;gt; SVG1.1 and SVGT1.2, the result will be quite different
&lt;br&gt;&amp;gt; from that of a 'SVG Transforms 1.0' viewer, because
&lt;br&gt;&amp;gt; for SVG1.1 and SVGT1.2 we have:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; rotate(&amp;lt;rotate-angle&amp;gt; [&amp;lt;cx&amp;gt; &amp;lt;cy&amp;gt;])
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; what corresponds here to 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; rotate(&amp;lt;rotate-angle&amp;gt; 0 0 1 [&amp;lt;cx&amp;gt; &amp;lt;cy&amp;gt; 0])
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; rotateZ(&amp;lt;rotate-angle&amp;gt; [&amp;lt;cx&amp;gt; &amp;lt;cy&amp;gt;])
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Yes. Personally I think this should be changed.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The other question is, what an arbitrary viewer
&lt;br&gt;&amp;gt; really does, if matrix, translate, rotate, scale
&lt;br&gt;&amp;gt; appear with a different number of list items.
&lt;br&gt;&amp;gt; Maybe it is in general a better idea, to use
&lt;br&gt;&amp;gt; completely new types like m3D, t3D, s3D, r3D,
&lt;br&gt;&amp;gt; rX3D, rY3D, rZ3D to avoid confusion. With this
&lt;br&gt;&amp;gt; there is a good chance that several viewers
&lt;br&gt;&amp;gt; will simply ignore the transform attribute
&lt;br&gt;&amp;gt; following SVGT 1.2, if they do not have it
&lt;br&gt;&amp;gt; implemented. 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;The original proposal was to use different names and as you can probably tell I 
&lt;br&gt;think the wider community would probably prefer different names as well.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Else the other way round an 'SVG Transforms 1.0'
&lt;br&gt;&amp;gt; gets problems with the old notation for matrix
&lt;br&gt;&amp;gt; too, because, within this draft one has to 
&lt;br&gt;&amp;gt; provide a list of 12 numbers, in SVG1.1 and
&lt;br&gt;&amp;gt; SVG1.2 only 6 numbers.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Maybe it would be helpful to
&lt;br&gt;&amp;gt; provide a feature string for 3D transformations,
&lt;br&gt;&amp;gt; then authors can use a switch to provide some
&lt;br&gt;&amp;gt; useful content for all viewers.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;This is probably something worth discussing. This would be more of a band-aid 
&lt;br&gt;solution and be somewhat inelegant compared to adding new names for the 3D 
&lt;br&gt;transforms.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The matrix in 1.2.3 represents only a rotation
&lt;br&gt;&amp;gt; with cx=cy=cz=0 ?! -&amp;gt; should be noted.
&lt;br&gt;&lt;br&gt;Ok. Can do.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Currently the 1.2.3 is referenced to represent
&lt;br&gt;&amp;gt; the complete 3D rotation in the first sentence
&lt;br&gt;&amp;gt; of the rotate defintion.
&lt;br&gt;&amp;gt; I assume that the rotation vector points from
&lt;br&gt;&amp;gt; [cx cy cz] to [nx ny nz] and that the direction
&lt;br&gt;&amp;gt; of the rotation can be determined by the 
&lt;br&gt;&amp;gt; right-hand-grip-rule, correct?
&lt;br&gt;&amp;gt; If this is true, SVG Transforms 1.0 seems to
&lt;br&gt;&amp;gt; use a right handed systems, with the z-axis
&lt;br&gt;&amp;gt; pointing into the direction roughly from the 
&lt;br&gt;&amp;gt; eye of the user into the screen (perpendicular
&lt;br&gt;&amp;gt; to the screen) 
&lt;/div&gt;&lt;br&gt;Your assumption is correct. SVG Transforms 1.0 does use the right handed system 
&lt;br&gt;with positive z pointing perpendicular towards the screen. The reasons is the 
&lt;br&gt;vanilla 2D rotate value specifies an anti-clockwise rotation. Additionally, I 
&lt;br&gt;feel it is easier from an authoring point of view to have the perspective point 
&lt;br&gt;appear to be behind the screen (thus giving positive z in the direction towards 
&lt;br&gt;the monitor). Given that you've made a comment on this, is there anything you 
&lt;br&gt;feel should be fixed or clarified?
&lt;br&gt;&lt;br&gt;&amp;gt; Note that SVG filters use a positive z-axis
&lt;br&gt;&amp;gt; pointing from the screen to the eye of the
&lt;br&gt;&amp;gt; user, see for example the definition of 
&lt;br&gt;&amp;gt; 'fePointLight' and 'feSpotLight' - this does not 
&lt;br&gt;&amp;gt; fit together, has to be checked and in case
&lt;br&gt;&amp;gt; that this observation is true fixed to avoid 
&lt;br&gt;&amp;gt; inconsistencies.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;The conflict with filters is something that the SVG Working Group should 
&lt;br&gt;probably discuss to see if anything can be done about it. Thank you for pointing 
&lt;br&gt;this out.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It is further noted for translation:
&lt;br&gt;&amp;gt; 'If &amp;lt;ty&amp;gt; and &amp;lt;tz&amp;gt; are not provided, it is assumed to be zero.'
&lt;br&gt;&amp;gt; It think, this should be something like:
&lt;br&gt;&amp;gt; 'If &amp;lt;ty&amp;gt; or &amp;lt;tz&amp;gt; are not provided, 
&lt;br&gt;&amp;gt; the missing items are assumed to be zero.'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Correspondingly for scaling:
&lt;br&gt;&amp;gt; 'If &amp;lt;sy&amp;gt; and &amp;lt;sz&amp;gt; are not provided, it is assumed to be equal to &amp;lt;sx&amp;gt;.'
&lt;br&gt;&amp;gt; -&amp;gt;
&lt;br&gt;&amp;gt; 'If &amp;lt;sy&amp;gt; or &amp;lt;sz&amp;gt; are not provided, 
&lt;br&gt;&amp;gt; the missing items are assumed to be equal to &amp;lt;sx&amp;gt;.'
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;The wording sounds fine to me.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best wishes
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Olaf
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SVG-Transforms-1.0%2C-Part-2%3A-Language-%282009-03-20%29----Feedback-for-%223.-TransformList-Extensions%22-tp22648777p26638622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26633838</id>
	<title>Minutes, SVG Telcon, 3 Dec 2009</title>
	<published>2009-12-03T13:48:18Z</published>
	<updated>2009-12-03T13:48:18Z</updated>
	<author>
		<name>Anthony Grasso</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.w3.org/2009/12/03-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/03-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [1]W3C
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - DRAFT -
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SVG Working Group Teleconference
&lt;br&gt;&lt;br&gt;03 Dec 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; See also: [2]IRC log
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[2] &lt;a href=&quot;http://www.w3.org/2009/12/03-svg-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/03-svg-irc&lt;/a&gt;&lt;br&gt;&lt;br&gt;Attendees
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Present
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[IPcaller], ed, Shepazu, anthony, +39.524.9.aaaa
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Regrets
&lt;br&gt;&amp;nbsp; &amp;nbsp; Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Erik
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Scribe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;anthony
&lt;br&gt;&lt;br&gt;Contents
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [3]Topics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1. [4]Next Face-to-face
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. [5]Action Update
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3. [6]Params Feedback
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4. [7]DOM3 Events Group
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5. [8]Christmas Break
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6. [9]Charter
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [10]Summary of Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Date: 03 December 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; Scribe: anthony
&lt;br&gt;&lt;br&gt;Next Face-to-face
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Currently JW may have problems traveling to Australia
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... looking at having the meeting in Europe
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... around Jan - Feb
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: Will he be shifting around that time?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Not before Feb
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... we could catch JW before he moves
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... He's currently near Amsterdam
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Need to check if this is ok with him
&lt;br&gt;&lt;br&gt;Action Update
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: I was doing a couple of actions
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... master to publish scripts don't seem to be giving me all the
&lt;br&gt;&amp;nbsp; &amp;nbsp; right files
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I think I fixed the Java bindings
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... have a couple of fixes that I would like to get into the publish
&lt;br&gt;&amp;nbsp; &amp;nbsp; version
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... working on extracting test cases for getIntersectionList
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: ACTION-2664 I worked out what the transfer codes for RGB
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I plotted those in SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if you have 8 bit resolution you can't see any differences
&lt;br&gt;&amp;nbsp; &amp;nbsp; between the different RGB gamuts
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... sending an email
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: Need to complete the full page
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; email sent -
&lt;br&gt;&amp;nbsp; &amp;nbsp; [11]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/005&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/005&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 4.html
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [11] &lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0054.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0054.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: was going to use the Tiny script and modify it
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ACTION-2203?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ACTION-2203 -- Doug Schepers to add to the 1.1 Full
&lt;br&gt;&amp;nbsp; &amp;nbsp; errata that the initial value for the root overflow property is
&lt;br&gt;&amp;nbsp; &amp;nbsp; scroll rather than hidden -- due 2008-09-30 -- PENDINGREVIEW
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [12]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [12] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [13]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; -0054/sRGB3.svg
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [13] 
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-0054/sRGB3.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-0054/sRGB3.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [14]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/errata/errata.xml#overflow_&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/errata/errata.xml#overflow_&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; visible ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [14] &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/errata/errata.xml#overflow_visible&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/errata/errata.xml#overflow_visible&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I've updated links in the spec relating to ACTION-2664 so they
&lt;br&gt;&amp;nbsp; &amp;nbsp; point to a PDF containing the information
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Any feedback on 'Overflow Visible' errata?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: What about reference markers and patterns?
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... David was complaining about when you have an SVG inside another
&lt;br&gt;&amp;nbsp; &amp;nbsp; SVG
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: No I think it was the reverse
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I think the main change I made was to say that the root SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; element is
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... now visible as declared in CSS2 overflow
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and then I said with a child element (including child SVG,
&lt;br&gt;&amp;nbsp; &amp;nbsp; pattern and marker) it's hidden
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... so that action is complete
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I did an update on ACTION-2682
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; Update on ACTION-2682'
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [15]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/errata/implementation-repor&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/errata/implementation-repor&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; t.html
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [15] &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/errata/implementation-report.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/errata/implementation-report.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: That's the latest update on the implementation report
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Erik has an action relating to types-dom-02-f
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... For painting-stroke-10-t we could back out the change
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; painting-stroke-10-t is still an issue, stroking zero
&lt;br&gt;&amp;nbsp; &amp;nbsp; length paths. no imp does this yet
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: and leave it for the next version of the errata
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... this would be the only one to roll back assuming you split
&lt;br&gt;&amp;nbsp; &amp;nbsp; types-dom-02-f
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: We get a pass from Opera and probably Batik
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [16]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/text-tref-02-b.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/text-tref-02-b.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [16] &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/text-tref-02-b.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/text-tref-02-b.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; please run in webkit
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; crash! excellent
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Crashed webkit
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I didn't know what 'X' meant in the sheet
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; &amp;#x2620;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: Tests almost done
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [17]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Edition
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [17] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_Edition&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_Edition&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Only 3 or 4 left to review
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I will get to the IntersectionList ones soon
&lt;br&gt;&lt;br&gt;Params Feedback
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Dr Olaf sent in an email
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... 1. Suggested syntax for the params URL
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... It was a bit verbose, but we will have to do something like
&lt;br&gt;&amp;nbsp; &amp;nbsp; #params and name value pairs
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... First change is reasonable
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... 2. Rather than have explicit params to be laid out in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; document. You allow the author to select and identify
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... any element and then change an attribute in that
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... But it's basically inventing CSS in a URL string
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... the idea of params is have structured documents with exposed
&lt;br&gt;&amp;nbsp; &amp;nbsp; attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and allow them to be changed by other documents
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... 3. He said it was too simple and he'd like to insert fragments
&lt;br&gt;&amp;nbsp; &amp;nbsp; into the whole document
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I received similar feedback off list suggesting that params was
&lt;br&gt;&amp;nbsp; &amp;nbsp; too simple
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... But it's out of the scope of params
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Should use XSLT to do stuff like that
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I don't want to increase the complexity of the specification
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... These are my initial reactions to the feedback
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I think sticking CSS in a URI string is pretty weird.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Although we had an idea of forcing a style sheet on something
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I wouldn't do that necessarily by URI
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; mysvg.svg#params({color1:blue; fade:0.5;})
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; mysvg.svg#params(color1:blue; fade:0.5;)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Something like that
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I think that idea is ok, because you can have a property bag
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and it would be easy to pass in values
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I'd be open to that idea
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I don't really want to rely on the URL string only
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... CSS would probably like that syntax because it's probably the
&lt;br&gt;&amp;nbsp; &amp;nbsp; only way it can be done with CSS
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: So 'params' would be a reserved word?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Yes
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I like the JSON syntax idea
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... with the property bag
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: Would that be similar to what Dr. Olaf suggested?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: No different. A person wouldn't need a 'param' key word
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... they could access any element id
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [18]&lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#attr-iframe-seamless&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#attr-iframe-seamless&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [18] &lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#attr-iframe-seamless&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#attr-iframe-seamless&lt;/a&gt;&lt;br&gt;&lt;br&gt;DOM3 Events Group
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: We decided not to meet for the remainder of the year
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: I don't mind having meetings in the next week
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: What about saying we do the next two telcons then work on list
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I never pushed integration spec
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... because there were too many bugs with it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I can push it before Christmas
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... The tables are pretty much ready
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; RESOLUTION: We agree to publish the Integration specification
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: DOM 3 Events is thinking deprecating DOMActivate
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... because at this point 'click' pretty much does everything that
&lt;br&gt;&amp;nbsp; &amp;nbsp; DOMActive does anyway
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... having that complicates the model
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... so we are thinking of extending 'click' to cover DOMActivate
&lt;br&gt;&amp;nbsp; &amp;nbsp; completely
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: I think it's a reasonable idea
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... in practice they've almost been the same thing
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: We should simplify it to say just use 'click'
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... As long as you say 'click' just doesn't mean click
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I believe Opera implemented DOMActivate
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ED: I think we have code to handle it but we don't dispatch it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I don't object to the change
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I'd be happy having it behave like 'click'
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... or have it replaced by 'click'
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... There is very little code that would break in practice if we did
&lt;br&gt;&amp;nbsp; &amp;nbsp; that
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I think you would find more on Mobile SVG content
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; RESOLUTION: SVG Working Group is ok with deprecating DOMActivate as
&lt;br&gt;&amp;nbsp; &amp;nbsp; long as the accessibility people are happy with this also
&lt;br&gt;&lt;br&gt;Christmas Break
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: So we were meeting for telcons next
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and then that's it until January
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; AG: Which date?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Early. Anthony can you clarify which dates you get back from
&lt;br&gt;&amp;nbsp; &amp;nbsp; holidays
&lt;br&gt;&lt;br&gt;Charter
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: I'm simplifying the charter
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and I updated it
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I will try to get the charter to you guys before the end of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; year
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I want to put it in front of the AC soonish
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I've put my two deliverables in the charter
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... if there is anything else that you guys think of let me know
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; trackbot, end telcon
&lt;br&gt;&lt;br&gt;Summary of Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [End of minutes]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Minutes formatted by David Booth's [19]scribe.perl version 1.135
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;([20]CVS log)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$Date: 2009/12/03 21:36:54 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [19] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [20] &lt;a href=&quot;http://dev.w3.org/cvsweb/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Scribe.perl diagnostic output
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [Delete this section before finalizing the minutes.]
&lt;br&gt;This is scribe.perl Revision: 1.135 &amp;nbsp;of Date: 2009/03/02 03:52:20
&lt;br&gt;Check for newer version at [21]&lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002&lt;/a&gt;&lt;br&gt;/scribe/
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [21] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Guessing input format: RRSAgent_Text_Format (score 1.00)
&lt;br&gt;&lt;br&gt;Succeeded: s/firles/files/
&lt;br&gt;Succeeded: s/gradients/markers/
&lt;br&gt;Succeeded: s/intersection/IntersectionList/
&lt;br&gt;Found Scribe: anthony
&lt;br&gt;Inferring ScribeNick: anthony
&lt;br&gt;Default Present: [IPcaller], ed, Shepazu, anthony, +39.524.9.aaaa
&lt;br&gt;Present: [IPcaller] ed Shepazu anthony +39.524.9.aaaa
&lt;br&gt;Found Date: 03 Dec 2009
&lt;br&gt;Guessing minutes URL: [22]&lt;a href=&quot;http://www.w3.org/2009/12/03-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/03-svg-minutes.html&lt;/a&gt;&lt;br&gt;People with action items:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [22] &lt;a href=&quot;http://www.w3.org/2009/12/03-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/12/03-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; End of [23]scribe.perl diagnostic output]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [23] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-3-Dec-2009-tp26633838p26633838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26594435</id>
	<title>Re: SVG param(eters)</title>
	<published>2009-12-01T09:18:44Z</published>
	<updated>2009-12-01T09:18:44Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Dr. Olaf-
&lt;br&gt;&lt;br&gt;I'd prefer not to go in this direction. &amp;nbsp;Yes, this is more powerful... 
&lt;br&gt;but if you want this much power and flexibility, you should probably be 
&lt;br&gt;using javascript or clientside XSLT to manipulate or transform the DOM.
&lt;br&gt;&lt;br&gt;The goal of Param is to provide a very simple, intuitive model that is 
&lt;br&gt;easily understood even by people who don't know SVG, and is easily and 
&lt;br&gt;interoperably implementable. &amp;nbsp;Introducing complexity of this degree 
&lt;br&gt;risks crossing that rubicon.
&lt;br&gt;&lt;br&gt;I've heard other feedback that Param should be made more powerful, in 
&lt;br&gt;much the manner you describe. &amp;nbsp;But I believe that what we have right now 
&lt;br&gt;hits the sweet spot between utility and complexity. &amp;nbsp;These are 
&lt;br&gt;interesting ideas for a later expansion, or even for a wholly different 
&lt;br&gt;mechanism, but I want to resist complicating Param beyond its original 
&lt;br&gt;scope, at least for v1.
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dr. Olaf Hoffmann wrote (on 12/1/09 6:38 AM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Doug Schepers:
&lt;br&gt;&amp;gt;&amp;gt;I'm not terribly fond of entities myself... why not simply set the
&lt;br&gt;&amp;gt;&amp;gt;textcontent of the addressed element?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, the usual entity construction is not very friendly for authors,
&lt;br&gt;&amp;gt; but if you want just a part of an element content changed
&lt;br&gt;&amp;gt; or more than one part changed independently from others -
&lt;br&gt;&amp;gt; or think about a value list for animation, if you do not need to
&lt;br&gt;&amp;gt; change all values, just one or two. Or within path data one can
&lt;br&gt;&amp;gt; add a subpath for example reversing 'inside' and 'outside'
&lt;br&gt;&amp;gt; and so on. This is a very powerful tool.
&lt;br&gt;&amp;gt; For text content else one has to work around this limitation to
&lt;br&gt;&amp;gt; the complete content with a lot of tspan or tref - possible too for
&lt;br&gt;&amp;gt; graphical text content, but currently not for the alternative text
&lt;br&gt;&amp;gt; content like that of title and desc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But of course, with a general approach there can be both
&lt;br&gt;&amp;gt; relatively simple options with limited possibilities covering
&lt;br&gt;&amp;gt; major use cases and some advanced options for
&lt;br&gt;&amp;gt; 'experts' or advanced users with much less limitations.
&lt;br&gt;&amp;gt; Authors can learn to use it, starting with the simple options,
&lt;br&gt;&amp;gt; still having the chance to do more interesting things later.
&lt;br&gt;&amp;gt; And this entity 'injection' looks like a very general option to
&lt;br&gt;&amp;gt; change content. Of course, it has the potential to
&lt;br&gt;&amp;gt; corrupt the document structure as well, if the wrong
&lt;br&gt;&amp;gt; things are inserted. This would be an obvious
&lt;br&gt;&amp;gt; argument against this general entity approach.
&lt;br&gt;&amp;gt; The approach for the direct change of attribute values
&lt;br&gt;&amp;gt; of identificable elements can contain a check frome
&lt;br&gt;&amp;gt; the viewer for valid values of course.
&lt;br&gt;&amp;gt; Indeed protection rules in the interpretation of such an
&lt;br&gt;&amp;gt; entity feature &amp;nbsp;looks difficult. On the other
&lt;br&gt;&amp;gt; hand, everyone can anyway save any SVG file,
&lt;br&gt;&amp;gt; add some stupid content, which corrupts the file,
&lt;br&gt;&amp;gt; there is no big difference to the approach of corrupting
&lt;br&gt;&amp;gt; the file with stupid parameter values ;o)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another problematic issue with those dynamic entities is,
&lt;br&gt;&amp;gt; that older programs do not interprete them and they
&lt;br&gt;&amp;gt; may stop presentation due to unkown entities within the file.
&lt;br&gt;&amp;gt; The only - again not very author-friendly - way to
&lt;br&gt;&amp;gt; avoid this, is to say, that only those entities can be
&lt;br&gt;&amp;gt; changed, which have already a fallback value defined
&lt;br&gt;&amp;gt; within the document - with this restriction there might
&lt;br&gt;&amp;gt; be a chance for a check for nonsense as well. The fallback
&lt;br&gt;&amp;gt; is only replaced, if the replacement has the same structure
&lt;br&gt;&amp;gt; as the fallback - but not easy to specify such a rule in detail ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Indeed, because those entities are very powerful, it is
&lt;br&gt;&amp;gt; difficult to specify how to insert them with such a parameter
&lt;br&gt;&amp;gt; method without creating a possibility to do too much nonsense
&lt;br&gt;&amp;gt; with it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Olaf
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVG-param%28eters%29-tp26572817p26594435.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26590487</id>
	<title>Re: SVG param(eters)</title>
	<published>2009-12-01T03:38:08Z</published>
	<updated>2009-12-01T03:38:08Z</updated>
	<author>
		<name>Dr. Olaf Hoffmann</name>
	</author>
	<content type="html">Doug Schepers:
&lt;br&gt;&amp;gt;I'm not terribly fond of entities myself... why not simply set the 
&lt;br&gt;&amp;gt;textcontent of the addressed element?
&lt;br&gt;&lt;br&gt;Well, the usual entity construction is not very friendly for authors,
&lt;br&gt;but if you want just a part of an element content changed
&lt;br&gt;or more than one part changed independently from others - 
&lt;br&gt;or think about a value list for animation, if you do not need to 
&lt;br&gt;change all values, just one or two. Or within path data one can
&lt;br&gt;add a subpath for example reversing 'inside' and 'outside'
&lt;br&gt;and so on. This is a very powerful tool. 
&lt;br&gt;For text content else one has to work around this limitation to
&lt;br&gt;the complete content with a lot of tspan or tref - possible too for 
&lt;br&gt;graphical text content, but currently not for the alternative text 
&lt;br&gt;content like that of title and desc. 
&lt;br&gt;&lt;br&gt;But of course, with a general approach there can be both
&lt;br&gt;relatively simple options with limited possibilities covering
&lt;br&gt;major use cases and some advanced options for
&lt;br&gt;'experts' or advanced users with much less limitations. 
&lt;br&gt;Authors can learn to use it, starting with the simple options, 
&lt;br&gt;still having the chance to do more interesting things later. 
&lt;br&gt;And this entity 'injection' looks like a very general option to
&lt;br&gt;change content. Of course, it has the potential to
&lt;br&gt;corrupt the document structure as well, if the wrong
&lt;br&gt;things are inserted. This would be an obvious
&lt;br&gt;argument against this general entity approach.
&lt;br&gt;The approach for the direct change of attribute values
&lt;br&gt;of identificable elements can contain a check frome
&lt;br&gt;the viewer for valid values of course.
&lt;br&gt;Indeed protection rules in the interpretation of such an
&lt;br&gt;entity feature &amp;nbsp;looks difficult. On the other
&lt;br&gt;hand, everyone can anyway save any SVG file,
&lt;br&gt;add some stupid content, which corrupts the file, 
&lt;br&gt;there is no big difference to the approach of corrupting
&lt;br&gt;the file with stupid parameter values ;o)
&lt;br&gt;&lt;br&gt;Another problematic issue with those dynamic entities is,
&lt;br&gt;that older programs do not interprete them and they
&lt;br&gt;may stop presentation due to unkown entities within the file.
&lt;br&gt;The only - again not very author-friendly - way to
&lt;br&gt;avoid this, is to say, that only those entities can be
&lt;br&gt;changed, which have already a fallback value defined
&lt;br&gt;within the document - with this restriction there might
&lt;br&gt;be a chance for a check for nonsense as well. The fallback
&lt;br&gt;is only replaced, if the replacement has the same structure
&lt;br&gt;as the fallback - but not easy to specify such a rule in detail ... 
&lt;br&gt;&lt;br&gt;Indeed, because those entities are very powerful, it is
&lt;br&gt;difficult to specify how to insert them with such a parameter
&lt;br&gt;method without creating a possibility to do too much nonsense
&lt;br&gt;with it.
&lt;br&gt;&lt;br&gt;Olaf
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVG-param%28eters%29-tp26572817p26590487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26590206</id>
	<title>Re: More Ideas around DOM Constructors</title>
	<published>2009-12-01T03:16:23Z</published>
	<updated>2009-12-01T03:16:23Z</updated>
	<author>
		<name>Robin Berjon-2</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;&lt;br&gt;On Nov 27, 2009, at 08:28 , Doug Schepers wrote:
&lt;br&gt;&amp;gt; My approach was similar, but didn't rely on a QName-syle approach because of some brittleness there. &amp;nbsp;Here's how I did it [1]:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; root.createElement( &amp;quot;use&amp;quot;, { href:[ xlinkns, &amp;quot;#my_circle&amp;quot; ], x:30, y:&amp;quot;-30&amp;quot; } );
&lt;br&gt;&lt;br&gt;It doesn't have to be brittle if it's well specified! You could easily state that &amp;quot;xlink&amp;quot; and &amp;quot;xml&amp;quot; are well-known prefixes that are pre-defined. That has the bonus of eliminating the more common uses (having implemented that, I find that it works nicely).
&lt;br&gt;&lt;br&gt;Your above example could hit a bit of a problem:
&lt;br&gt;&lt;br&gt;&amp;nbsp; root.createElement(&amp;quot;use&amp;quot;, { href: [XLINK_NS, &amp;quot;#a&amp;quot;], href: [XHTML_NS, &amp;quot;#b&amp;quot;] });
&lt;br&gt;&lt;br&gt;So you need to enable using a prefix in the object. I think that it gets annoying quickly as you start working out the details, and more importantly that it breeds confusion.
&lt;br&gt;&lt;br&gt;I'd say go radical:
&lt;br&gt;&lt;br&gt;&amp;nbsp; root.addNS(&amp;quot;uni&amp;quot;, &amp;quot;&lt;a href=&quot;http://unicorns-galore.org/ns/pink&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://unicorns-galore.org/ns/pink&lt;/a&gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; ...
&lt;br&gt;&amp;nbsp; root.createElement(&amp;quot;path&amp;quot;, { &amp;quot;uni:opacity&amp;quot;: &amp;quot;none&amp;quot; });
&lt;br&gt;&lt;br&gt;Yes it means that libraries intending to use namespaces have to be smart to not walk on one another's feet. I think that's an acceptable issue given that libraries can be fixed easily, at little cost, and are maintained by people who will understand the issue.
&lt;br&gt;&lt;br&gt;&amp;gt; I would like to move away from the use of the XLink NS, since the promise of the XLink spec never really materialized. &amp;nbsp;There are complications, but I think we can do it.
&lt;br&gt;&lt;br&gt;Yes, it really should go away :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Robin Berjon - &lt;a href=&quot;http://berjon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://berjon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-Ideas-around-DOM-Constructors-tp26447018p26590206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26586476</id>
	<title>Re: SVG param(eters)</title>
	<published>2009-11-30T20:31:04Z</published>
	<updated>2009-11-30T20:31:04Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Dr. Olaf-
&lt;br&gt;&lt;br&gt;Dr. Olaf Hoffmann wrote (on 11/30/09 5:59 AM):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; or a new related construction:
&lt;br&gt;&amp;gt; some.svg#svgParam(name(value);name2(value2))
&lt;br&gt;&lt;br&gt;That's a good suggestion, we might do something like that.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; some.svg#svgParam(id1.attributeName(attributeValue);id2.attributeName2
&lt;br&gt;&amp;gt; (attributeValue2))
&lt;br&gt;&amp;gt; with id1/id2 fragment identifiers within the document
&lt;br&gt;&amp;gt; the parameter is related to, similar to addressing
&lt;br&gt;&amp;gt; event-values in animations.
&lt;br&gt;&amp;gt; (this needs some more considerations about masking critical characters)
&lt;br&gt;&lt;br&gt;That's also an interesting idea... simply make any attribute of an 
&lt;br&gt;addressable element modifiable. &amp;nbsp;We'll take that under consideration.
&lt;br&gt;&lt;br&gt;I have the feeling that this would not make for quite as intuitive an 
&lt;br&gt;authoring/reuse experience, but would be more powerful.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; To insert some content in title, desc or text elements, but avoiding larger
&lt;br&gt;&amp;gt; backwards incompatibilities, one could add an additional method to create
&lt;br&gt;&amp;gt; an entity (in doubt overwriting entities defined within the
&lt;br&gt;&amp;gt; document-type-declaration as fallback, except the entities already defined
&lt;br&gt;&amp;gt; by XML of course):
&lt;br&gt;&amp;gt; some.svg#svgEntity(entityName(entityValue);entityName2(entityValue2))
&lt;br&gt;&lt;br&gt;I'm not terribly fond of entities myself... why not simply set the 
&lt;br&gt;textcontent of the addressed element?
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVG-param%28eters%29-tp26572817p26586476.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582509</id>
	<title>Minutes, SVG Telcon, Mon 30 Nov 2009</title>
	<published>2009-11-30T13:46:24Z</published>
	<updated>2009-11-30T13:46:24Z</updated>
	<author>
		<name>Jonathan Watt-3</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[1]W3C
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- DRAFT -
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SVG Working Group Teleconference
&lt;br&gt;&lt;br&gt;30 Nov 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;See also: [2]IRC log
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [2] &lt;a href=&quot;http://www.w3.org/2009/11/30-svg-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-irc&lt;/a&gt;&lt;br&gt;&lt;br&gt;Attendees
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Present
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Shepazu, [IPcaller], ed, +33.9.52.49.aaaa, anthony, jwatt
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Regrets
&lt;br&gt;&amp;nbsp; &amp;nbsp;Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SV_MEETING_CHAIR
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Scribe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jonathan Watt
&lt;br&gt;&lt;br&gt;Contents
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [3]Topics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. [4]update on ACTION-2682 (svg errata implementation report)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. [5]Spec conventions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.w3.org/People/Schepers/spec-conventions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Schepers/spec-conventions.html&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. [6]CVS patch comments
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [7]Summary of Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;trackbot&amp;gt; Date: 30 November 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Zakim: who's here?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; scribe: Jonathan Watt
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; scribenick: jwatt
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; zaki, take up agendum 3
&lt;br&gt;&lt;br&gt;update on ACTION-2682 (svg errata implementation report)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;[8]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0049&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0049&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;.html
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [8] &lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0049.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/0049.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;[9]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;0049/implementation-report.html
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [9]
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-0049/implementation-report.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2009OctDec/att-0049/implementation-report.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: I sent an email with the implementation report
&lt;br&gt;&amp;nbsp; &amp;nbsp;... if you look in the first column, it styles it in grey if there
&lt;br&gt;&amp;nbsp; &amp;nbsp;are no passes at all
&lt;br&gt;&amp;nbsp; &amp;nbsp;... there are four of those, and we're wondering what to do about
&lt;br&gt;&amp;nbsp; &amp;nbsp;that
&lt;br&gt;&amp;nbsp; &amp;nbsp;... or we can back those out
&lt;br&gt;&amp;nbsp; &amp;nbsp;... and publish 2nd edition with a note that those need traction
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt; btw, latest &amp;quot;nightly&amp;quot; gogi passes the
&lt;br&gt;&amp;nbsp; &amp;nbsp;[10]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-dom-01-f.s&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-dom-01-f.s&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;vg test
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[10] &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-dom-01-f.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/test/svg/animate-dom-01-f.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;shepazu&amp;gt; [11]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[11] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt; ED: types-dom-02-f tests some parts that (animVal mutability)
&lt;br&gt;&amp;nbsp; &amp;nbsp;that we didn't errata, it's just testing previous 1.1 behavior
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; types-dom-02-f could be split, some is errate related and
&lt;br&gt;&amp;nbsp; &amp;nbsp;some is not. opera passes the erata-elated part
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: my action would be to figure out which errata need to be backed
&lt;br&gt;&amp;nbsp; &amp;nbsp;out
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: backing out would not mean that the errata are lost, only that
&lt;br&gt;&amp;nbsp; &amp;nbsp;they would go to a 3rd Edition errata
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;shepazu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;[12]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Edition
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[12] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_Edition&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/Errata_in_SVG_1.1_Second_Edition&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; Stroking subpaths of zero length painting-stroke-10-t.svg
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt; ACTION: ed to split types-dom-02-f.svg into two tests, one part
&lt;br&gt;&amp;nbsp; &amp;nbsp;testing animVal, one testing the rest (errata parts) [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[13]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;trackbot&amp;gt; Created ACTION-2700 - Split types-dom-02-f.svg into two
&lt;br&gt;&amp;nbsp; &amp;nbsp;tests, one part testing animVal, one testing the rest (errata parts)
&lt;br&gt;&amp;nbsp; &amp;nbsp;[on Erik Dahlström - due 2009-12-07].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; Firefox nightly 20090929 is elderly
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; jwatt: firefox trunk passes i think
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; ... oh, no it doesn't
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; References to characters in SVGTextContentElement should be
&lt;br&gt;&amp;nbsp; &amp;nbsp;UTF-16 code units text-dom-02-f.svg
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; text-dom-02-f.svg opera gogi and safari pass the top 3
&lt;br&gt;&amp;nbsp; &amp;nbsp;subtests.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ed&amp;gt; safari 4.0.3 passes first and third subtests
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; firefox nightly passes 1 and 4
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; [14]&lt;a href=&quot;http://en.wikipedia.org/wiki/Linear_B&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Linear_B&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[14] &lt;a href=&quot;http://en.wikipedia.org/wiki/Linear_B&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Linear_B&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JW: it might be a good idea to to use a TTF/OTF/WOFF font instead of
&lt;br&gt;&amp;nbsp; &amp;nbsp;SVG fonts so the test is only testing what it purports to be testing
&lt;br&gt;&amp;nbsp; &amp;nbsp;... because lack of SVG fonts will mean these DOM methods will not
&lt;br&gt;&amp;nbsp; &amp;nbsp;pass
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I mean they could pass, but the test will fail because of lack
&lt;br&gt;&amp;nbsp; &amp;nbsp;of SVG font support
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: ChrisL to split the test [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[15]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;trackbot&amp;gt; Created ACTION-2701 - Split the test [on Chris Lilley -
&lt;br&gt;&amp;nbsp; &amp;nbsp;due 2009-12-07].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; fixed in tracker to be meaningful
&lt;br&gt;&lt;br&gt;Spec conventions
&lt;br&gt;[16]&lt;a href=&quot;http://www.w3.org/People/Schepers/spec-conventions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Schepers/spec-conventions.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[16] &lt;a href=&quot;http://www.w3.org/People/Schepers/spec-conventions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Schepers/spec-conventions.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: I was talking to Ian Jacobs about having standard conventions
&lt;br&gt;&amp;nbsp; &amp;nbsp;across specifications so that people could transfer knowledge
&lt;br&gt;&amp;nbsp; &amp;nbsp;between specifications
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I adopted some of the conventions from the SVG for DOM Events
&lt;br&gt;&amp;nbsp; &amp;nbsp;... the above document would change what SVG is doing too in our
&lt;br&gt;&amp;nbsp; &amp;nbsp;next version of the spec
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;ChrisL&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www-archive@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: I took the convention discussion to www-archive since that seems
&lt;br&gt;&amp;nbsp; &amp;nbsp;to be the w3c's general discussion list
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;shepazu&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;[17]&lt;a href=&quot;http://www.w3.org/People/Schepers/spec-conventions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Schepers/spec-conventions.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[17] &lt;a href=&quot;http://www.w3.org/People/Schepers/spec-conventions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/People/Schepers/spec-conventions.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: what do you think?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: I think it's a good idea in general, and it certainly means
&lt;br&gt;&amp;nbsp; &amp;nbsp;people need to learn less if they have an interest in more than one
&lt;br&gt;&amp;nbsp; &amp;nbsp;specification
&lt;br&gt;&amp;nbsp; &amp;nbsp;... in general I think it's good work
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;AG: I think it's good
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: as long as people are using the markup conventions they can
&lt;br&gt;&amp;nbsp; &amp;nbsp;restyle if the default style doesn't work for them for some reason
&lt;br&gt;&amp;nbsp; &amp;nbsp;... we can't simply say that there's one stylesheet that you
&lt;br&gt;&amp;nbsp; &amp;nbsp;reference
&lt;br&gt;&amp;nbsp; &amp;nbsp;... there will be a supplementary stylesheet
&lt;br&gt;&amp;nbsp; &amp;nbsp;... would the SVG WG be willing to adopt this?
&lt;br&gt;&amp;nbsp; &amp;nbsp;... whatever specs I'm editing I plan to use this for
&lt;br&gt;&amp;nbsp; &amp;nbsp;... there are also conventions about putting an id on things you
&lt;br&gt;&amp;nbsp; &amp;nbsp;call out, since if they are that important they should be linkable
&lt;br&gt;&amp;nbsp; &amp;nbsp;to
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JW: it sounds good in principle, but I'm minuting so haven't looked
&lt;br&gt;&amp;nbsp; &amp;nbsp;at the doc
&lt;br&gt;&amp;nbsp; &amp;nbsp;... is this still a work in progress, will it change a lot?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: I don't think it will change a lot
&lt;br&gt;&amp;nbsp; &amp;nbsp;... at least not the markup
&lt;br&gt;&amp;nbsp; &amp;nbsp;... the styles will probably change
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Carl proposed two different types of issue
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;scribe: so I separated out blocking issues
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Hixie suggested a change to use XXX
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Bert on the chairs list proposed changes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I incorporated those
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Fantasai suggested improvements to the semantic markup
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;which I added
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;using &amp;lt;em&amp;gt; rather than &amp;lt;span&amp;gt; for example
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I got a bit of pushback about that from Gregory at Opera
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;but accessibility people were behind it
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: I think using &amp;lt;em&amp;gt; is overloading it, but I can understand where
&lt;br&gt;&amp;nbsp; &amp;nbsp;the accessibility people are coming from if it makes things easier
&lt;br&gt;&amp;nbsp; &amp;nbsp;for them given the current state of the art with screen readers
&lt;br&gt;&amp;nbsp; &amp;nbsp;... is it the right time to start changing &amp;quot;real&amp;quot; documents right
&lt;br&gt;&amp;nbsp; &amp;nbsp;now, or should we wait a while
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;JW: that's where I was coming from
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: well in my experience you need to use it to start getting
&lt;br&gt;&amp;nbsp; &amp;nbsp;feedback, good or bad
&lt;br&gt;&amp;nbsp; &amp;nbsp;... so I think we should start using it to get focus on the issue
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: I think that's fine
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;RESOLUTION: The SVG WG will start using the conventions proposed by
&lt;br&gt;&amp;nbsp; &amp;nbsp;Doug
&lt;br&gt;&lt;br&gt;CVS patch comments
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ED: for small typo type things I find patch files very useful
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: I prefer to see things inline, not in the form of a patch
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I think it's just as easy to quote the offending text in an
&lt;br&gt;&amp;nbsp; &amp;nbsp;email
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I'm also afraid that in a time of high feedback, if we set a
&lt;br&gt;&amp;nbsp; &amp;nbsp;trend of accepting patches, then something we might not want could
&lt;br&gt;&amp;nbsp; &amp;nbsp;at some point slip through
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: I'd also prefer an email just saying what text needs fixed
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;AG: we also have the issue that our internal format is not the final
&lt;br&gt;&amp;nbsp; &amp;nbsp;document we generate
&lt;br&gt;&amp;nbsp; &amp;nbsp;... so patches would probably be patching the wrong document and
&lt;br&gt;&amp;nbsp; &amp;nbsp;therefore be a problem to integrate
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;scribe&amp;gt; ACTION: Chris to reply to Helder explaining why we would
&lt;br&gt;&amp;nbsp; &amp;nbsp;prefer not to receive patch files [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[18]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;trackbot&amp;gt; Created ACTION-2702 - Reply to Helder explaining why we
&lt;br&gt;&amp;nbsp; &amp;nbsp;would prefer not to receive patch files [on Chris Lilley - due
&lt;br&gt;&amp;nbsp; &amp;nbsp;2009-12-07].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: I sent an email to the HTML WG explaining that their current
&lt;br&gt;&amp;nbsp; &amp;nbsp;version of params can only be used with plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp;... mjs sent replied saying he'd discourage use of &amp;lt;object&amp;gt; and
&lt;br&gt;&amp;nbsp; &amp;nbsp;would prefer &amp;lt;iframe&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I personally don't think that meets the needs of some of the
&lt;br&gt;&amp;nbsp; &amp;nbsp;things people want to use this for
&lt;br&gt;&amp;nbsp; &amp;nbsp;... trying to edit a URL string
&lt;br&gt;&amp;nbsp; &amp;nbsp;... that seems painful to me
&lt;br&gt;&amp;nbsp; &amp;nbsp;... the param element seems the natural way to go to me
&lt;br&gt;&amp;nbsp; &amp;nbsp;... I agree with some of his points including having a good URI
&lt;br&gt;&amp;nbsp; &amp;nbsp;syntax
&lt;br&gt;&amp;nbsp; &amp;nbsp;... but I think param is more user friendly
&lt;br&gt;&amp;nbsp; &amp;nbsp;... and the markup is then much more clear than using encoded URI
&lt;br&gt;&amp;nbsp; &amp;nbsp;strings
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;ED: I agree it's clearer
&lt;br&gt;&amp;nbsp; &amp;nbsp;... &amp;lt;iframe&amp;gt; doesn't take &amp;lt;param&amp;gt; today
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;DS: no, but it could
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[out of time]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;CL: you should keep pushing on params
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;RSSAgent, generate minutes
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;thanks
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;trackbot: end telcon
&lt;br&gt;&lt;br&gt;Summary of Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[NEW] ACTION: Chris to reply to Helder explaining why we would
&lt;br&gt;&amp;nbsp; &amp;nbsp;prefer not to receive patch files [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[19]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[NEW] ACTION: ChrisL to split the test [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp;[20]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp;[NEW] ACTION: ed to split types-dom-02-f.svg into two tests, one
&lt;br&gt;&amp;nbsp; &amp;nbsp;part testing animVal, one testing the rest (errata parts) [recorded
&lt;br&gt;&amp;nbsp; &amp;nbsp;in [21]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[End of minutes]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Minutes formatted by David Booth's [22]scribe.perl version 1.135
&lt;br&gt;&amp;nbsp; &amp;nbsp; ([23]CVS log)
&lt;br&gt;&amp;nbsp; &amp;nbsp; $Date: 2009/11/30 21:40:02 $
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_________________________________________________________
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[22] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[23] &lt;a href=&quot;http://dev.w3.org/cvsweb/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Scribe.perl diagnostic output
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;[Delete this section before finalizing the minutes.]
&lt;br&gt;This is scribe.perl Revision: 1.135 &amp;nbsp;of Date: 2009/03/02 03:52:20
&lt;br&gt;Check for newer version at [24]&lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002&lt;/a&gt;&lt;br&gt;/scribe/
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[24] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Guessing input format: RRSAgent_Text_Format (score 1.00)
&lt;br&gt;&lt;br&gt;Succeeded: s/someone/Gregory/
&lt;br&gt;Found Scribe: Jonathan Watt
&lt;br&gt;Found ScribeNick: jwatt
&lt;br&gt;Default Present: Shepazu, [IPcaller], ed, +33.9.52.49.aaaa, anthony, jw
&lt;br&gt;att
&lt;br&gt;Present: Shepazu [IPcaller] ed +33.9.52.49.aaaa anthony jwatt
&lt;br&gt;&lt;br&gt;WARNING: No meeting chair found!
&lt;br&gt;You should specify the meeting chair like this:
&lt;br&gt;&amp;lt;dbooth&amp;gt; Chair: dbooth
&lt;br&gt;&lt;br&gt;Found Date: 30 Nov 2009
&lt;br&gt;Guessing minutes URL: [25]&lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html&lt;/a&gt;&lt;br&gt;People with action items: chris chrisl ed
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[25] &lt;a href=&quot;http://www.w3.org/2009/11/30-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/30-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;End of [26]scribe.perl diagnostic output]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[26] &lt;a href=&quot;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/cvsweb/~checkout~/2002/scribe/scribedoc.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-Mon-30-Nov-2009-tp26582509p26582509.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26579033</id>
	<title>Re: [Vector Effects] Minor correction suggestions for the currently   	available drafts</title>
	<published>2009-11-30T09:57:15Z</published>
	<updated>2009-11-30T09:57:15Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Helder-
&lt;br&gt;&lt;br&gt;Helder Magalhães wrote (on 11/30/09 9:29 AM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Supplying a CVS patch is clever, but that's not
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;really how we've traditionally take comments...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd say CVS patches are much more appropriate for this sort of
&lt;br&gt;&amp;gt; feedback (typos, whitespace and markup issues) than providing a long
&lt;br&gt;&amp;gt; message full of snippets (as I recall doing during the SVG 1.2 Tiny
&lt;br&gt;&amp;gt; LC). It would be great this was formally made a way to provide
&lt;br&gt;&amp;gt; feedback, specially when no relevant text changes are involved; I do
&lt;br&gt;&amp;gt; agree that, whenever significant prose changes are involved, providing
&lt;br&gt;&amp;gt; text snippets is easier to both evaluate and discuss. :-)
&lt;/div&gt;&lt;br&gt;Look at it this way: whether you claim that the differences are 
&lt;br&gt;editorial typos or not, we still have to review the changes closely to 
&lt;br&gt;make sure that your CVS patch doesn't introduce any other errors, or 
&lt;br&gt;accidental or deliberate changes that have not been discussed. &amp;nbsp;If we 
&lt;br&gt;start accepting CVS patches, I'm afraid that a slip might occur, 
&lt;br&gt;especially when we are busier. &amp;nbsp;Note also that the SVG WG has had 
&lt;br&gt;problems in the past with some changes being lost because of bad CVS 
&lt;br&gt;configurations.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I'll leave it up to the
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;editor, but I would personally much rather see a simple corrected document
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;that could be easily reviewed and copy/pasted if necessary.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, of course the editor has a final word on the subject.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you (or the editor, naturally) prefer that I attach the changed
&lt;br&gt;&amp;gt; HTML files (I'm not sure if that's what you meant in the first place),
&lt;br&gt;&amp;gt; of course I'm happy with it too: it just gets a little harder to tell
&lt;br&gt;&amp;gt; the differences (downloading + performing a diff vs. directly taking a
&lt;br&gt;&amp;gt; look at the patch), but the procedures are more or less equivalent.
&lt;/div&gt;&lt;br&gt;CVS patches don't fit well into my current workflow; maybe they work 
&lt;br&gt;better for Chris. &amp;nbsp;I admit that they are easier for both commentors and 
&lt;br&gt;editors than saying, &amp;quot;In section 3.4, paragraph 2, replace &amp;quot;fo&amp;quot; with 
&lt;br&gt;&amp;quot;foo&amp;quot; (though saying, &amp;quot;remove trailing spaces between the end of 
&lt;br&gt;sentences and the closing tag&amp;quot; or &amp;quot;use a spell-checker&amp;quot; is higher-level 
&lt;br&gt;and easy to do with a text editor). &amp;nbsp;But for me, even better is a full 
&lt;br&gt;document that I can visually diff with the original, and accept changes 
&lt;br&gt;per item as I see fit.
&lt;br&gt;&lt;br&gt;For what it's worth, having reviewed your proposed patch, I would advise 
&lt;br&gt;you against bothering to correct typos, trailing spaces, etc. in the 
&lt;br&gt;&amp;quot;Status of This Document&amp;quot; boilerplate (those changes get blown away when 
&lt;br&gt;we prepare the document for publication), or in comment blocks that will 
&lt;br&gt;not make it into the final draft (marked in that spec with the class 
&lt;br&gt;&amp;quot;editor-note&amp;quot;).
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Vector-Effects--Minor-correction-suggestions-for-the-currently--%09available-drafts-tp26563857p26579033.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26575633</id>
	<title>Re: [Vector Effects] Minor correction suggestions for the currently  	available drafts</title>
	<published>2009-11-30T06:29:36Z</published>
	<updated>2009-11-30T06:29:36Z</updated>
	<author>
		<name>Helder Magalhães</name>
	</author>
	<content type="html">Hi Doug,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Supplying a CVS patch is clever, but that's not
&lt;br&gt;&amp;gt; really how we've traditionally take comments...
&lt;br&gt;&lt;br&gt;I'd say CVS patches are much more appropriate for this sort of
&lt;br&gt;feedback (typos, whitespace and markup issues) than providing a long
&lt;br&gt;message full of snippets (as I recall doing during the SVG 1.2 Tiny
&lt;br&gt;LC). It would be great this was formally made a way to provide
&lt;br&gt;feedback, specially when no relevant text changes are involved; I do
&lt;br&gt;agree that, whenever significant prose changes are involved, providing
&lt;br&gt;text snippets is easier to both evaluate and discuss. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;I'll leave it up to the
&lt;br&gt;&amp;gt; editor, but I would personally much rather see a simple corrected document
&lt;br&gt;&amp;gt; that could be easily reviewed and copy/pasted if necessary.
&lt;br&gt;&lt;br&gt;Yes, of course the editor has a final word on the subject.
&lt;br&gt;&lt;br&gt;If you (or the editor, naturally) prefer that I attach the changed
&lt;br&gt;HTML files (I'm not sure if that's what you meant in the first place),
&lt;br&gt;of course I'm happy with it too: it just gets a little harder to tell
&lt;br&gt;the differences (downloading + performing a diff vs. directly taking a
&lt;br&gt;look at the patch), but the procedures are more or less equivalent.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;Helder
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Vector-Effects--Minor-correction-suggestions-for-the-currently--%09available-drafts-tp26563857p26575633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26572817</id>
	<title>SVG param(eters)</title>
	<published>2009-11-30T02:59:27Z</published>
	<updated>2009-11-30T02:59:27Z</updated>
	<author>
		<name>Dr. Olaf Hoffmann</name>
	</author>
	<content type="html">Hello Doug, hello www-svg,
&lt;br&gt;&lt;br&gt;about the param discussion here:
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-html/2009Nov/0665.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-html/2009Nov/0665.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;why not to extend or to add a new functionality with the syntax
&lt;br&gt;of SVG views like this:
&lt;br&gt;some.svg#svgView(transform(scale(2)))
&lt;br&gt;&lt;br&gt;Parameters are somehow related to an alternative view of
&lt;br&gt;the document, therefore this fits more or less.
&lt;br&gt;The main advantage it, that this method does not depend
&lt;br&gt;on the history or fate of other formats like (X)HTML, only on 
&lt;br&gt;something, that already exists in SVG.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/SVG11/linking.html#SVGFragmentIdentifiers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVG11/linking.html#SVGFragmentIdentifiers&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/SVGMobile12/linking.html#SVGFragmentIdentifiers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVGMobile12/linking.html#SVGFragmentIdentifiers&lt;/a&gt;&lt;br&gt;&lt;br&gt;Either one could use a new keyword:
&lt;br&gt;some.svg#svgView(param(name(value)))
&lt;br&gt;&lt;br&gt;or a new related construction:
&lt;br&gt;some.svg#svgParam(name(value);name2(value2))
&lt;br&gt;or
&lt;br&gt;some.svg#svgParam(id1.attributeName(attributeValue);id2.attributeName2
&lt;br&gt;(attributeValue2))
&lt;br&gt;with id1/id2 fragment identifiers within the document
&lt;br&gt;the parameter is related to, similar to addressing
&lt;br&gt;event-values in animations.
&lt;br&gt;(this needs some more considerations about masking critical characters)
&lt;br&gt;&lt;br&gt;To insert some content in title, desc or text elements, but avoiding larger
&lt;br&gt;backwards incompatibilities, one could add an additional method to create 
&lt;br&gt;an entity (in doubt overwriting entities defined within the 
&lt;br&gt;document-type-declaration as fallback, except the entities already defined 
&lt;br&gt;by XML of course):
&lt;br&gt;some.svg#svgEntity(entityName(entityValue);entityName2(entityValue2))
&lt;br&gt;&lt;br&gt;Maybe one has to combine all these to be able to use all of these at once:
&lt;br&gt;some.svg#svgView(transform(transformType(transformValue));param(id.attributeName(attributeValue));entity(name(entityValue));etc)
&lt;br&gt;&lt;br&gt;I would prefer the last method, if mixing parameters
&lt;br&gt;with GET-parameters in the query in not accepted
&lt;br&gt;(what would have of course the advantage, that a script on 
&lt;br&gt;the server could know too, what happens in the generated 
&lt;br&gt;content).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Olaf
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVG-param%28eters%29-tp26572817p26572817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26567178</id>
	<title>Re: [Vector Effects] Minor correction suggestions for the currently   	available drafts</title>
	<published>2009-11-29T14:48:07Z</published>
	<updated>2009-11-29T14:48:07Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Helder-
&lt;br&gt;&lt;br&gt;Thanks for your comments. &amp;nbsp;Supplying a CVS patch is clever, but that's 
&lt;br&gt;not really how we've traditionally take comments... I'll leave it up to 
&lt;br&gt;the editor, but I would personally much rather see a simple corrected 
&lt;br&gt;document that could be easily reviewed and copy/pasted if necessary.
&lt;br&gt;&lt;br&gt;It is good to get such comments early, so it makes critical review at LC 
&lt;br&gt;much less painful.
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;Helder Magalhães wrote (on 11/29/09 12:11 PM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A few days ago I was taking a look at the vector effects primer [1]
&lt;br&gt;&amp;gt; and ended up catching a couple of typos. Today, I took at look at the
&lt;br&gt;&amp;gt; language [2] and requirements [3] and caught a few more, plus a bunch
&lt;br&gt;&amp;gt; of white-space corrections, minor coherency fixes and such. Yes, I'm
&lt;br&gt;&amp;gt; aware that the documents are at a draft status, but proposing
&lt;br&gt;&amp;gt; corrections/improvements is a Good thing, right? :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A patch to the public CVS repository [4] is attached to this message.
&lt;br&gt;&amp;gt; I didn't double check for a specific procedure for providing this sort
&lt;br&gt;&amp;gt; of feedback but, given their relatively low relevance, a patch seemed
&lt;br&gt;&amp;gt; a perfect fit for the job.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One thing that wasn't addressed was the fact that the requirements [3]
&lt;br&gt;&amp;gt; refer to the SVG filters specification. As that can become a source of
&lt;br&gt;&amp;gt; confusion, I'd suggest performing a quick &amp;quot;find and replace&amp;quot; followed
&lt;br&gt;&amp;gt; by a cleanup to the document: IMHO, a stub with a &amp;quot;TODO&amp;quot; note would be
&lt;br&gt;&amp;gt; better. ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt; &amp;nbsp; Helder
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsPrimer.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsPrimer.html&lt;/a&gt;&lt;br&gt;&amp;gt; [2] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffects.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffects.html&lt;/a&gt;&lt;br&gt;&amp;gt; [3] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsReqs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsReqs.html&lt;/a&gt;&lt;br&gt;&amp;gt; [4] &lt;a href=&quot;http://www.w3.org/Project/CVSdoc/#Public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Project/CVSdoc/#Public&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Vector-Effects--Minor-correction-suggestions-for-the-currently--%09available-drafts-tp26563857p26567178.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26563857</id>
	<title>[Vector Effects] Minor correction suggestions for the currently  	available drafts</title>
	<published>2009-11-29T09:11:21Z</published>
	<updated>2009-11-29T09:11:21Z</updated>
	<author>
		<name>Helder Magalhães</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;&lt;br&gt;A few days ago I was taking a look at the vector effects primer [1]
&lt;br&gt;and ended up catching a couple of typos. Today, I took at look at the
&lt;br&gt;language [2] and requirements [3] and caught a few more, plus a bunch
&lt;br&gt;of white-space corrections, minor coherency fixes and such. Yes, I'm
&lt;br&gt;aware that the documents are at a draft status, but proposing
&lt;br&gt;corrections/improvements is a Good thing, right? :-)
&lt;br&gt;&lt;br&gt;A patch to the public CVS repository [4] is attached to this message.
&lt;br&gt;I didn't double check for a specific procedure for providing this sort
&lt;br&gt;of feedback but, given their relatively low relevance, a patch seemed
&lt;br&gt;a perfect fit for the job.
&lt;br&gt;&lt;br&gt;One thing that wasn't addressed was the fact that the requirements [3]
&lt;br&gt;refer to the SVG filters specification. As that can become a source of
&lt;br&gt;confusion, I'd suggest performing a quick &amp;quot;find and replace&amp;quot; followed
&lt;br&gt;by a cleanup to the document: IMHO, a stub with a &amp;quot;TODO&amp;quot; note would be
&lt;br&gt;better. ;-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&amp;nbsp;Helder
&lt;br&gt;&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsPrimer.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsPrimer.html&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffects.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffects.html&lt;/a&gt;&lt;br&gt;[3] &lt;a href=&quot;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsReqs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/modules/vectoreffects/master/SVGVectorEffectsReqs.html&lt;/a&gt;&lt;br&gt;[4] &lt;a href=&quot;http://www.w3.org/Project/CVSdoc/#Public&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Project/CVSdoc/#Public&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;SVGVEMinorIssues.patch&lt;/strong&gt; (17K) &lt;a href=&quot;http://old.nabble.com/attachment/26563857/0/SVGVEMinorIssues.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Vector-Effects--Minor-correction-suggestions-for-the-currently--%09available-drafts-tp26563857p26563857.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26549592</id>
	<title>Re: More Ideas around DOM Constructors</title>
	<published>2009-11-27T16:58:42Z</published>
	<updated>2009-11-27T16:58:42Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Steve-
&lt;br&gt;&lt;br&gt;Steve Withall wrote (on 11/27/09 6:05 PM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; At 27/11/2009 06:28 PM, Doug Schepers wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Or perhaps the reliance on the XLink namespace is going away ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to move away from the use of the XLink NS, since the
&lt;br&gt;&amp;gt;&amp;gt; promise of the XLink spec never really materialized. There are
&lt;br&gt;&amp;gt;&amp;gt; complications, but I think we can do it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is that why you don't use the standard xlink:href attribute in your
&lt;br&gt;&amp;gt; Parameters specification? :)
&lt;/div&gt;&lt;br&gt;Hmmm... I don't *not* use XLink in Params... in the examples where I use 
&lt;br&gt;a param() to set a URL, I do use @xlink:href.
&lt;br&gt;&lt;br&gt;I'm not sure where else you would expect to use XLink in Params... it's 
&lt;br&gt;a simple name-value pair that's passed in from a URL or another 
&lt;br&gt;document, I don't see where XLink is relevant there.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; XLink may not have lived up to expectations, but at least it's familiar
&lt;br&gt;&amp;gt; and everyone knows where they stand with it. I suggest continuing to use
&lt;br&gt;&amp;gt; it where appropriate unless there's a good reason not to.
&lt;br&gt;&lt;br&gt;There is a good reason to discontinue its use in SVG: it complicates 
&lt;br&gt;implementation and authoring without adding clear benefits.
&lt;br&gt;&lt;br&gt;I love the idea of arcs and of extended links where there are multiple 
&lt;br&gt;destination locations that a user chooses from when they activate a 
&lt;br&gt;link, but it's not specified in enough detail to be interoperably 
&lt;br&gt;implemented, and in any case, SVG only uses that subset of linking 
&lt;br&gt;functionality that is roughly equivalent to HTML links, so unless we 
&lt;br&gt;expand SVG's linking abilities in a manner defined by XLink (rather than 
&lt;br&gt;some alternate new way), I'm not sure it's worth the added complexity.
&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-Ideas-around-DOM-Constructors-tp26447018p26549592.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548941</id>
	<title>Re: More Ideas around DOM Constructors</title>
	<published>2009-11-27T15:05:57Z</published>
	<updated>2009-11-27T15:05:57Z</updated>
	<author>
		<name>Steve Withall</name>
	</author>
	<content type="html">At 27/11/2009 06:28 PM, Doug Schepers wrote:
&lt;br&gt;&amp;gt;Hi, -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;lt;Snip&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Or perhaps the reliance on the XLink namespace is going away ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I would like to move away from the use of the XLink NS, since the 
&lt;br&gt;&amp;gt;promise of the XLink spec never really materialized. &amp;nbsp;There are 
&lt;br&gt;&amp;gt;complications, but I think we can do it.
&lt;br&gt;&lt;br&gt;Doug,
&lt;br&gt;&lt;br&gt;Is that why you don't use the standard xlink:href attribute in your 
&lt;br&gt;Parameters specification? &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;XLink may not have lived up to expectations, but at least it's 
&lt;br&gt;familiar and everyone knows where they stand with it. I suggest 
&lt;br&gt;continuing to use it where appropriate unless there's a good reason not to.
&lt;br&gt;&lt;br&gt;Steve.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;I don't think the idea of namespaced attributes is going to go away, 
&lt;br&gt;&amp;gt;so a good generic API will have to handle them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;[1] &lt;a href=&quot;http://schepers.cc/w3c/svg/api/cog.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schepers.cc/w3c/svg/api/cog.svg&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Regards-
&lt;br&gt;&amp;gt;-Doug Schepers
&lt;br&gt;&amp;gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-Ideas-around-DOM-Constructors-tp26447018p26548941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26540930</id>
	<title>Re: The synchronous load event is trouble</title>
	<published>2009-11-27T03:00:39Z</published>
	<updated>2009-11-27T03:00:39Z</updated>
	<author>
		<name>Dr. Olaf Hoffmann</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I don't know much about scripting, because I do not use it, 
&lt;br&gt;however to have a well defined 'time-zero-point' or begin of 
&lt;br&gt;the timeline is a requirement for animation and in tiny 1.2 for 
&lt;br&gt;the synchronisation of multimedia content and animations as well.
&lt;br&gt;This load event is related to the timeline begin in SVG 1.1.
&lt;br&gt;&lt;br&gt;One needs something like this to get predictable (and testable) results - 
&lt;br&gt;and SMIL indicates too, that one has to define this 'document zero time' 
&lt;br&gt;somehow.
&lt;br&gt;&lt;br&gt;In tiny 1.2 there are two possible choices now, to be indicated
&lt;br&gt;with the attribute timelineBegin in the start tag of the svg element.
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/SVGMobile12/struct.html#SVGElement&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVGMobile12/struct.html#SVGElement&lt;/a&gt;&lt;br&gt;&lt;br&gt;Do you think, there should be a more flexible choice for authors
&lt;br&gt;to indicate, at which time the timeline begins? 
&lt;br&gt;What should the behaviour of the document before the timeline has
&lt;br&gt;begun? Any ideas to provide a predictable behaviour for authors?
&lt;br&gt;Should fit to SMIL of course, for animation it is possible to indicate
&lt;br&gt;a begin before the document timeline has begun, if the animation
&lt;br&gt;ends later than the begin of the timeline.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dynamic rendering can cause of course more complexity as well
&lt;br&gt;as scripting. But without well defined times the behaviour of a 
&lt;br&gt;document is not predictable for authors and those dynamic features
&lt;br&gt;get pretty useless. To have no such event causes even more trouble
&lt;br&gt;for authors.
&lt;br&gt;&lt;br&gt;SMIL and tiny 1.2 provide features for authors to indicate the
&lt;br&gt;precision of synchronisation with external resources , see for example:
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/SVGMobile12/multimedia.html#Smil2Sync&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVGMobile12/multimedia.html#Smil2Sync&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Olaf
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-synchronous-load-event-is-trouble-tp26528592p26540930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538852</id>
	<title>Re: The synchronous load event is trouble</title>
	<published>2009-11-26T23:42:10Z</published>
	<updated>2009-11-26T23:42:10Z</updated>
	<author>
		<name>Henri Sivonen</name>
	</author>
	<content type="html">On Nov 26, 2009, at 15:54, Erik Dahlstrom wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On Thu, 26 Nov 2009 13:13:32 +0100, Henri Sivonen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538852&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsivonen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; The event is marked as bubbling and non-cancelable.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 'load' and 'SVGLoad' are both marked as events that don't bubble[1]. Can you please give a pointer to where it says they bubble?
&lt;br&gt;&lt;br&gt;Oops. Sorry. Please disregard the bubbling issue. I read the wrong line in the table when I wrote my email. (I started writing the email about synchronicity and then thought I found a new issue while writing the email.)
&lt;br&gt;&lt;br&gt;My synchronicity concerns stand.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Henri Sivonen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538852&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsivonen@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://hsivonen.iki.fi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hsivonen.iki.fi/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-synchronous-load-event-is-trouble-tp26528592p26538852.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538742</id>
	<title>Re: More Ideas around DOM Constructors</title>
	<published>2009-11-26T23:28:39Z</published>
	<updated>2009-11-26T23:28:39Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, -
&lt;br&gt;&lt;br&gt;Jeff Schiller wrote (on 11/25/09 2:03 PM):
&lt;br&gt;&amp;gt; Is there a proposal on how to handle attributes in different
&lt;br&gt;&amp;gt; namespaces with DOM Constructors? &amp;nbsp;If we specify a property bag is it
&lt;br&gt;&amp;gt; ok to just do:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; { fill: &amp;quot;red&amp;quot;, &amp;quot;xlink:href&amp;quot;, &amp;quot;foo.html&amp;quot; } ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As long as xlink: lines up with a declared namespace prefix?
&lt;br&gt;&lt;br&gt;My approach was similar, but didn't rely on a QName-syle approach 
&lt;br&gt;because of some brittleness there. &amp;nbsp;Here's how I did it [1]:
&lt;br&gt;&lt;br&gt;&amp;nbsp; root.createElement( &amp;quot;use&amp;quot;, { href:[ xlinkns, &amp;quot;#my_circle&amp;quot; ], x:30, 
&lt;br&gt;y:&amp;quot;-30&amp;quot; } );
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Or perhaps the reliance on the XLink namespace is going away ?
&lt;br&gt;&lt;br&gt;I would like to move away from the use of the XLink NS, since the 
&lt;br&gt;promise of the XLink spec never really materialized. &amp;nbsp;There are 
&lt;br&gt;complications, but I think we can do it.
&lt;br&gt;&lt;br&gt;I don't think the idea of namespaced attributes is going to go away, so 
&lt;br&gt;a good generic API will have to handle them.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://schepers.cc/w3c/svg/api/cog.svg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schepers.cc/w3c/svg/api/cog.svg&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-Ideas-around-DOM-Constructors-tp26447018p26538742.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26529745</id>
	<title>Re: The synchronous load event is trouble</title>
	<published>2009-11-26T05:54:23Z</published>
	<updated>2009-11-26T05:54:23Z</updated>
	<author>
		<name>Erik Dahlstrom</name>
	</author>
	<content type="html">On Thu, 26 Nov 2009 13:13:32 +0100, Henri Sivonen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26529745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsivonen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SVG 1.2 Tiny says about the 'load' event:
&lt;br&gt;&amp;gt;&amp;gt; The event is triggered at the point at which the user agent finishes &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; loading the element and any dependent resources (such as images, style &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; sheets, or scripts). In the case the element references a script, the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; event will be raised only after an attempt to interpret the script has &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; been made. Dependent resources that fail to load will not prevent this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; event from firing if the element that referenced them is still in the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; document tree unless they are designated as externalResourcesRequired. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; The event is independent of the means by which the element was added to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; DOM tree.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; SVG 1.1 Full says about the event the is handled by the 'onload' event &amp;nbsp;
&lt;br&gt;&amp;gt; handler:
&lt;br&gt;&amp;gt;&amp;gt; The event is triggered at the point at which the user agent has fully &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; parsed the element and its descendants and is ready to act &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; appropriately upon that element, such as being ready to render the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; element to the target device. Referenced external resources that are &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; required must be loaded, parsed and ready to render before the event is &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; triggered. Optional external resources are not required to be ready for &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; the event to be triggered.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The event is marked as bubbling and non-cancelable.
&lt;/div&gt;&lt;br&gt;'load' and 'SVGLoad' are both marked as events that don't bubble[1]. Can &amp;nbsp;
&lt;br&gt;you please give a pointer to where it says they bubble?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;/Erik
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.w3.org/TR/SVGTiny12/interact.html#SVGEvents&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/SVGTiny12/interact.html#SVGEvents&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Erik Dahlstrom, Core Technology Developer, Opera Software
&lt;br&gt;Co-Chair, W3C SVG Working Group
&lt;br&gt;Personal blog: &lt;a href=&quot;http://my.opera.com/macdev_ed&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my.opera.com/macdev_ed&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-synchronous-load-event-is-trouble-tp26528592p26529745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528592</id>
	<title>The synchronous load event is trouble</title>
	<published>2009-11-26T04:13:32Z</published>
	<updated>2009-11-26T04:13:32Z</updated>
	<author>
		<name>Henri Sivonen</name>
	</author>
	<content type="html">SVG 1.2 Tiny says about the 'load' event:
&lt;br&gt;&amp;gt; The event is triggered at the point at which the user agent finishes loading the element and any dependent resources (such as images, style sheets, or scripts). In the case the element references a script, the event will be raised only after an attempt to interpret the script has been made. Dependent resources that fail to load will not prevent this event from firing if the element that referenced them is still in the document tree unless they are designated as externalResourcesRequired. The event is independent of the means by which the element was added to DOM tree.
&lt;br&gt;&lt;br&gt;&lt;br&gt;SVG 1.1 Full says about the event the is handled by the 'onload' event handler:
&lt;br&gt;&amp;gt; The event is triggered at the point at which the user agent has fully parsed the element and its descendants and is ready to act appropriately upon that element, such as being ready to render the element to the target device. Referenced external resources that are required must be loaded, parsed and ready to render before the event is triggered. Optional external resources are not required to be ready for the event to be triggered.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The event is marked as bubbling and non-cancelable.
&lt;br&gt;&lt;br&gt;In Gecko, in the XML tree builder, the event is implemented as an event that fires synchronously when the &amp;lt;/svg&amp;gt; end tag is parsed. I haven't implemented this event at all in the HTML5 parser in the hope that the SVG WG makes it undesirable characteristics go away.
&lt;br&gt;&lt;br&gt;I think the definition of the event has at least the following three problems:
&lt;br&gt;&lt;br&gt;&amp;nbsp;1) The firing of the event is synchronous with the parse. This is highly unusual. I'm not aware of any other standards-based feature requiring an event to be dispatched synchronously with the parse. Gecko has some non-stardards-based analogous behaviors, but, as I understand it, those behaviors cause scripts to run either from the task queue or from a deferred execution mechanism that isn't fully synchronous but isn't the task queue, either. Having scripts run as the side effect of the parse is generally trouble. It's impossible to eliminate &amp;lt;/script&amp;gt; running scripts as a side effect of the parse, but I think we should get rid of all the other cases, so that parsing can be optimized with the assumption that only &amp;lt;/script&amp;gt; may cause synchronous script execution (which requires the parser to go into a state that's safe for script execution).
&lt;br&gt;&lt;br&gt;&amp;nbsp;2) The event is defined to be fired at a particular point relative to parse but also relative to network activity. Scripts already have to block the parser for legacy reasons. However, all blocking of the parser due to external resources is bad for performance, so it would be desirable to allow styles to load asynchronously with the parse. As written, the spec text seems to establish &amp;lt;/svg&amp;gt; as a point where the parser potentially has to yield to the event loop if there are pending style sheet loads. (I don't know how cross-resource 'use' works, but it seems trouble if those don't attach asynchronously.)
&lt;br&gt;&lt;br&gt;&amp;nbsp;3) As I understand it, a load event dispatched to an &amp;lt;svg&amp;gt; element embedded in an HTML document would bubble to the HTML &amp;lt;body&amp;gt; element and up. JavaScript libraries written for text/html may legitimately assume that the event handled by the 'onload' event handler is dispatched once per document life cycle. It seems to me that adding some embedded SVG to an HTML page has the potential of severely confusing pre-existing JavaScript code that is listening for the traditional HTML load event.
&lt;br&gt;&lt;br&gt;Considering the above, I propose removing the current SVG 'load' event behavior and then adding the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp;A) If the root element is the &amp;lt;svg&amp;gt; element, dispatch the 'load' event to that element the same way the 'load' element is dispatched to the &amp;lt;body&amp;gt; element when &amp;lt;html&amp;gt; is the root element. (I.e. wait for external resources, then dispatch the event asynchronously from the task queue.)
&lt;br&gt;&lt;br&gt;If that's not enough and existing SVG content relies on the 'load' event being dispatched to each nested &amp;lt;svg&amp;gt; element also (I don't know what the legacy constraints are), then also add the following:
&lt;br&gt;&lt;br&gt;&amp;nbsp;B) When the end tag of a non-root &amp;lt;svg&amp;gt; element is parsed, dispatch a *non-bubbling* 'load' event to that element asynchronously from the task queue without waiting for external resources.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Henri Sivonen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528592&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hsivonen@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://hsivonen.iki.fi/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hsivonen.iki.fi/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-synchronous-load-event-is-trouble-tp26528592p26528592.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519815</id>
	<title>Re: Fwd: Minutes, SVG Telcon, 23 Nov 2009</title>
	<published>2009-11-25T12:31:35Z</published>
	<updated>2009-11-25T12:31:35Z</updated>
	<author>
		<name>Jeff Schiller</name>
	</author>
	<content type="html">Hi Doug,
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 1:38 PM, Doug Schepers &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519815&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schepers@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Even then it will be harder to re-train people and will be confusing
&lt;br&gt;&amp;gt;&amp;gt; to tell them when to use Document.createElement() and
&lt;br&gt;&amp;gt;&amp;gt; Element.createElement().
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It made more sense to me when the methods I defined (with different names)
&lt;br&gt;&amp;gt; simply inserted the created element as a child of the element this method
&lt;br&gt;&amp;gt; was called on.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Actually I agree with you. &amp;nbsp;Perhaps then we could do the following:
&lt;br&gt;&lt;br&gt;1) Update document.createElement() and document.createElementNS() to
&lt;br&gt;have that third property-bag argument. &amp;nbsp;These, of course, are the
&lt;br&gt;non-inserting methods.
&lt;br&gt;&lt;br&gt;2) Have new methods on Element that do the inserting:
&lt;br&gt;&lt;br&gt;Element.createChild(elementName, propertyMap, insertionIndex)
&lt;br&gt;&lt;br&gt;As you say, we don't need a namespace-aware method here. &amp;nbsp;This method
&lt;br&gt;creates and inserts a child in the same namespace.
&lt;br&gt;&lt;br&gt;I'd also be ok with 'insertElement' or 'insertChild' or even
&lt;br&gt;'createElement' though I prefer something that immediately implies
&lt;br&gt;that the newly created element will be inserted (i think 'Child' does
&lt;br&gt;that as does, of course, 'insert').
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-23-Nov-2009-tp26518199p26519815.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519013</id>
	<title>Re: Fwd: Minutes, SVG Telcon, 23 Nov 2009</title>
	<published>2009-11-25T11:38:41Z</published>
	<updated>2009-11-25T11:38:41Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, Jeff-
&lt;br&gt;&lt;br&gt;Jeff Schiller wrote (on 11/25/09 2:17 PM):
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;shepazu&amp;gt; &amp;nbsp;shepazu: Jeff may not have considered the issue of the
&lt;br&gt;&amp;gt; &amp;nbsp; namespace of an element when he criticized using createElement as an
&lt;br&gt;&amp;gt; &amp;nbsp; element method
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I assume you mean that createElement() as an element method would
&lt;br&gt;&amp;gt; never need to have a namespace argument. &amp;nbsp;Yes, I can see that - but I
&lt;br&gt;&amp;gt; still think that tweaking existing methods (createElement,
&lt;br&gt;&amp;gt; createElementNS) is better than inventing new methods UNLESS you plan
&lt;br&gt;&amp;gt; to have these new methods at the DOM Core level so that HTML coders
&lt;br&gt;&amp;gt; can use them too (not sure if that was the intention).
&lt;/div&gt;&lt;br&gt;My hope (and assumption) is that if the SVG WG, implementers, and 
&lt;br&gt;community indeed decides that this approach is a good idea, then we 
&lt;br&gt;would try to get this as a universal part of DOM Core. &amp;nbsp;Baby steps.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Even then it will be harder to re-train people and will be confusing
&lt;br&gt;&amp;gt; to tell them when to use Document.createElement() and
&lt;br&gt;&amp;gt; Element.createElement().
&lt;br&gt;&lt;br&gt;It made more sense to me when the methods I defined (with different 
&lt;br&gt;names) simply inserted the created element as a child of the element 
&lt;br&gt;this method was called on.
&lt;br&gt;&lt;br&gt;But basically, the idea is that the newly minted element takes on the 
&lt;br&gt;namespace of whatever node it was created on. &amp;nbsp;So, if you are trying to 
&lt;br&gt;create an SVG element, and the root is an SVG document, you could use 
&lt;br&gt;either Document or Element (on any of the SVG elements of the document); 
&lt;br&gt;if the root is an HTML document, then you shouldn't use 
&lt;br&gt;Document.createElement(), you should use Element.createElement() on one 
&lt;br&gt;of the SVG elements (if any exist).
&lt;br&gt;&lt;br&gt;I don't think it's that complicated to understand... the created element 
&lt;br&gt;is of the same &amp;quot;type&amp;quot; (namespace) as the element/document from which 
&lt;br&gt;it's created. &amp;nbsp;createElementNS is retained to explicitly set the &amp;quot;type&amp;quot; 
&lt;br&gt;if a suitable element doesn't already exist, but the NS syntax is 
&lt;br&gt;error-prone and clumsy, so I'd like for authors to have to use it only 
&lt;br&gt;when it's absolutely necessary.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; What I don't want though is different ways of creating SVG elements
&lt;br&gt;&amp;gt; than creating HTML elements ... thus my leaning towards both existing
&lt;br&gt;&amp;gt; techniques of innerHTML and document.createElement/NS.
&lt;br&gt;&lt;br&gt;Totally agreed. &amp;nbsp;We are looking at innerHTML's suitability for SVG and 
&lt;br&gt;compound document content, in addition to HTML, and hopefully will be 
&lt;br&gt;able to move forward on that soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards-
&lt;br&gt;-Doug Schepers
&lt;br&gt;W3C Team Contact, SVG and WebApps WGs
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-23-Nov-2009-tp26518199p26519013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518689</id>
	<title>Fwd: Minutes, SVG Telcon, 23 Nov 2009</title>
	<published>2009-11-25T11:17:55Z</published>
	<updated>2009-11-25T11:17:55Z</updated>
	<author>
		<name>Jeff Schiller</name>
	</author>
	<content type="html"> &amp;lt;shepazu&amp;gt; shepazu: Jeff may not have considered the issue of the
&lt;br&gt; namespace of an element when he criticized using createElement as an
&lt;br&gt; element method
&lt;br&gt;&lt;br&gt;I assume you mean that createElement() as an element method would
&lt;br&gt;never need to have a namespace argument.  Yes, I can see that - but I
&lt;br&gt;still think that tweaking existing methods (createElement,
&lt;br&gt;createElementNS) is better than inventing new methods UNLESS you plan
&lt;br&gt;to have these new methods at the DOM Core level so that HTML coders
&lt;br&gt;can use them too (not sure if that was the intention).
&lt;br&gt;&lt;br&gt;Even then it will be harder to re-train people and will be confusing
&lt;br&gt;to tell them when to use Document.createElement() and
&lt;br&gt;Element.createElement().
&lt;br&gt;&lt;br&gt;What I don't want though is different ways of creating SVG elements
&lt;br&gt;than creating HTML elements ... thus my leaning towards both existing
&lt;br&gt;techniques of innerHTML and document.createElement/NS.
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 12:46 PM, Doug Schepers &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518689&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schepers@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, SVG Folks-
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here are the minutes for the SVG WG telcon of 23 Nov 2009:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  &lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Or as text below:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   [1]W3C
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;      [1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;                               - DRAFT -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;                   SVG Working Group Teleconference
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 23 Nov 2009
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   See also: [2]IRC log
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;      [2] &lt;a href=&quot;http://www.w3.org/2009/11/23-svg-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-irc&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attendees
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Present
&lt;br&gt;&amp;gt;          ed, Shepazu, jwatt, Chris_Lilley, [IPcaller], anthony
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Regrets
&lt;br&gt;&amp;gt;   Chair
&lt;br&gt;&amp;gt;          ed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Scribe
&lt;br&gt;&amp;gt;          anthony
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Contents
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     * [3]Topics
&lt;br&gt;&amp;gt;         1. [4]SVG 1.1 2nd Ed
&lt;br&gt;&amp;gt;         2. [5]list activity
&lt;br&gt;&amp;gt;         3. [6]DOM constructors
&lt;br&gt;&amp;gt;     * [7]Summary of Action Items
&lt;br&gt;&amp;gt;     _________________________________________________________
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; Date: 23 November 2009
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   \me zakim, drop shepazu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;scribe&amp;gt; scribenick: shepazu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; SVG 1.1 2nd Ed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; [8]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;      [8] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; 12 open issues, 22 open actions
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2013?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2013 -- Percentages in clipPath/pattern/filter/mask
&lt;br&gt;&amp;gt;   unintuitive -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [9]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;      [9] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; issue-2013?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2013 -- Percentages in clipPath/pattern/filter/mask
&lt;br&gt;&amp;gt;   unintuitive -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [10]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [10] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; moved to SVG Core 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Resolution: we will move this to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2017?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2017 -- Find sane values for getSubStringLength and
&lt;br&gt;&amp;gt;   selectSubString -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [11]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [11] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; ACTION-2325?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ACTION-2325 -- Doug Schepers to propose wording and
&lt;br&gt;&amp;gt;   examples for ISSUE-2107 -- due 2008-10-30 -- CLOSED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [12]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [12] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;gt;   [13]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/023&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/023&lt;/a&gt;&lt;br&gt;&amp;gt;   9.html
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [13]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/0239.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/0239.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; [14]&lt;a href=&quot;http://www.w3.org/2008/10/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2008/10/23-svg-minutes.html#action02&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [14] &lt;a href=&quot;http://www.w3.org/2008/10/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2008/10/23-svg-minutes.html#action02&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: heycam didn't see a strong argument either way
&lt;br&gt;&amp;gt;   ... what should we do with this? close it or take it up again?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   jwatt: acid3 depends on this behavior?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: it did at one time
&lt;br&gt;&amp;gt;   ... we did change the behavior in the spec for the better
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;gt;   [15]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextCh&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextCh&lt;/a&gt;&lt;br&gt;&amp;gt;   apter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [15]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextChapter&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextChapter&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   shepazu: we might look at this more closely in SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: right
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; i think its closed, for 1.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   jwatt: the current errata makes sense to me
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   resolution: close the issue
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2071?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2071 -- potential security hole involving
&lt;br&gt;&amp;gt;   pointer-events, filters, foreignObject, cross-origin IFRAMEs, and
&lt;br&gt;&amp;gt;   elementFromPoint -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [16]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [16] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   resolution: move to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2113?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2113 -- animate-elem-35 -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [17]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [17] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; ISSUE-2213?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2213 -- Some issues in the definition of
&lt;br&gt;&amp;gt;   suspendRedraw/unsuspendRedraw/forceRedraw -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [18]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [18] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   resolution: defer to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2217?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2217 -- How units are resolved on an SVGLength is
&lt;br&gt;&amp;gt;   not defined -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [19]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [19] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Resolution: move to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2219?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2219 -- Missing test coverage for SVG 1.1
&lt;br&gt;&amp;gt;   properties -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [20]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [20] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   jwatt: we should put this off until we decide on the new test format
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Resolution: resolve in SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2259?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2259 -- Inconsistent use of &amp;lt;uri&amp;gt; symbol -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [21]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [21] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;gt;   [22]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPa&lt;/a&gt;&lt;br&gt;&amp;gt;   thProperty
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [22]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPathProperty&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPathProperty&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: didn't we resolve this in second edition?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: basically, this is rolling in changes we made in SVGT1.2
&lt;br&gt;&amp;gt;   ... it should be easy to do
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;scribe&amp;gt; ACTION: ChrisL to make funcURI consistent, and update tests
&lt;br&gt;&amp;gt;   [recorded in
&lt;br&gt;&amp;gt;   [23]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; Created ACTION-2697 - Make funcURI consistent, and update
&lt;br&gt;&amp;gt;   tests [on Chris Lilley - due 2009-11-30].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;gt;   [24]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#Interfac&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#Interfac&lt;/a&gt;&lt;br&gt;&amp;gt;   eSVGViewSpec
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [24]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGViewSpec&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGViewSpec&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; issue-2263?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2263 -- The attributes on the SVGViewSpec interface
&lt;br&gt;&amp;gt;   are underspecified -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [25]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [25] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   shepazu: we will have to reexamine this in the context of the new
&lt;br&gt;&amp;gt;   SVG DOM API, anyway
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Resolution: defer to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2294?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2294 -- Adding an animated length attribute into a
&lt;br&gt;&amp;gt;   baseval length list -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [26]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [26] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   jwatt: I was going to write an email about this...
&lt;br&gt;&amp;gt;   ... maybe we need some custom error about removing items from the
&lt;br&gt;&amp;gt;   original list (readonly)
&lt;br&gt;&amp;gt;   ... maybe we should have a &amp;quot;copy&amp;quot; method?
&lt;br&gt;&amp;gt;   ... let's address this in the new DOM API
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   Resolution: move to SVG 2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2299?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2299 -- Text on a path layout rules unclear wrt
&lt;br&gt;&amp;gt;   startpoint-on-the-path and text-anchor -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [27]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [27] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: I don't think they are contradictory, they seem to be saying
&lt;br&gt;&amp;gt;   the same thing in different ways
&lt;br&gt;&amp;gt;   ... it's using &amp;quot;start point&amp;quot; for 2 different things...
&lt;br&gt;&amp;gt;   ... it's talking about shifting the initial start point
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: it's ambiguous enough that implementations all do different
&lt;br&gt;&amp;gt;   things
&lt;br&gt;&amp;gt;   ... but I'm not sure it's critical for SVG 1.1 2nd ed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   shepazu: I want this fixed because it's important... could we start
&lt;br&gt;&amp;gt;   a 3rd edition errata in addition to SVG 2.0?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: we could do... we need to test all of this better, too
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: one way to start off easy is to have a straight line as the
&lt;br&gt;&amp;gt;   textPath for tests that describe the start point
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: good idea
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   resolution: keep as SVG 1.1 3rd edition errata, but duplicate for
&lt;br&gt;&amp;gt;   SVG 2.0, to make sure it's addressed in both
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   issue-2301?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ISSUE-2301 -- Text on a path layout rules unclear wrt
&lt;br&gt;&amp;gt;   startpoint-on-the-path and text-anchor (svg2) -- RAISED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [28]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [28] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: 23 pending actions left
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   s23 pending actions left/23 pending actions left left left
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   action-2077?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ACTION-2077 -- Erik Dahlström to test implementations for
&lt;br&gt;&amp;gt;   percentage values in clipPath, etc. -- due 2008-07-03 -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [29]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [29] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   action-2203?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ACTION-2203 -- Doug Schepers to add to the 1.1 Full
&lt;br&gt;&amp;gt;   errata that the initial value for the root overflow property is
&lt;br&gt;&amp;gt;   scroll rather than hidden -- due 2008-09-30 -- OPEN
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [30]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [30] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   action-2404?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; ACTION-2404 -- Doug Schepers to add errata item for root
&lt;br&gt;&amp;gt;   overflow -- due 2009-01-22 -- CLOSED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; [31]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [31] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; list activity
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: discussion about transforms, getIntersectionList, DOM
&lt;br&gt;&amp;gt;   constructors, image clarification, z-index
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: I wonder if alex addressed this to their satisfaction?
&lt;br&gt;&amp;gt;   ... a good example might help
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; suppose a filter brings in a greyscale image with feimage,
&lt;br&gt;&amp;gt;   then we do an rgb fecomponenttransfer. that should work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; it wont give an error
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; so that is what &amp;quot;as it its promoted to RGBA&amp;quot; means
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: when we say, &amp;quot;implement as if...&amp;quot;, then things that fall out
&lt;br&gt;&amp;gt;   of the model still have to work
&lt;br&gt;&amp;gt;   ... action to respond to image clarification email with concrete
&lt;br&gt;&amp;gt;   example
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;scribe&amp;gt; ACTION: ChrisL to respond to image clarification email with
&lt;br&gt;&amp;gt;   concrete example [recorded in
&lt;br&gt;&amp;gt;   [32]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; Created ACTION-2698 - Respond to image clarification
&lt;br&gt;&amp;gt;   email with concrete example [on Chris Lilley - due 2009-11-30].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ed: anthony addressed the transforms issues
&lt;br&gt;&amp;gt;   ... Dr. Olaf pointed to his older email... did we address this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   anthony: not sure
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   ChrisL: Dr. Olaf raised a good point, CSS didn't consider animation
&lt;br&gt;&amp;gt;   when they specified angles, which need to be normalized, and since
&lt;br&gt;&amp;gt;   they now have animation this affects them too... we should raise
&lt;br&gt;&amp;gt;   this with the CSS WG
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   anthony: I'll take a crack at replying to Dr. Olaf
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DOM constructors
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;anthony&amp;gt; scribe: anthony
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   DS: Just started off with basically describing
&lt;br&gt;&amp;gt;   ... what we had proposed
&lt;br&gt;&amp;gt;   ... because he didn't read the proposal page
&lt;br&gt;&amp;gt;   ... just ready the 'what sort of problems we have' page
&lt;br&gt;&amp;gt;   ... he also proposed that we use the innerHTML method for larger
&lt;br&gt;&amp;gt;   document fragments
&lt;br&gt;&amp;gt;   ... and Brois said that innerHTML has been optimised because
&lt;br&gt;&amp;gt;   browsers have to parse already
&lt;br&gt;&amp;gt;   ... so that's one thing they optermise for
&lt;br&gt;&amp;gt;   ... Boris seemed to be have mixed responses about sending in a
&lt;br&gt;&amp;gt;   property bag object for element constructors would help the
&lt;br&gt;&amp;gt;   performance
&lt;br&gt;&amp;gt;   ... I definitely under the impression from taking to implementers
&lt;br&gt;&amp;gt;   that setting attributes individually was a huge performance hit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ChrisL: if it's done right, it should be a performance
&lt;br&gt;&amp;gt;   gain, and is never a performance hit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   CL: It can be an atomic operation
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: and it's much nicer for authoring
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   DS: It's much nicer for authors
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: Jeff may not have considered the issue of the
&lt;br&gt;&amp;gt;   namespace of an element when he criticized using createElement as an
&lt;br&gt;&amp;gt;   element method
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: jwatt, what's your impression?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; jwatt: boris seemed to refute some of the performance
&lt;br&gt;&amp;gt;   points that Jeff pointed to
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ... but it's about ease of authoring, not so much
&lt;br&gt;&amp;gt;   performance
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ... boris says it's hard to predict performance
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;gt;   [33]&lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing&lt;/a&gt;&lt;br&gt;&amp;gt;   -algorithm
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [33]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing-algorithm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing-algorithm&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ed: have we verified that innerHTML would work with SVG?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ... I'm reading it, and it doesn't seem great for SVG
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; jwatt: I can test it, don't know offhand
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ACTION: jwatt to test innerHTML for applicability to SVG
&lt;br&gt;&amp;gt;   [recorded in
&lt;br&gt;&amp;gt;   [34]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;trackbot&amp;gt; Created ACTION-2699 - to test innerHTML for applicability
&lt;br&gt;&amp;gt;   to SVG [on Jonathan Watt - due 2009-11-30].
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: speaking of this, what's the standard way of
&lt;br&gt;&amp;gt;   doing ASV's printNode?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; jwatt: I have a wrapper
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;jwatt&amp;gt; [35]&lt;a href=&quot;http://www.mozilla.org/projects/svg/wrappers.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.org/projects/svg/wrappers.js&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     [35] &lt;a href=&quot;http://www.mozilla.org/projects/svg/wrappers.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.org/projects/svg/wrappers.js&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ed: maybe for innerHTML, it needs to be put into the
&lt;br&gt;&amp;gt;   foreign-content mode...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ... otherwise you have to wrap everything in &amp;lt;svg&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ChrisL&amp;gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;&amp;gt;   rv:1.9.3a1pre) Gecko/20091122 Minefield/3.7a1pre
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; &amp;lt;html&amp;gt;&amp;lt;svg id=&amp;quot;foo&amp;quot;&amp;gt;...&amp;lt;/svg&amp;gt;&amp;lt;script&amp;gt;$(&amp;quot;foo&amp;quot;).innerHTML=&amp;quot;&amp;lt;rect
&lt;br&gt;&amp;gt;   width='100' height='100' fill='green'/&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ed: anything that conflicts with HTML element names might
&lt;br&gt;&amp;gt;   cause a problem
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;ed&amp;gt; so test &amp;lt;font&amp;gt;, &amp;lt;video&amp;gt;, &amp;lt;audio&amp;gt;, &amp;lt;textArea&amp;gt;... any others?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; jwatt: about the F2F... I'm probably not coming
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ... mozilla thinks 4 meetings a year is too frequent
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: actually, I think it's 3 meetings a year now
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; shepazu: maybe we should examine who would be able to
&lt;br&gt;&amp;gt;   attend
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; ed: what about relocating it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;shepazu&amp;gt; trackbot, end telcon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Summary of Action Items
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   [NEW] ACTION: ChrisL to make funcURI consistent, and update tests
&lt;br&gt;&amp;gt;   [recorded in
&lt;br&gt;&amp;gt;   [36]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&amp;gt;   [NEW] ACTION: ChrisL to respond to image clarification email with
&lt;br&gt;&amp;gt;   concrete example [recorded in
&lt;br&gt;&amp;gt;   [37]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&amp;gt;   [NEW] ACTION: jwatt to test innerHTML for applicability to SVG
&lt;br&gt;&amp;gt;   [recorded in
&lt;br&gt;&amp;gt;   [38]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   [End of minutes]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-23-Nov-2009-tp26518199p26518689.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518470</id>
	<title>Re: More Ideas around DOM Constructors</title>
	<published>2009-11-25T11:03:12Z</published>
	<updated>2009-11-25T11:03:12Z</updated>
	<author>
		<name>Jeff Schiller</name>
	</author>
	<content type="html">Is there a proposal on how to handle attributes in different
&lt;br&gt;namespaces with DOM Constructors? &amp;nbsp;If we specify a property bag is it
&lt;br&gt;ok to just do:
&lt;br&gt;&lt;br&gt;{ fill: &amp;quot;red&amp;quot;, &amp;quot;xlink:href&amp;quot;, &amp;quot;foo.html&amp;quot; } ?
&lt;br&gt;&lt;br&gt;As long as xlink: lines up with a declared namespace prefix?
&lt;br&gt;&lt;br&gt;Or perhaps the reliance on the XLink namespace is going away ?
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;On Fri, Nov 20, 2009 at 11:26 AM, Jeff Schiller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518470&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;codedread@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; My apologies, I missed
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM#Constructors_for_Elements&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM#Constructors_for_Elements&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I really think that providing a constructor for each element type is a
&lt;br&gt;&amp;gt; bad idea.  I also think providing attributes in the constructor
&lt;br&gt;&amp;gt; signature is a bad idea.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I also missed &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/Simple_SVG_API#createChildNS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/Simple_SVG_API#createChildNS&lt;/a&gt;&lt;br&gt;&amp;gt; which seems to be inline with my thinking though it is adding new
&lt;br&gt;&amp;gt; methods on Element apparently.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I still think just adding a new (optional) argument to the standard
&lt;br&gt;&amp;gt; DOM methods is the right approach there - it's what people are
&lt;br&gt;&amp;gt; familiar with.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I also think innerMarkup is fine too if there is potential confusion
&lt;br&gt;&amp;gt; around innerHTML in a SVG context.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Jeff
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 11:17 AM, Jeff Schiller &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518470&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;codedread@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; First off, I assume the SVG WG wiki at
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/&lt;/a&gt;&amp;nbsp;is for WG members only?  If
&lt;br&gt;&amp;gt;&amp;gt; not, maybe I had an account before but lost the login info.  I tried
&lt;br&gt;&amp;gt;&amp;gt; to login via OpenID but it says that the pages are locked.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyway, I was reading
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM/JSON_Constructors&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/wiki/SVG_2_DOM/JSON_Constructors&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was also reading
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.slideshare.net/jaffathecake/optimising-where-it-hurts-jake-archibald&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.slideshare.net/jaffathecake/optimising-where-it-hurts-jake-archibald&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; yesterday.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyway, here are my thoughts on constructors.  I'll say up front that
&lt;br&gt;&amp;gt;&amp;gt; I'm not familiar with the WebIDL stuff that jwatt has mentioned
&lt;br&gt;&amp;gt;&amp;gt; several times, so my apologies if that has an impact on the following.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There are a variety of ways that DOM elements can be constructed.  In
&lt;br&gt;&amp;gt;&amp;gt; HTML land, there are pretty much two ways:  DOM Level 1 and
&lt;br&gt;&amp;gt;&amp;gt; innserHTML.  It seems that many browsers (IE, Mozilla, Opera) have
&lt;br&gt;&amp;gt;&amp;gt; optimized using innerHTML, though it's interesting that Webkit
&lt;br&gt;&amp;gt;&amp;gt; browsers actually suffer from innerHTML manipulation (see slide 84 of
&lt;br&gt;&amp;gt;&amp;gt; the above pack).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In SVG currently there is only the DOM createElement, setAttribute,
&lt;br&gt;&amp;gt;&amp;gt; appendChild route at the moment.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Not only is it very painful for users, but it's probably slower in
&lt;br&gt;&amp;gt;&amp;gt; Mozilla, Opera than it could be because there are (N+2) DOM calls you
&lt;br&gt;&amp;gt;&amp;gt; need to make to get the node into the DOM, where N = number of
&lt;br&gt;&amp;gt;&amp;gt; attributes you want to set.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On the other hand innerHTML has to take a JS string and parse it to
&lt;br&gt;&amp;gt;&amp;gt; create DOM elements, then attach the elements.  At some point, this
&lt;br&gt;&amp;gt;&amp;gt; must have an advantage in the case where you need to create a
&lt;br&gt;&amp;gt;&amp;gt; large-ish subtree of elements.  In other words, I'm not sure how well
&lt;br&gt;&amp;gt;&amp;gt; the chart on slide 84 would hold up if they had constructed large
&lt;br&gt;&amp;gt;&amp;gt; trees of nodes using DOM and then innerHTML and compared the two.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Here is my proposal, they are rather simple:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1) Extend createElement(), createElementNS() with a new argument.
&lt;br&gt;&amp;gt;&amp;gt; This new argument should be a name-value map of attributes.  In JS
&lt;br&gt;&amp;gt;&amp;gt; this would look like:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; createElement(&amp;quot;circle&amp;quot;, {cx: 40, cy:40, r:20, fill:&amp;quot;red&amp;quot;})
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As before, this returns the element, which you could then
&lt;br&gt;&amp;gt;&amp;gt; appendChild/insertBefore, etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This reduces the number of DOM calls by N.  It's actually fairly
&lt;br&gt;&amp;gt;&amp;gt; readable in my opinion and doesn't suffer from the order problem that
&lt;br&gt;&amp;gt;&amp;gt; jwatt mentions on the DOM wiki because we're only talking about
&lt;br&gt;&amp;gt;&amp;gt; attributes of a single element.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm not sure if language bindings are a problem here.  I really feel
&lt;br&gt;&amp;gt;&amp;gt; that if a language does not provide a non-ordered name-value map then
&lt;br&gt;&amp;gt;&amp;gt; it's not worth considering using these days (C++ std::map, Java Maps,
&lt;br&gt;&amp;gt;&amp;gt; Python dictionaries, etc), but I'm really interested in hearing about
&lt;br&gt;&amp;gt;&amp;gt; this from the WG.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2) For large-ish subtrees of DOM elements that need be created, the
&lt;br&gt;&amp;gt;&amp;gt; solution seems obvious to me:  Adopt the innerHTML property from HTML5
&lt;br&gt;&amp;gt;&amp;gt; for XML: &lt;a href=&quot;http://www.w3.org/TR/2008/WD-html5-20080610/dom.html#innerhtml1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/2008/WD-html5-20080610/dom.html#innerhtml1&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; including the algorithm for setting the contents.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Personally, I don't think worrying about 'HTML' in the name of the
&lt;br&gt;&amp;gt;&amp;gt; property matters these days, do you?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Jeff Schiller
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-Ideas-around-DOM-Constructors-tp26447018p26518470.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518199</id>
	<title>Minutes, SVG Telcon, 23 Nov 2009</title>
	<published>2009-11-25T10:46:15Z</published>
	<updated>2009-11-25T10:46:15Z</updated>
	<author>
		<name>Doug Schepers-3</name>
	</author>
	<content type="html">Hi, SVG Folks-
&lt;br&gt;&lt;br&gt;Here are the minutes for the SVG WG telcon of 23 Nov 2009:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Or as text below:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [1]W3C
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[1] &lt;a href=&quot;http://www.w3.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - DRAFT -
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SVG Working Group Teleconference
&lt;br&gt;&lt;br&gt;23 Nov 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; See also: [2]IRC log
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[2] &lt;a href=&quot;http://www.w3.org/2009/11/23-svg-irc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-irc&lt;/a&gt;&lt;br&gt;&lt;br&gt;Attendees
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Present
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ed, Shepazu, jwatt, Chris_Lilley, [IPcaller], anthony
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Regrets
&lt;br&gt;&amp;nbsp; &amp;nbsp; Chair
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ed
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Scribe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;anthony
&lt;br&gt;&lt;br&gt;Contents
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [3]Topics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1. [4]SVG 1.1 2nd Ed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2. [5]list activity
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3. [6]DOM constructors
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; * [7]Summary of Action Items
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Date: 23 November 2009
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; \me zakim, drop shepazu
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; scribenick: shepazu
&lt;br&gt;&lt;br&gt;SVG 1.1 2nd Ed
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [8]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[8] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/products/1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/products/1&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; 12 open issues, 22 open actions
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2013?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2013 -- Percentages in clipPath/pattern/filter/mask
&lt;br&gt;&amp;nbsp; &amp;nbsp; unintuitive -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [9]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[9] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; issue-2013?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2013 -- Percentages in clipPath/pattern/filter/mask
&lt;br&gt;&amp;nbsp; &amp;nbsp; unintuitive -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [10]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [10] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2013&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; moved to SVG Core 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: we will move this to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2017?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2017 -- Find sane values for getSubStringLength and
&lt;br&gt;&amp;nbsp; &amp;nbsp; selectSubString -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [11]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [11] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2017&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; ACTION-2325?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ACTION-2325 -- Doug Schepers to propose wording and
&lt;br&gt;&amp;nbsp; &amp;nbsp; examples for ISSUE-2107 -- due 2008-10-30 -- CLOSED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [12]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [12] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2325&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [13]&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/023&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/023&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; 9.html
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [13] 
&lt;br&gt;&lt;a href=&quot;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/0239.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.w3.org/Archives/Public/public-svg-wg/2008OctDec/0239.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; [14]&lt;a href=&quot;http://www.w3.org/2008/10/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2008/10/23-svg-minutes.html#action02&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [14] &lt;a href=&quot;http://www.w3.org/2008/10/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2008/10/23-svg-minutes.html#action02&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: heycam didn't see a strong argument either way
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... what should we do with this? close it or take it up again?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; jwatt: acid3 depends on this behavior?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: it did at one time
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... we did change the behavior in the spec for the better
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [15]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextCh&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextCh&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; apter
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [15] 
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextChapter&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/changes.html#TextChapter&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; shepazu: we might look at this more closely in SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: right
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; i think its closed, for 1.1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; jwatt: the current errata makes sense to me
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; resolution: close the issue
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2071?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2071 -- potential security hole involving
&lt;br&gt;&amp;nbsp; &amp;nbsp; pointer-events, filters, foreignObject, cross-origin IFRAMEs, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; elementFromPoint -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [16]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [16] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2071&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; resolution: move to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2113?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2113 -- animate-elem-35 -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [17]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [17] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2113&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; ISSUE-2213?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2213 -- Some issues in the definition of
&lt;br&gt;&amp;nbsp; &amp;nbsp; suspendRedraw/unsuspendRedraw/forceRedraw -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [18]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [18] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2213&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; resolution: defer to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2217?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2217 -- How units are resolved on an SVGLength is
&lt;br&gt;&amp;nbsp; &amp;nbsp; not defined -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [19]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [19] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2217&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: move to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2219?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2219 -- Missing test coverage for SVG 1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; properties -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [20]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [20] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2219&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; jwatt: we should put this off until we decide on the new test format
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: resolve in SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2259?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2259 -- Inconsistent use of &amp;lt;uri&amp;gt; symbol -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [21]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [21] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2259&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [22]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPa&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; thProperty
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [22] 
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPathProperty&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/masking.html#ClipPathProperty&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: didn't we resolve this in second edition?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: basically, this is rolling in changes we made in SVGT1.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... it should be easy to do
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: ChrisL to make funcURI consistent, and update tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [23]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2697 - Make funcURI consistent, and update
&lt;br&gt;&amp;nbsp; &amp;nbsp; tests [on Chris Lilley - due 2009-11-30].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [24]&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#Interfac&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#Interfac&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; eSVGViewSpec
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [24] 
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGViewSpec&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGViewSpec&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; issue-2263?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2263 -- The attributes on the SVGViewSpec interface
&lt;br&gt;&amp;nbsp; &amp;nbsp; are underspecified -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [25]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [25] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2263&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; shepazu: we will have to reexamine this in the context of the new
&lt;br&gt;&amp;nbsp; &amp;nbsp; SVG DOM API, anyway
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: defer to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2294?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2294 -- Adding an animated length attribute into a
&lt;br&gt;&amp;nbsp; &amp;nbsp; baseval length list -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [26]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [26] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2294&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; jwatt: I was going to write an email about this...
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... maybe we need some custom error about removing items from the
&lt;br&gt;&amp;nbsp; &amp;nbsp; original list (readonly)
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... maybe we should have a &amp;quot;copy&amp;quot; method?
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... let's address this in the new DOM API
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: move to SVG 2.0
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2299?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2299 -- Text on a path layout rules unclear wrt
&lt;br&gt;&amp;nbsp; &amp;nbsp; startpoint-on-the-path and text-anchor -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [27]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [27] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2299&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: I don't think they are contradictory, they seem to be saying
&lt;br&gt;&amp;nbsp; &amp;nbsp; the same thing in different ways
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... it's using &amp;quot;start point&amp;quot; for 2 different things...
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... it's talking about shifting the initial start point
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: it's ambiguous enough that implementations all do different
&lt;br&gt;&amp;nbsp; &amp;nbsp; things
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... but I'm not sure it's critical for SVG 1.1 2nd ed.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; shepazu: I want this fixed because it's important... could we start
&lt;br&gt;&amp;nbsp; &amp;nbsp; a 3rd edition errata in addition to SVG 2.0?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: we could do... we need to test all of this better, too
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: one way to start off easy is to have a straight line as the
&lt;br&gt;&amp;nbsp; &amp;nbsp; textPath for tests that describe the start point
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: good idea
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; resolution: keep as SVG 1.1 3rd edition errata, but duplicate for
&lt;br&gt;&amp;nbsp; &amp;nbsp; SVG 2.0, to make sure it's addressed in both
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; issue-2301?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ISSUE-2301 -- Text on a path layout rules unclear wrt
&lt;br&gt;&amp;nbsp; &amp;nbsp; startpoint-on-the-path and text-anchor (svg2) -- RAISED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [28]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [28] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/issues/2301&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: 23 pending actions left
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; s23 pending actions left/23 pending actions left left left
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; action-2077?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ACTION-2077 -- Erik Dahlström to test implementations for
&lt;br&gt;&amp;nbsp; &amp;nbsp; percentage values in clipPath, etc. -- due 2008-07-03 -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [29]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [29] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2077&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; action-2203?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ACTION-2203 -- Doug Schepers to add to the 1.1 Full
&lt;br&gt;&amp;nbsp; &amp;nbsp; errata that the initial value for the root overflow property is
&lt;br&gt;&amp;nbsp; &amp;nbsp; scroll rather than hidden -- due 2008-09-30 -- OPEN
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [30]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [30] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2203&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; action-2404?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; ACTION-2404 -- Doug Schepers to add errata item for root
&lt;br&gt;&amp;nbsp; &amp;nbsp; overflow -- due 2009-01-22 -- CLOSED
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; [31]&lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [31] &lt;a href=&quot;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Graphics/SVG/WG/track/actions/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;list activity
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: discussion about transforms, getIntersectionList, DOM
&lt;br&gt;&amp;nbsp; &amp;nbsp; constructors, image clarification, z-index
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: I wonder if alex addressed this to their satisfaction?
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... a good example might help
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; suppose a filter brings in a greyscale image with feimage,
&lt;br&gt;&amp;nbsp; &amp;nbsp; then we do an rgb fecomponenttransfer. that should work
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; it wont give an error
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; so that is what &amp;quot;as it its promoted to RGBA&amp;quot; means
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: when we say, &amp;quot;implement as if...&amp;quot;, then things that fall out
&lt;br&gt;&amp;nbsp; &amp;nbsp; of the model still have to work
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... action to respond to image clarification email with concrete
&lt;br&gt;&amp;nbsp; &amp;nbsp; example
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;scribe&amp;gt; ACTION: ChrisL to respond to image clarification email with
&lt;br&gt;&amp;nbsp; &amp;nbsp; concrete example [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [32]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2698 - Respond to image clarification
&lt;br&gt;&amp;nbsp; &amp;nbsp; email with concrete example [on Chris Lilley - due 2009-11-30].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ed: anthony addressed the transforms issues
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Dr. Olaf pointed to his older email... did we address this?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; anthony: not sure
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; ChrisL: Dr. Olaf raised a good point, CSS didn't consider animation
&lt;br&gt;&amp;nbsp; &amp;nbsp; when they specified angles, which need to be normalized, and since
&lt;br&gt;&amp;nbsp; &amp;nbsp; they now have animation this affects them too... we should raise
&lt;br&gt;&amp;nbsp; &amp;nbsp; this with the CSS WG
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; anthony: I'll take a crack at replying to Dr. Olaf
&lt;br&gt;&lt;br&gt;DOM constructors
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;anthony&amp;gt; scribe: anthony
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: Just started off with basically describing
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... what we had proposed
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... because he didn't read the proposal page
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... just ready the 'what sort of problems we have' page
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... he also proposed that we use the innerHTML method for larger
&lt;br&gt;&amp;nbsp; &amp;nbsp; document fragments
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... and Brois said that innerHTML has been optimised because
&lt;br&gt;&amp;nbsp; &amp;nbsp; browsers have to parse already
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... so that's one thing they optermise for
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... Boris seemed to be have mixed responses about sending in a
&lt;br&gt;&amp;nbsp; &amp;nbsp; property bag object for element constructors would help the
&lt;br&gt;&amp;nbsp; &amp;nbsp; performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; ... I definitely under the impression from taking to implementers
&lt;br&gt;&amp;nbsp; &amp;nbsp; that setting attributes individually was a huge performance hit
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ChrisL: if it's done right, it should be a performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; gain, and is never a performance hit
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; CL: It can be an atomic operation
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: and it's much nicer for authoring
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; DS: It's much nicer for authors
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: Jeff may not have considered the issue of the
&lt;br&gt;&amp;nbsp; &amp;nbsp; namespace of an element when he criticized using createElement as an
&lt;br&gt;&amp;nbsp; &amp;nbsp; element method
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: jwatt, what's your impression?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; jwatt: boris seemed to refute some of the performance
&lt;br&gt;&amp;nbsp; &amp;nbsp; points that Jeff pointed to
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ... but it's about ease of authoring, not so much
&lt;br&gt;&amp;nbsp; &amp;nbsp; performance
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ... boris says it's hard to predict performance
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; [33]&lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; -algorithm
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [33] 
&lt;br&gt;&lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing-algorithm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dev.w3.org/html5/spec/Overview.html#html-fragment-parsing-algorithm&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ed: have we verified that innerHTML would work with SVG?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ... I'm reading it, and it doesn't seem great for SVG
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; jwatt: I can test it, don't know offhand
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ACTION: jwatt to test innerHTML for applicability to SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [34]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;trackbot&amp;gt; Created ACTION-2699 - to test innerHTML for applicability
&lt;br&gt;&amp;nbsp; &amp;nbsp; to SVG [on Jonathan Watt - due 2009-11-30].
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: speaking of this, what's the standard way of
&lt;br&gt;&amp;nbsp; &amp;nbsp; doing ASV's printNode?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; jwatt: I have a wrapper
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;jwatt&amp;gt; [35]&lt;a href=&quot;http://www.mozilla.org/projects/svg/wrappers.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.org/projects/svg/wrappers.js&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [35] &lt;a href=&quot;http://www.mozilla.org/projects/svg/wrappers.js&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mozilla.org/projects/svg/wrappers.js&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ed: maybe for innerHTML, it needs to be put into the
&lt;br&gt;&amp;nbsp; &amp;nbsp; foreign-content mode...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ... otherwise you have to wrap everything in &amp;lt;svg&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ChrisL&amp;gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;&amp;nbsp; &amp;nbsp; rv:1.9.3a1pre) Gecko/20091122 Minefield/3.7a1pre
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; &amp;lt;html&amp;gt;&amp;lt;svg id=&amp;quot;foo&amp;quot;&amp;gt;...&amp;lt;/svg&amp;gt;&amp;lt;script&amp;gt;$(&amp;quot;foo&amp;quot;).innerHTML=&amp;quot;&amp;lt;rect
&lt;br&gt;&amp;nbsp; &amp;nbsp; width='100' height='100' fill='green'/&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ed: anything that conflicts with HTML element names might
&lt;br&gt;&amp;nbsp; &amp;nbsp; cause a problem
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ed&amp;gt; so test &amp;lt;font&amp;gt;, &amp;lt;video&amp;gt;, &amp;lt;audio&amp;gt;, &amp;lt;textArea&amp;gt;... any others?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; jwatt: about the F2F... I'm probably not coming
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ... mozilla thinks 4 meetings a year is too frequent
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: actually, I think it's 3 meetings a year now
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; shepazu: maybe we should examine who would be able to
&lt;br&gt;&amp;nbsp; &amp;nbsp; attend
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; ed: what about relocating it?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;shepazu&amp;gt; trackbot, end telcon
&lt;br&gt;&lt;br&gt;Summary of Action Items
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: ChrisL to make funcURI consistent, and update tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [36]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action01&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action01&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: ChrisL to respond to image clarification email with
&lt;br&gt;&amp;nbsp; &amp;nbsp; concrete example [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [37]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action02&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action02&lt;/a&gt;]
&lt;br&gt;&amp;nbsp; &amp;nbsp; [NEW] ACTION: jwatt to test innerHTML for applicability to SVG
&lt;br&gt;&amp;nbsp; &amp;nbsp; [recorded in
&lt;br&gt;&amp;nbsp; &amp;nbsp; [38]&lt;a href=&quot;http://www.w3.org/2009/11/23-svg-minutes.html#action03&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2009/11/23-svg-minutes.html#action03&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; [End of minutes]
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Minutes%2C-SVG-Telcon%2C-23-Nov-2009-tp26518199p26518199.html" />
</entry>

</feed>
