Add annotation for object-fit/object-position.
authorCameron McCormack <cam@mcc.id.au>
Wed, 25 Jul 2012 08:03:46 +1000
changeset 223 9cb86e91e1ba
parent 222 cc34a5c7f968
child 224 28aa4eaded2a
Add annotation for object-fit/object-position.
master/coords.html
--- a/master/coords.html	Tue Jul 31 17:31:08 2012 +0900
+++ b/master/coords.html	Wed Jul 25 08:03:46 2012 +1000
@@ -12,6 +12,14 @@
 </head>
 <body>
 
+<div class="annotation">
+	<p>SVG2 Requirement: Support the object sizing properties from css3-images.</p>
+	<p>Resolution: SVG 2 will require object-fit and object-position.</p>
+	<p><a href="http://www.w3.org/2011/03/03-svg-minutes.html#item01">Auckland F2F Minutes 2012 Day 3</a>.</p>
+	<p>Purpose: To provide more usable object fitting functionality and to align with CSS.</p>
+	<p>Owner: Cameron.</p>
+</div>
+
 <h1>Coordinate Systems, Transformations and Units</h1>
 
 <h2 id="Introduction">Introduction</h2>