Fix incorrect entry in the Changes appendix about new "auto" value for <image width="" height="">.
authorCameron McCormack <cam@mcc.id.au>
Sat, 11 Jan 2014 12:44:23 +1100
changeset 578 9600e5f3ab20
parent 577 d5404f7c7a6f
child 579 72fc2239c62b
Fix incorrect entry in the Changes appendix about new "auto" value for <image width="" height="">.
master/Overview.html
master/changes.html
--- a/master/Overview.html	Tue Dec 17 16:24:20 2013 -0600
+++ b/master/Overview.html	Sat Jan 11 12:44:23 2014 +1100
@@ -169,7 +169,7 @@
 <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
--- a/master/changes.html	Tue Dec 17 16:24:20 2013 -0600
+++ b/master/changes.html	Sat Jan 11 12:44:23 2014 +1100
@@ -95,7 +95,7 @@
 
   <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>