Graphics-FX/modules/filters/master SVGFilter.html,1.1,1.2

Update of /sources/public/Graphics-FX/modules/filters/master
In directory hutz:/tmp/cvs-serv14658

Modified Files:
	SVGFilter.html 
Log Message:
Added Dean Jackson as editor. SVG Filters 1.2 -> Filter Effects 1.0.

Index: SVGFilter.html
===================================================================
RCS file: /sources/public/Graphics-FX/modules/filters/master/SVGFilter.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SVGFilter.html	7 Jan 2011 13:03:13 -0000	1.1
+++ SVGFilter.html	21 Feb 2011 15:19:10 -0000	1.2
@@ -4,7 +4,7 @@
  xmlns:edit="http://xmlns.grorg.org/SVGT12NG/" xml:lang="en" lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <title>SVG Filters 1.2, Part 2: Language</title>
+  <title>Filter Effects 1.0: Language</title>
   <link rel="stylesheet" type="text/css" href="style/svg-style.css" />
   <link rel="stylesheet" type="text/css" href="style/svg-style-extra.css"/>
   <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base" />
@@ -14,7 +14,7 @@
 
 <div class="head">
   <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a></p>
-  <h1 id="pagetitle">SVG Filters 1.2, Part 2: Language</h1>
+  <h1 id="pagetitle">Filter Effects 1.0: Language</h1>
   <h2 id="pagesubtitle">W3C <edit:maturity/> <em><edit:date/></em></h2>
   <dl>
     <dt>This version:</dt>
@@ -23,10 +23,11 @@
     <dd><edit:latestversion/></dd>
     <dt>Previous version:</dt>
     <dd><edit:previousversion/></dd>
-    <dt>Editor:</dt>
-    <dd>Erik Dahlström, Opera Software &lt;<a href="mailto:ed@opera.com">ed@opera.com</a>&gt;</dd>
+    <dt>Editors:</dt>
+    <dd><a href="mailto:ed@opera.com">Erik Dahlström</a>, (<a href="http://www.opera.com/">Opera Software ASA</a>)</dd>
+    <dd><a href="mailto:dino@apple.com">Dean Jackson</a> (<a href="http://www.apple.com/">Apple Inc</a>)</dd>
     <dt>Authors:</dt>
-    <dd>The authors of this specification are the participants of the W3C SVG Working Group.</dd>
+    <dd>The authors of this specification are the participants of the W3C SVG and CSS Working Groups.</dd>
   </dl>
   <edit:copyright/>
 </div>
@@ -51,7 +52,7 @@
 of this document series is maintained at the W3C. </em> </p>
 
 <p>This document is the first public working draft of this specification.
-There is an accompanying <a href="#SVG12FilterPrimer">SVG Filters 1.2, Part
+There is an accompanying <a href="#SVG12FilterPrimer">Filter Effects 1.0, Part
 1: Primer</a> that lists the ways SVG filters may be used. </p>
 
 <p>This document has been produced by the <a
@@ -61,17 +62,17 @@
 </p>
 
 <p>We explicitly invite comments on this specification. Please send them to
-<a href="mailto:www-svg@w3.org">www-svg@w3.org</a> (<a
-href="http://lists.w3.org/Archives/Public/www-svg/">archives</a>).
+<a href="mailto:public-fx@w3.org">public-fx@w3.org</a> (<a
+href="http://lists.w3.org/Archives/Public/public-fx/">archives</a>).
 Acceptance of the archiving policy is requested automatically upon first post to the
-list. To subscribe to the list send an email to <a href="mailto:www-svg-request@w3.org">www-svg-request@w3.org</a> with
+list. To subscribe to the list send an email to <a href="mailto:public-fx-request@w3.org">public-fx-request@w3.org</a> with
 the word subscribe in the subject line. </p>
 
 <p>The latest information regarding <a
 href="http://www.w3.org/Graphics/SVG/Disclosures">patent disclosures</a>
 related to this document is available on the Web. As of this publication, the
 SVG Working Group are not aware of any royalty-bearing patents they believe
-to be essential to SVG. </p>
+to be essential to SVG.</p>
 
 <p>Publication of this document does not imply endorsement by the W3C
 membership. A list of current W3C Recommendations and other technical
@@ -83,7 +84,7 @@
 
 <h2 id="howto" edit:toc="no">How to read this document and give feedback</h2>
 
-<p>This draft of SVG Filters is essentially the filter chapter from <a
+<p>This draft of Filter Effects 1.0 is essentially the filter chapter from <a
 href="#ref-svg11">SVG 1.1</a>. One of the goals is that this specification
 can be re-used more easily by other specifications that want to have filter
 effects. Some things that have been changed are: error handling is more
@@ -92,7 +93,7 @@
 
 <p>The main purpose of this document is to encourage public feedback. The
 best way to give feedback is by sending an email to <a
-href="mailto:www-svg@w3.org">www-svg@w3.org</a>. Please
+href="mailto:public-fx@w3.org">public-fx@w3.org</a>. Please
 include some kind of keyword that identifies the area of the specification
 the comment is referring to in the subject line of your message (e.g "Section
 X.Y - the 'filter' property" or "Filtering primitive handling"). If you have
@@ -3431,16 +3432,16 @@
 to the pixel data for a filter.
 </div>
 
-<h2 id="RelaxNG">RelaxNG Schema for SVG Filters 1.2</h2>
+<h2 id="RelaxNG">RelaxNG Schema for Filter Effects 1.0</h2>
 
-<p>The schema for SVG Filters 1.2 is written in <a
+<p>The schema for Filter Effects 1.0 is written in <a
 href="http://www.y12.doe.gov/sgml/sc34/document/0362_files/relaxng-is.pdf">RelaxNG</a>
 [<a href="#ref-RNG">RelaxNG</a>], a namespace-aware schema language that uses
 the datatypes from <a
 href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">XML Schema Part
 2</a> [<a href="#ref-Schema2">Schema2</a>]. This allows namespaces and
 modularity to be much more naturally expressed than using DTD syntax. The
-RelaxNG schema for SVG Filter 1.2 may be imported by other RelaxNG schemas,
+RelaxNG schema for Filter Effects 1.0 may be imported by other RelaxNG schemas,
 or combined with other schemas in other languages into a multi-namespace,
 multi-grammar schema using <a
 href="http://www.asahi-net.or.jp/~eb2m-mrt/dsdl/">Namespace-based Validation

Received on Monday, 21 February 2011 15:19:14 UTC