More SVG2 requirements added (mostly in text.html).
authortbah <tavmjong@free.fr>
Tue, 24 Apr 2012 11:44:31 +0200
changeset 31 c3a47302b4cc
parent 30 80bbf32bb678
child 32 655ef6b66bc3
More SVG2 requirements added (mostly in text.html).
master/publish.xml
master/struct.html
master/text.html
--- a/master/publish.xml	Mon Apr 23 16:27:28 2012 +0200
+++ b/master/publish.xml	Tue Apr 24 11:44:31 2012 +0200
@@ -6,7 +6,7 @@
   <maturity>ED</maturity>
   <output use-publish-directory='true' publish-directory='build/publish'/>
 
-  <publication-date>2012-03-30</publication-date>
+  <publication-date>2012-04-24</publication-date>
 
   <versions>
     <cvs href='http://dvcs.w3.org/hg/svg2'/>
--- a/master/struct.html	Mon Apr 23 16:27:28 2012 +0200
+++ b/master/struct.html	Tue Apr 24 11:44:31 2012 +0200
@@ -936,6 +936,24 @@
 
     <div class="annotation">
       <p>
+	SVG2 Requirement: Have a method for &gt;image&lt; to select a part of an image to display, maybe by allowing viewBox on it.
+      </p>
+      <p>
+	Resolution: We will have a method for &lt;image&gt; to select a part of an image to display, maybe by allowing viewBox on it.
+      </p>
+      <p>
+	<a href="http://www.w3.org/2011/10/27-svg-irc#T18-45-13">Pre-TPAC F2F Day 1</a>.
+      </p>
+      <p>
+	Purpose: Allow selection of part of an image.
+      </p>
+      <p>
+	Owner: ?.
+      </p>
+    </div>
+
+    <div class="annotation">
+      <p>
 	SVG2 Requirement: Support CSS3 image-fit.
       </p>
       <p>
--- a/master/text.html	Mon Apr 23 16:27:28 2012 +0200
+++ b/master/text.html	Tue Apr 24 11:44:31 2012 +0200
@@ -14,17 +14,186 @@
 
 <h1>Text</h1>
 
+<!-- THESE ANNOTATIONS NEED TO BE MOVED TO PROPER SECTIONS -->
+
 <div class="annotation">
   <p>
-    Resolution: SVG2 will use CSS3 definitions for text layout
-    (whitespacing, bidi, etc) that is not specific to SVG.
+    SVG2 Requirement: Require automatic text wrapping in arbitrary shapes compatible with CSS.
   </p>
   <p>
-    <a href="http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Resolutions#SVG2_will_use_CSS3_definitions_for_text_layout_.28whitespacing.2C_bidi.2C_etc.29_that_is_not_specific_to_SVG">Seattle 2011 F2F Day 3</a>.
+    Resolution: SVG2 will require automatic textwrapping compatible with CSS.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/11/17-svg-irc#T22-04-11">Conference call 2012-11-17</a>.
+  </p>
+  <p>
+    Purpose: Text in flow charts, etc.
+  </p>
+  <p>
+    Owner: Tav.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Support glyphs being aligned to different baselines, perhaps by using existing or improved CSS properties 
+  </p>
+  <p>
+    Resolution: SVG2 will support glyphs being aligned to different baselines, perhaps by using existing or improved CSS properties.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2012/03/15-svg-irc#T21-07-21">Pre-TPAC F2F Day 1</a>.
+  </p>
+  <p>
+    Purpose: Allows aligning of different sized glyphs along a baseline other than alphabetic.
+  </p>
+  <p>
+    Owner: Chris.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Clarify the stretch method for textpath.
+  </p>
+  <p>
+    Resolution: We will clarify method=stretch on textPath elements.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/11/17-svg-irc#T22-23-10">Conference call 2011-11-17</a>.
+  </p>
+  <p>
+    Purpose: Better definition of how glyphs should be stretched.
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Have a way to specify flip-invariant text.
+  </p>
+  <p>
+    Resolution: SVG2 will have a way to specify flip-invariant text.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/11/17-svg-irc#T22-26-26">Conference call 2011-11-17</a>.
+  </p>
+  <p>
+    Purpose: Keep text readable if image flipped.
+  </p>
+  <p>
+    Owner: Doug.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Allow transforms on tspan.
+  </p>
+  <p>
+    Resolution: SVG2 will allow transforms on tspan.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/12/01-svg-irc#T21-02-34">Conferene call 2011-12-01</a>.
+  </p>
+  <p>
+    Purpose: Align with other elements such as &lt;a&gt; which already allow transforms.
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Have a DOM method to convert a &lt;text&gt; element to outline path data.
+  </p>
+  <p>
+    Resolution: Add a DOM method to convert a &lt;text&gt; element to outline path data and possible migrate to fx.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2012/01/13-svg-irc#T05-07-07">Sydney F2F day 4</a>.
+  </p>
+  <p>
+    Purpose: Allow manipulation of text as a path (while still keeping it as text).
+  </p>
+  <p>
+    Owner: Cameron.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Include the improved text from SVG Tiny 1.2 on characters and glyphs, text layout, text selection, text search.
+  </p>
+  <p>
+    Resolution: SVG 2 will include the improved text from SVG Tiny 1.2 on characters and glyphs, text layout, text selection, text search.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2012/02/02-svg-minutes.html#action05">Conference call 2012-02-02</a>.
+  </p>
+  <p>
+    Purpose: Include more clear SVG Tiny 1.2 text, no functional change.
+  </p>
+  <p>
+    Owner: Chris (Action-3236).
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Use CSS3 definitions for text layout (whitespacing, bidi, etc) that is not specific to SVG .
+  </p>
+  <p>
+    Resolution: SVG2 will use CSS3 definitions for text layout (whitespacing, bidi, etc) that is not specific to SVG.
+  </p>
+  <p>
+    <a href="http://www.w3.org/2011/07/29-svg-minutes.html#item08">Seattle 2011 F2F Day 3</a>.
   </p>
   <p>
     Purpose: Align with CSS3.
   </p>
+  <p>
+    Owner: Cameron.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+	SVG2 Requirement: Add text-overflow.
+  </p>
+  <p>
+	Resolution: We will add text-overflow in SVG2.
+  </p>
+  <p>
+	<a href="http://www.w3.org/2011/03/03-svg-minutes.html#item04">Conference call 2011-03-03</a>.
+  </p>
+  <p>
+	Purpose: Align with CSS. Indicate that not all text is shown.
+  </p>
+  <p>
+	Owner: Erik.
+  </p>
+</div>
+
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Remove the restriction of tref pointing to only an SVG document fragment.
+  </p>
+  <p>
+    Resolution: We agree to remove the restriction of tref pointing to only an SVG document fragment.
+  </p>
+  <p>
+    <a href="http://lists.w3.org/Archives/Public/public-svg-wg/2009JulSep/att-0094/26-svg-minutes-last-topic.html#item01">Mountain View F2F 2009 Day 1</a>.
+  </p>
+  <p>
+    Purpose: Allow easier text substitution.
+  </p>
+  <p>
+    Owner: Cameron (Action-3130).
+  </p>
 </div>