[html5] r8813 - [e] (0) Remove a note about a possible canvas change, since it hasn't happened f [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 24 13:03:42 PDT 2014


Author: ianh
Date: 2014-09-24 13:03:38 -0700 (Wed, 24 Sep 2014)
New Revision: 8813

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove a note about a possible canvas change, since it hasn't happened for a few years now.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26834
Affected topics: Canvas, HTML

Modified: complete.html
===================================================================
--- complete.html	2014-09-24 19:54:20 UTC (rev 8812)
+++ complete.html	2014-09-24 20:03:38 UTC (rev 8813)
@@ -20713,8 +20713,6 @@
 
   
 
-
-
   <div class=example>
 
    <p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
@@ -27658,6 +27656,7 @@
 
 
 
+
   <h4 id=dimension-attributes>4.8.20 <dfn>Dimension attributes</dfn></h4>
 
   <p><strong>Author requirements</strong>: The <dfn id=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height><code>height</code></dfn> attributes on <code id=dimension-attributes:the-img-element><a href=#the-img-element>img</a></code>, <code id=dimension-attributes:the-iframe-element><a href=#the-iframe-element>iframe</a></code>,
@@ -49965,11 +49964,6 @@
   non-zero and either the <code id=shadows:dom-context-2d-shadowblur-3><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> is non-zero, or
   the <code id=shadows:dom-context-2d-shadowoffsetx-2><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code> is non-zero, or the <code id=shadows:dom-context-2d-shadowoffsety-2><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code> is non-zero.</p>
 
-  <p class=critical>It is likely that this will change: browser vendors have indicated an interest
-  in changing the processing model for shadows such that they only draw when the composition
-  operator is "source-over" (the default). <a href=http://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/thread.html#msg188>Read
-  more...</a></p>
-
   <p><a href=#when-shadows-are-drawn id=shadows:when-shadows-are-drawn>When shadows are drawn</a>, they must be rendered as follows:</p>
 
   <ol><li><p>Let <var>A</var> be an infinite transparent black bitmap on which the source

Modified: index
===================================================================
--- index	2014-09-24 19:54:20 UTC (rev 8812)
+++ index	2014-09-24 20:03:38 UTC (rev 8813)
@@ -20713,8 +20713,6 @@
 
   
 
-
-
   <div class=example>
 
    <p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
@@ -27658,6 +27656,7 @@
 
 
 
+
   <h4 id=dimension-attributes>4.8.20 <dfn>Dimension attributes</dfn></h4>
 
   <p><strong>Author requirements</strong>: The <dfn id=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height><code>height</code></dfn> attributes on <code id=dimension-attributes:the-img-element><a href=#the-img-element>img</a></code>, <code id=dimension-attributes:the-iframe-element><a href=#the-iframe-element>iframe</a></code>,
@@ -49965,11 +49964,6 @@
   non-zero and either the <code id=shadows:dom-context-2d-shadowblur-3><a href=#dom-context-2d-shadowblur>shadowBlur</a></code> is non-zero, or
   the <code id=shadows:dom-context-2d-shadowoffsetx-2><a href=#dom-context-2d-shadowoffsetx>shadowOffsetX</a></code> is non-zero, or the <code id=shadows:dom-context-2d-shadowoffsety-2><a href=#dom-context-2d-shadowoffsety>shadowOffsetY</a></code> is non-zero.</p>
 
-  <p class=critical>It is likely that this will change: browser vendors have indicated an interest
-  in changing the processing model for shadows such that they only draw when the composition
-  operator is "source-over" (the default). <a href=http://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/thread.html#msg188>Read
-  more...</a></p>
-
   <p><a href=#when-shadows-are-drawn id=shadows:when-shadows-are-drawn>When shadows are drawn</a>, they must be rendered as follows:</p>
 
   <ol><li><p>Let <var>A</var> be an infinite transparent black bitmap on which the source

Modified: source
===================================================================
--- source	2014-09-24 19:54:20 UTC (rev 8812)
+++ source	2014-09-24 20:03:38 UTC (rev 8813)
@@ -25899,8 +25899,6 @@
 
   </div>
 
-<!--TOPIC:HTML-->
-
   <div class="example">
 
    <p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
@@ -35814,6 +35812,7 @@
 
 
 
+<!--TOPIC:HTML-->
 
   <h4><dfn>Dimension attributes</dfn></h4>
 
@@ -66197,12 +66196,6 @@
   the <code data-x="dom-context-2d-shadowOffsetX">shadowOffsetX</code> is non-zero, or the <code
   data-x="dom-context-2d-shadowOffsetY">shadowOffsetY</code> is non-zero.</p>
 
-  <p class="critical">It is likely that this will change: browser vendors have indicated an interest
-  in changing the processing model for shadows such that they only draw when the composition
-  operator is "source-over" (the default). <a
-  href="http://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/thread.html#msg188">Read
-  more...</a></p>
-
   <p><span>When shadows are drawn</span>, they must be rendered as follows:</p>
 
   <ol>



More information about the Commit-Watchers mailing list