Add annotation for migrating to css3-linebox baseline properties
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 00:59:45 +1000
changeset 42 6ad49f31d256
parent 41 802e0be15fbd
child 43 bec16b4ce84e
Add annotation for migrating to css3-linebox baseline properties
master/text.html
--- a/master/text.html	Tue May 08 00:54:08 2012 +1000
+++ b/master/text.html	Tue May 08 00:59:45 2012 +1000
@@ -196,6 +196,26 @@
   </p>
 </div>
 
+<div class="annotation">
+  <p>
+    SVG2 Requirement: Deprecate baseline-shift and use vertical-align instead
+  </p>
+  <p>
+    Resolution: SVG 2 will deprecate baseline-shift and use vertical-align
+    <em>(although we will not actually deprecate baseline-shift, but incorporate
+    the vertical-align shorthand and all the baseline properties that css3-linebox
+    defines)</em>
+  </p>
+  <p>
+    <a href="http://www.w3.org/2012/01/13-svg-irc#T03-24-06">Sydney F2F 2012 Day 4</a>.
+  </p>
+  <p>
+    Purpose: To align with CSS.
+  </p>
+  <p>
+    Owner: Cameron (ACTION-3281)
+  </p>
+</div>
 
 <h2 id="Introduction">Introduction</h2>