Highlight changes for buffered-rendering for review.
authorErik Dahlström <ed@opera.com>
Fri, 25 May 2012 16:28:29 +0200
changeset 159 2d78d8430ed9
parent 158 f36749d5110c
child 160 3fd1c403de6b
Highlight changes for buffered-rendering for review.
master/changes.html
master/feature.html
master/painting.html
master/propidx.html
--- a/master/changes.html	Fri May 25 16:18:33 2012 +0200
+++ b/master/changes.html	Fri May 25 16:28:29 2012 +0200
@@ -67,6 +67,8 @@
 
   <li>Moved the <span class='prop-name'>color-interpolation-filters</span> property
   to the Filter Effects specification.</li>
+
+  <li>Added the <a>'buffered-rendering'</a> property.</li>
 </ul>
 
 <h3 id="pservers">Paint Servers chapter</h3>
--- a/master/feature.html	Fri May 25 16:18:33 2012 +0200
+++ b/master/feature.html	Fri May 25 16:28:29 2012 +0200
@@ -36,6 +36,7 @@
 should support all listed feature strings for compatibility reasons. However,
 the SVG 1.0 feature strings can be considered deprecated.</p>
 
+<div class="ready-for-wg-review">
 <h2 id="SVG2FeatureStrings">SVG 2.0 feature strings</h2>
 
 <dl id="GraphicsAttribute">
@@ -45,7 +46,7 @@
   <dd>
     the <a>'buffered-rendering'</a>, <a>'display'</a>, <a>'image-rendering'</a>, <a>'pointer-events'</a>, <a>'shape-rendering'</a>, <a>'text-rendering'</a> and <a>'visibility'</a> properties</dd>
 </dl>
-
+</div>
 
 <h2 id="SVG11FeatureStrings">SVG 1.1 feature strings</h2>
 
--- a/master/painting.html	Fri May 25 16:18:33 2012 +0200
+++ b/master/painting.html	Fri May 25 16:28:29 2012 +0200
@@ -2860,6 +2860,7 @@
 device is indexed color.</p>
 </div>
 
+<div class="ready-for-wg-review">
 <h3 id="BufferedRendering">The <span class="property">'buffered-rendering'</span>
 property</h3>
 
@@ -2921,7 +2922,7 @@
   <dt><span class='prop-value'>static</span></dt>
   <dd>Indicates that the element is not expected to be modified often. This suggests that user agent may be able to allocate resources, such as an offscreen buffer, that would allow increased performance in redraw. It does not mean that the element will never change. If an element is modified when the value is <span class='prop-value'>'static'</span>, then redraw might have reduced performance.</dd>
 </dl>
-
+</div>
 
 <div class="ready-for-wg-review">
 <h2 id="InheritanceOfPaintingProperties">Inheritance of painting properties</h2>
--- a/master/propidx.html	Fri May 25 16:18:33 2012 +0200
+++ b/master/propidx.html	Fri May 25 16:28:29 2012 +0200
@@ -72,7 +72,7 @@
           visual</a></td>
           <td>yes</td>
         </tr>
-        <tr>
+        <tr class="ready-for-wg-review">
           <td><a>'buffered-rendering'</a></td>
           <td>auto | dynamic | static | <a class="noxref"
           href="http://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html#value-def-inherit">