- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Thu, 13 Jun 2013 15:05:54 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/a38672e90f95
branches:
changeset: 511:a38672e90f95
user: Cameron McCormack <cam@mcc.id.au>
date: Fri Jun 14 08:01:00 2013 +1000
description:
Fix links.
details: https://svgwg.org/hg/svg2/rev/021bd2e65942
branches:
changeset: 512:021bd2e65942
user: Cameron McCormack <cam@mcc.id.au>
date: Fri Jun 14 08:03:26 2013 +1000
description:
Update for WD.
diffstat:
master/changes.html | 2 +-
master/publish.xml | 12 +++++-------
2 files changed, 6 insertions(+), 8 deletions(-)
diffs (64 lines):
diff --git a/master/changes.html b/master/changes.html
--- a/master/changes.html
+++ b/master/changes.html
@@ -99,17 +99,17 @@ have been made.</p>
<li>Added the ability to use <span class="attr-value">'auto'</span> for the <a>'image/x'</a> and <a>'image/y'</a> attributes on <a>'image'</a>.</li>
<li>Lifted the restriction on <a>'use'</a> not being able to reference an entire document.</li>
<li>Added <a>'lang'</a> attribute on <a>'desc'</a> and <a>'title'</a> elements.</li>
<li>Added section on WAI-ARIA attributes.</li>
- <li><div class="added-since-last-wd">Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a>currentScale</a> or <a>currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</div></li>
+ <li><div class="added-since-last-wd">Clarified that CSS transforms on an <a>outermost svg element</a> do not affect <a href="struct.html#__svg__SVGSVGElement__currentScale">currentScale</a> or <a href="struct.html#__svg__SVGSVGElement__currentTranslate">currentTranslate</a>. Defined the returned values on <a>'svg'</a> elements that are not <a>outermost svg element</a>.</div></li>
</ul>
<h3 id="styling">Styling chapter</h3>
<ul>
<li>Removed the <span class="attr-name">'contentStyleType'</span> attribute.</li>
</ul>
diff --git a/master/publish.xml b/master/publish.xml
--- a/master/publish.xml
+++ b/master/publish.xml
@@ -1,33 +1,31 @@
<!-- Publication script configuration for SVG 2. -->
<publish-conf xmlns='http://mcc.id.au/ns/local'>
<title>Scalable Vector Graphics (SVG) 2</title>
<short-title>SVG 2</short-title>
- <maturity>ED</maturity>
+ <maturity>WD</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-04-09</publication-date>
- -->
+ <publication-date>2013-06-18</publication-date>
<versions>
<cvs href='https://svgwg.org/svg2-draft/'/>
<cvs-single href='https://svgwg.org/svg2-draft/single-page.html'/>
- <this href='http://www.w3.org/TR/2012/WD-SVG2-20130409/'/>
- <this-single href='http://www.w3.org/TR/2012/WD-SVG2-20130409/single-page.html'/>
- <previous href='http://www.w3.org/TR/2012/WD-SVG2-20120828/'/>
+ <this href='http://www.w3.org/TR/2012/WD-SVG2-20130618/'/>
+ <this-single href='http://www.w3.org/TR/2012/WD-SVG2-20130618/single-page.html'/>
+ <previous href='http://www.w3.org/TR/2012/WD-SVG2-20130409/'/>
<latest href='http://www.w3.org/TR/SVG2/'/>
<latestrec href='http://www.w3.org/TR/SVG/'/>
</versions>
<definitions href='definitions.xml'/>
<definitions href='definitions-filters.xml' base='http://www.w3.org/TR/2012/WD-filter-effects-20121025/'/>
<definitions href='definitions-masking.xml' base='http://www.w3.org/TR/2012/WD-css-masking-20121115/'/>
<definitions href='definitions-compositing.xml' base='http://www.w3.org/TR/2012/WD-compositing-20120816/'/>
Received on Thursday, 13 June 2013 22:06:19 UTC