- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 10 Apr 2014 09:07:34 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/c29afd6d4ad0
branches:
changeset: 658:c29afd6d4ad0
user: Cameron McCormack <cam@mcc.id.au>
date: Fri Apr 11 02:07:03 2014 +1000
description:
Tweak SotD and specification name / shortname.
diffstat:
specs/integration/master/Overview.html | 3 ++-
specs/integration/master/publish.xml | 13 ++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (68 lines):
diff --git a/specs/integration/master/Overview.html b/specs/integration/master/Overview.html
--- a/specs/integration/master/Overview.html
+++ b/specs/integration/master/Overview.html
@@ -156,17 +156,18 @@ SVG documents can normatively reference.
<h2 id="status">Status of This Document</h2>
<p><em>This section describes the status of this document at the time of its
publication. Other documents may supersede this document. A list of current W3C
publications and the latest revision of this technical report can be found in
the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/</em>.</p>
<p>This document is the <edit:date/> <strong><edit:maturity/></strong> of <edit:shorttitle/>.
-<span class="issue">Custom SotD information goes here.</span></p>
+The purpose of this specification is to define how SVG documents that are
+referenced from SVG and HTML documents, and from CSS properties, are processed.</p>
<p>Comments on this <edit:maturity/> are welcome.
Comments can be sent to <a href="mailto:www-svg@w3.org" class='url'>www-svg@w3.org</a>,
the public email list for issues related to vector graphics on the Web. This list is
<a href="http://lists.w3.org/Archives/Public/www-svg/">archived</a> and
senders must agree to have their message publicly archived from their
first posting. To subscribe send an email to
<a href="mailto:www-svg-request@w3.org" class='url'>www-svg-request@w3.org</a> with
diff --git a/specs/integration/master/publish.xml b/specs/integration/master/publish.xml
--- a/specs/integration/master/publish.xml
+++ b/specs/integration/master/publish.xml
@@ -1,35 +1,34 @@
-<!-- Publication script for SPECIFICATION. -->
-<!-- (This template is for a single page spec.) -->
+<!-- Publication script for SVG Integration. -->
<publish-conf xmlns='http://mcc.id.au/ns/local'>
- <title>SVG Integration 1.0</title>
- <short-title>SVG Integration 1.0</short-title>
+ <title>SVG Integration</title>
+ <short-title>SVG Integration</short-title>
<maturity>ED</maturity>
<output use-publish-directory='true' publish-directory='build/publish'/>
<!--
Uncomment the publication date when it is time to publish on
http://www.w3.org/TR/. While an Editor's Draft, leave this
commented out and the last commit date will be used as the
document's date.
-->
<!--
<publication-date>2013-xx-xx</publication-date>
-->
<versions>
<cvs href='https://dvcs.w3.org/hg/svg2/specs/integration'/>
- <this href='http://www.w3.org/TR/2013/WD-SVGIntegration-2013xxxx'/>
+ <this href='http://www.w3.org/TR/2014/WD-svg-integration-2014xxxx'/>
<!--
- <previous href='http://www.w3.org/TR/2013/WD-SVGIntegration-2013xxxx'/>
+ <previous href='http://www.w3.org/TR/2014/WD-svg-integration-2014xxxx'/>
-->
- <latest href='http://www.w3.org/TR/SVGIntegration/'/>
+ <latest href='http://www.w3.org/TR/svg-integration/'/>
</versions>
<definitions href='definitions.xml' specid='Integration'/>
<definitions href='../../../master/definitions.xml' base='http://www.w3.org/TR/SVG2/' specid='SVG2'/>
<definitions href='../../../master/definitions-filters.xml' base='http://www.w3.org/TR/2012/WD-filter-effects-20121025/' specid='Filters' mainspec='SVG2'/>
<definitions href='../../../master/definitions-masking.xml' base='http://www.w3.org/TR/2012/WD-css-masking-20121115/' specid='Masking' mainspec='SVG2'/>
<definitions href='../../../master/definitions-compositing.xml' base='http://www.w3.org/TR/2012/WD-compositing-20120816/' specid='Compositing' mainspec='SVG2'/>
<definitions href='definitions-SVG11.xml' base='http://www.w3.org/TR/SVG11/' specid='SVG11'/>
Received on Thursday, 10 April 2014 16:08:02 UTC