Skip to content

Commit

Permalink
[e] (0) Remove a note about a possible canvas change, since it hasn't…
Browse files Browse the repository at this point in the history
… happened for a few years now.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26834
Affected topics: Canvas, HTML

git-svn-id: https://svn.whatwg.org/webapps@8813 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2014
1 parent 4e6efbb commit 6ebb3ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
8 changes: 1 addition & 7 deletions complete.html
Expand Up @@ -20713,8 +20713,6 @@ <h4 id=the-embed-element>4.8.7 The <dfn><code>embed</code></dfn> element</h4>





<div class=example>

<p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
Expand Down Expand Up @@ -27658,6 +27656,7 @@ <h4 id=svg>4.8.19 SVG</h4>




<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>,
Expand Down Expand Up @@ -49965,11 +49964,6 @@ <h6 id=shadows>4.12.4.2.19 <dfn>Shadows</dfn></h6>
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
Expand Down
8 changes: 1 addition & 7 deletions index
Expand Up @@ -20713,8 +20713,6 @@ attribute, set the <a href=#browsing-context-name id=the-embed-element:browsing-





<div class=example>

<p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
Expand Down Expand Up @@ -27658,6 +27656,7 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit id=t




<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>,
Expand Down Expand Up @@ -49965,11 +49964,6 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down
9 changes: 1 addition & 8 deletions source
Expand Up @@ -25899,8 +25899,6 @@ attribute, set the <span>browsing context name</span> of the element's <span>nes

</div>

<!--TOPIC:HTML-->

<div class="example">

<p>Here's a way to embed a resource that requires a proprietary plugin, like Flash:</p>
Expand Down Expand Up @@ -35814,6 +35812,7 @@ dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {



<!--TOPIC:HTML-->

<h4><dfn>Dimension attributes</dfn></h4>

Expand Down Expand Up @@ -66197,12 +66196,6 @@ function AddCloud(data, x, y) { ... }</pre>
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>
Expand Down

0 comments on commit 6ebb3ab

Please sign in to comment.