csswg/css3-transforms Overview.html,1.2,1.3

Update of /sources/public/csswg/css3-transforms
In directory hutz:/tmp/cvs-serv30823

Modified Files:
	Overview.html 
Log Message:
Generated spec. from previous changes to src.html

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-transforms/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	27 Oct 2011 01:38:57 -0000	1.2
+++ Overview.html	28 Oct 2011 16:33:42 -0000	1.3
@@ -5,7 +5,7 @@
  <head profile="http://www.w3.org/2006/03/hcard"><meta
   content="text/html; charset=utf-8" http-equiv=Content-Type>
 
-  <title>CSS Exclusions and Shapes Module Level 1</title>
+  <title>CSS Transforms</title>
   <link href=default.css rel=stylesheet type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
@@ -41,6 +41,37 @@
         opacity: 1;
         color: #46A4E9;
     }
+    
+    
+
+     div.issue-marker {
+         position: absolute;
+         width: 20ex;
+         margin-left: -26ex;
+         padding-right: 0.5em;
+         font-weight: normal;
+         font-size: 11px;
+         text-align: right;
+         background-color: white;
+         font-size: 90%;
+         padding-top: 0px;
+         padding-bottom: 0px;
+     }
+
+     div.issue-marker a {
+         color: red;
+     }
+     
+     div.issue-marker .desc {
+         font-size: 80%;
+         line-height: 1.4em;
+     }
+     
+     div.issue-marker .desc strong {
+         font-weight: bold;
+         font-size: 120%;
+         color: red;
+     }
   </style>
 
  <body>
@@ -50,15 +81,15 @@
 
    <h1>CSS transforms</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 October
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 October
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd> <a
-     href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111027/">http://dev.w3.org/csswg/css3-2d-transforms/</a>
-     <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111027-->
+     href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111028/">http://dev.w3.org/csswg/css3-2d-transforms/</a>
+     <!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111028-->
 
     <dt>Latest version:
 
@@ -307,14 +338,6 @@
    probably ignore the transform completely, since - even transformed - the
    object should be acting as "porthole" through which the fixed background
    can be viewed in its original form.</div>
-
-  <div class=issue> This property should also be applicable to SVG elements.</div>
-
-  <div class=issue> We also need to specify that SVG transforms *do* combine
-   with this transform, e.g., if a &lt;foreignObject&gt; is inside
-   transformed SVG and then defines a transform of its own. This means we may
-   potentially have to examine the current SVG transform and combine with it
-   to set the correct transform.</div>
   <!-- ======================================================================================================= -->
 
   <h2 id=transform-property><span class=secno>2. </span> The <span
@@ -414,7 +437,15 @@
   <div class=issue>
    <ul>
     <li>Should we also make gradientTransform and patternTransform
-     properties?
+     presentation attributes? Proposal: they are the &lsquo;<code
+     class=css>presentation attributes</code>&rsquo; for &lt;gradient&gt; and
+     &gt;pattern&lt; respectively, for the &lsquo;<a href="#effects"><code
+     class=property>transform</code></a>&rsquo; property (i.e., there is no
+     &lsquo;<code class=property>gradientTransform</code>&rsquo; property.
+     Instead, the &lsquo;<code class=property>gradientTransform</code>&rsquo;
+     is a presentation attribute that provides a value for the &lsquo;<a
+     href="#effects"><code class=property>transform</code></a>&rsquo;
+     property that applies to the &lt;gradient&gt; element.)
 
     <li>Is this proposal working for SMIL animation of the transform
      property?
@@ -858,6 +889,12 @@
 
   <h3 id=cssmatrix-interface><span class=secno>8.1. </span> CSSMatrix</h3>
 
+  <div class="issue issue-marker">
+   <p class=desc>We actually describe a 3x2 matrix here, similar to <a
+    href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix">SVGMatrix</a>.
+    
+  </div>
+
   <dl>
    <dt> <b>Interface <i><a id=DOM-CSSMatrix
     name=DOM-CSSMatrix>CSSMatrix</a></i></b>
@@ -866,10 +903,6 @@
     <p> The <code>CSSMatrix</code> interface represents a 3x2 homogeneous
      matrix.</p>
 
-    <div class=issue> We actually describe a 3x2 matrix here, similar to <a
-     href="http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix">SVGMatrix</a>.
-     </div>
-
     <dl>
      <dt> <b>IDL Definition</b>
 
@@ -1218,6 +1251,11 @@
    <!-- Interface CSSMatrix -->
   </dl>
 
+  <div class="issue issue-marker">
+   <p class=desc>We need to resolve how SVGMatrix and CSSMatrix work
+    together.
+  </div>
+
   <p> In addition to the interface listed above, the
    <code>getComputedStyle</code> method of the <code>Window</code> object has
    been updated. The <a href="#effects"><code>transform</code></a> property

Received on Friday, 28 October 2011 16:33:46 UTC