Skip to content

Commit

Permalink
[gow] (2) Make sure to also mention strokeStyle as a cross-domain att…
Browse files Browse the repository at this point in the history
…ack vector.

git-svn-id: http://svn.whatwg.org/webapps@1210 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2008
1 parent f7e2633 commit 57519d2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -17952,6 +17952,24 @@ notes on what would need to be defined for dashed lines:
href="#canvaspattern0">CanvasPattern</a></code> object that was created
from an <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>
whose <i>origin-clean</i> flag is false.

<li>
<p>The element's 2D context's <code title=dom-context-2d-strokeStyle><a
href="#strokestyle">strokeStyle</a></code> attribute is set to a
<code><a href="#canvaspattern0">CanvasPattern</a></code> object that was
created from an <code><a
href="#htmlimageelement">HTMLImageElement</a></code> whose <a
href="#origin0">origin</a> differs from that of the
<code>Document</code> object that owns the <code><a
href="#canvas">canvas</a></code> element.

<li>
<p>The element's 2D context's <code title=dom-context-2d-strokeStyle><a
href="#strokestyle">strokeStyle</a></code> attribute is set to a
<code><a href="#canvaspattern0">CanvasPattern</a></code> object that was
created from an <code><a
href="#htmlcanvaselement">HTMLCanvasElement</a></code> whose
<i>origin-clean</i> flag is false.
</ul>

<p>Whenever the <code title=dom-canvas-toDataURL><a
Expand Down
13 changes: 13 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -15573,6 +15573,19 @@ notes on what would need to be defined for dashed lines:
<code>HTMLCanvasElement</code> whose <i>origin-clean</i> flag is
false.</p></li>

<li><p>The element's 2D context's <code
title="dom-context-2d-strokeStyle">strokeStyle</code> attribute is
set to a <code>CanvasPattern</code> object that was created from an
<code>HTMLImageElement</code> whose <span>origin</span> differs
from that of the <code>Document</code> object that owns the
<code>canvas</code> element.</p></li>

<li><p>The element's 2D context's <code
title="dom-context-2d-strokeStyle">strokeStyle</code> attribute is
set to a <code>CanvasPattern</code> object that was created from an
<code>HTMLCanvasElement</code> whose <i>origin-clean</i> flag is
false.</p></li>

</ul>

<p>Whenever the <code
Expand Down

0 comments on commit 57519d2

Please sign in to comment.