[html5] r8102 - [e] (0) Clarify that the focus ring isn't affected by stroke or fill styles. Aff [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 30 08:43:13 PDT 2013
Author: ianh
Date: 2013-07-30 08:43:11 -0700 (Tue, 30 Jul 2013)
New Revision: 8102
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that the focus ring isn't affected by stroke or fill styles.
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2013-07-29 23:11:10 UTC (rev 8101)
+++ complete.html 2013-07-30 15:43:11 UTC (rev 8102)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 29 July 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 30 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -37179,9 +37179,10 @@
based on the kind of user interaction event from which the call
was triggered (if any).</p>
- <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, or the
+ <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, the
<a href=#dom-context-2d-globalcompositeoperation title=dom-context-2d-globalCompositeOperation>global
- composition operators</a>, but <em>should</em> be subject to
+ composition operators</a>, the <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attribute, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute, or any of the <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> members,
+ but <em>should</em> be subject to
the <a href=#clipping-region>clipping region</a>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
@@ -37221,9 +37222,10 @@
(e.g. high-contrast focus rings), then draw a focus ring of the
appropriate style along the intended path, and set <var title="">result</var> to false.</p>
- <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, or the
+ <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, the
<a href=#dom-context-2d-globalcompositeoperation title=dom-context-2d-globalCompositeOperation>global
- composition operators</a>, but <em>should</em> be subject to
+ composition operators</a>, the <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attribute, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute, or any of the <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> members,
+ but <em>should</em> be subject to
the <a href=#clipping-region>clipping region</a>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
Modified: index
===================================================================
--- index 2013-07-29 23:11:10 UTC (rev 8101)
+++ index 2013-07-30 15:43:11 UTC (rev 8102)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 29 July 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 30 July 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -37179,9 +37179,10 @@
based on the kind of user interaction event from which the call
was triggered (if any).</p>
- <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, or the
+ <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, the
<a href=#dom-context-2d-globalcompositeoperation title=dom-context-2d-globalCompositeOperation>global
- composition operators</a>, but <em>should</em> be subject to
+ composition operators</a>, the <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attribute, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute, or any of the <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> members,
+ but <em>should</em> be subject to
the <a href=#clipping-region>clipping region</a>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
@@ -37221,9 +37222,10 @@
(e.g. high-contrast focus rings), then draw a focus ring of the
appropriate style along the intended path, and set <var title="">result</var> to false.</p>
- <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, or the
+ <p>The focus ring should not be subject to the <a href=#shadows title=shadows>shadow effects</a>, the <a href=#dom-context-2d-globalalpha title=dom-context-2d-globalAlpha>global alpha</a>, the
<a href=#dom-context-2d-globalcompositeoperation title=dom-context-2d-globalCompositeOperation>global
- composition operators</a>, but <em>should</em> be subject to
+ composition operators</a>, the <code title=dom-context-2d-fillStyle><a href=#dom-context-2d-fillstyle>fillStyle</a></code> attribute, the <code title=dom-context-2d-strokeStyle><a href=#dom-context-2d-strokestyle>strokeStyle</a></code> attribute, or any of the <code><a href=#canvasdrawingstyles>CanvasDrawingStyles</a></code> members,
+ but <em>should</em> be subject to
the <a href=#clipping-region>clipping region</a>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
Modified: source
===================================================================
--- source 2013-07-29 23:11:10 UTC (rev 8101)
+++ source 2013-07-30 15:43:11 UTC (rev 8102)
@@ -40538,9 +40538,11 @@
<p>The focus ring should not be subject to the <span
title="shadows">shadow effects</span>, the <span
- title="dom-context-2d-globalAlpha">global alpha</span>, or the
+ title="dom-context-2d-globalAlpha">global alpha</span>, the
<span title="dom-context-2d-globalCompositeOperation">global
- composition operators</span>, but <em>should</em> be subject to
+ composition operators</span>, the <code title="dom-context-2d-fillStyle">fillStyle</code> attribute, the <code
+ title="dom-context-2d-strokeStyle">strokeStyle</code> attribute, or any of the <code>CanvasDrawingStyles</code> members,
+ but <em>should</em> be subject to
the <span>clipping region</span>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
@@ -40595,9 +40597,11 @@
<p>The focus ring should not be subject to the <span
title="shadows">shadow effects</span>, the <span
- title="dom-context-2d-globalAlpha">global alpha</span>, or the
+ title="dom-context-2d-globalAlpha">global alpha</span>, the
<span title="dom-context-2d-globalCompositeOperation">global
- composition operators</span>, but <em>should</em> be subject to
+ composition operators</span>, the <code title="dom-context-2d-fillStyle">fillStyle</code> attribute, the <code
+ title="dom-context-2d-strokeStyle">strokeStyle</code> attribute, or any of the <code>CanvasDrawingStyles</code> members,
+ but <em>should</em> be subject to
the <span>clipping region</span>. (The effect of transformations
is described above and varies based on which path is being
used.)</p>
More information about the Commit-Watchers
mailing list