Add a few SVG requirements to struct.html.
--- a/master/struct.html Thu Apr 05 14:57:22 2012 +0200
+++ b/master/struct.html Mon Apr 23 16:27:28 2012 +0200
@@ -121,6 +121,25 @@
</dd>
-->
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Allow transform on the <SVG> element.
+ </p>
+ <p>
+ Resolution: We will allow transform on <svg> in SVG2.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/10/28-svg-irc#T00-23-44">Pre-TPAC F2F</a>.
+ </p>
+ <p>
+ Purpose: Allow transforms on nested <SVG> images.
+ </p>
+ <p>
+ Owner: Dirk.
+ </p>
+ </div>
+
+
<div class="adef-list">
<p><em>Attribute definitions:</em></p>
<dl>
@@ -295,6 +314,25 @@
</svg>
]]></pre>
+<div class="annotation">
+ <p>
+ SVG2 Requirement: Have unknown elements treated as <g> for the purpose of rendering.
+ </p>
+ <p>
+ Resolution: Accept having unknown elements treated as <g> for the purpose of rendering. However, the groups wants community feedback on how much content would be impacted.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2012/01/13-svg-irc#T00-26-56">Sydney Meeting</a>.
+ </p>
+ <p>
+ Purpose: Allow fallbacks without use of featureString.(?)
+ </p>
+ <p>
+ Owner: ?.
+ </p>
+</div>
+
+
<p>Any element that is not contained within a <a>'g'</a> is treated (at
least conceptually) as if it were in its own group.</p>
@@ -878,6 +916,42 @@
<p>Unlike <a>'use'</a>, the <a>'image'</a> element cannot reference
elements within an SVG file.</p>
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Auto-size image.
+ </p>
+ <p>
+ Resolution: We will allow auto-sized images in SVG2.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/10/27-svg-irc#T18-52-24">Pre-TPAC F2F Day 1</a>.
+ </p>
+ <p>
+ Purpose: Allow raster images to use own size without the need to set width and height.
+ </p>
+ <p>
+ Owner: Cameron.
+ </p>
+ </div>
+
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Support CSS3 image-fit.
+ </p>
+ <p>
+ Resolution: SVG2 will depend on CSS3 Image Values and CSS4 Image Values.
+ </p>
+ <p>
+ <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#CSS_Spec_dependencies">Seattle 2011 F2F Day 3</a>.
+ </p>
+ <p>
+ Purpose: Align with CSS WG preserveAspectRatio.
+ </p>
+ <p>
+ Owner: Erik.
+ </p>
+ </div>
+
<div class="adef-list">
<p><em>Attribute definitions:</em></p>
<dl>
@@ -1285,6 +1359,24 @@
Elements that might contain character data content have
attributes <a>'xml:lang'</a> and <a>'xml:space'</a>.
+ <div class="annotation">
+ <p>
+ SVG2 Requirement: Deprecate the use of xml:space to effect layout and will use the CSS white-space property.
+ </p>
+ <p>
+ Resolution: We drop xml:space from SVG 2 and remove the relating tests from the SVG 1.1. test suite.
+ </p>
+ <p>
+ <a href="http://www.w3.org/2011/03/03-svg-minutes.html#item04">Auckland F2F Day 5</a>.
+ </p>
+ <p>
+ Purpose: Align with CSS.
+ </p>
+ <p>
+ Owner: Chris/Jonathon (<a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3004">Action 3004</a> and <a href="http://www.w3.org/Graphics/SVG/WG/track/actions/3005"> Action 3005)</a>.
+ </p>
+ </div>
+
<div class="adef-list">
<p><em>Attribute definitions:</em></p>
<dl>