- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Fri, 10 Jan 2014 17:46:33 -0800
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/9600e5f3ab20 branches: changeset: 578:9600e5f3ab20 user: Cameron McCormack <cam@mcc.id.au> date: Sat Jan 11 12:44:23 2014 +1100 description: Fix incorrect entry in the Changes appendix about new "auto" value for <image width="" height="">. diffstat: master/Overview.html | 2 +- master/changes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diffs (44 lines): diff --git a/master/Overview.html b/master/Overview.html --- a/master/Overview.html +++ b/master/Overview.html @@ -164,17 +164,17 @@ However, for translations in other langu <edit:minitoc/> </div> <h2 id="Acknowledgments">Acknowledgments</h2> <p>The SVG Working Group would like to thank the following people for contributing to this specification by raising issues that resulted in changes: -David Zbarsky. +Robert Longson, David Zbarsky. </p> <p>In addition, the SVG Working Group would like to acknowledge the contributions of the editors and authors of the previous versions of SVG – as much of the text in this document derives from these earlier specifications – including:</p> <ul class="old-editor-list"> diff --git a/master/changes.html b/master/changes.html --- a/master/changes.html +++ b/master/changes.html @@ -90,17 +90,17 @@ have been made.</p> <ul> <li>Deprecated the <code>suspendRedraw</code>, <code>unsuspendRedraw</code> and <code>unsuspendRedrawAll</code> methods in the SVGSVGElement interface.</li> <li>Removed the <span class="attr-name">'externalResourcesRequired'</span> attribute.</li> <li>Added the <a>'discard'</a> element and the <span class="attr-name">'timelineBegin'</span> and <span class="attr-name">'playbackOrder'</span> attributes on the <a>'svg'</a> element, as defined in SVG Tiny 1.2.</li> - <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>Added the ability to use <span class="attr-value">'auto'</span> for the <a>'image/width'</a> and <a>'image/height'</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>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>.</li>
Received on Saturday, 11 January 2014 01:46:57 UTC