[html5] r6127 - [giow] (0) improve the name
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 11 14:41:11 PDT 2011
Author: ianh
Date: 2011-05-11 14:41:10 -0700 (Wed, 11 May 2011)
New Revision: 6127
Modified:
complete.html
index
source
Log:
[giow] (0) improve the name
Modified: complete.html
===================================================================
--- complete.html 2011-05-11 00:12:35 UTC (rev 6126)
+++ complete.html 2011-05-11 21:41:10 UTC (rev 6127)
@@ -34230,7 +34230,7 @@
void <a href=#dom-context-2d-arc title=dom-context-2d-arc>arc</a>(in double x, in double y, in double radius, in double startAngle, in double endAngle, in optional boolean anticlockwise);
void <a href=#dom-context-2d-fill title=dom-context-2d-fill>fill</a>();
void <a href=#dom-context-2d-stroke title=dom-context-2d-stroke>stroke</a>();
- void <a href=#dom-context-2d-drawosfocusring title=dom-context-2d-drawOSFocusRing>drawOSFocusRing</a>(in <a href=#element>Element</a> element);
+ void <a href=#dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing>drawSystemFocusRing</a>(in <a href=#element>Element</a> element);
boolean <a href=#dom-context-2d-drawcustomfocusring title=dom-context-2d-drawCustomFocusRing>drawCustomFocusRing</a>(in <a href=#element>Element</a> element);
void <a href=#dom-context-2d-scrollpathintoview title=dom-context-2d-scrollPathIntoView>scrollPathIntoView</a>();
void <a href=#dom-context-2d-clip title=dom-context-2d-clip>clip</a>();
@@ -35550,7 +35550,7 @@
</dd>
- <dt><var title="">context</var> . <code title=dom-context-2d-drawOSFocusRing><a href=#dom-context-2d-drawosfocusring>drawOSFocusRing</a></code>(<var title="">element</var>)</dt>
+ <dt><var title="">context</var> . <code title=dom-context-2d-drawSystemFocusRing><a href=#dom-context-2d-drawsystemfocusring>drawSystemFocusRing</a></code>(<var title="">element</var>)</dt>
<dd>
@@ -35788,8 +35788,8 @@
<p>Zero-length line segments must be pruned before stroking a
path. Empty subpaths must be ignored.</p>
- <hr><p>The <dfn id=dom-context-2d-drawosfocusring title=dom-context-2d-drawOSFocusRing><code>drawOSFocusRing(<var title="">element</var>)</code></dfn> method, when invoked,
- must run the following steps:</p>
+ <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run
+ the following steps:</p>
<ol><li><p>If <var title="">element</var> is not focused or is not a
descendant of the element with whose context the method is
@@ -37042,11 +37042,11 @@
focusable part of the canvas, as in the <a href=#drawCustomFocusRingExample>example above</a>.</p>
<p>To indicate which focusable part of the canvas is currently
- focused, authors should use the <code title=dom-context-2d-drawOSFocusRing><a href=#dom-context-2d-drawosfocusring>drawOSFocusRing()</a></code> method,
- passing it the element for which a ring is being drawn. This method
- only draws the focus ring if the element is focused, so that it can
- simply be called whenever drawing the element, without checking
- whether the element is focused or not first.</p>
+ focused, authors should use the <code title=dom-context-2d-drawSystemFocusRing><a href=#dom-context-2d-drawsystemfocusring>drawSystemFocusRing()</a></code>
+ method, passing it the element for which a ring is being drawn. This
+ method only draws the focus ring if the element is focused, so that
+ it can simply be called whenever drawing the element, without
+ checking whether the element is focused or not first.</p>
<p>Authors should avoid implementing text editing controls using the
<code><a href=#the-canvas-element>canvas</a></code> element. Doing so has a large number of
Modified: index
===================================================================
--- index 2011-05-11 00:12:35 UTC (rev 6126)
+++ index 2011-05-11 21:41:10 UTC (rev 6127)
@@ -34258,7 +34258,7 @@
void <a href=#dom-context-2d-arc title=dom-context-2d-arc>arc</a>(in double x, in double y, in double radius, in double startAngle, in double endAngle, in optional boolean anticlockwise);
void <a href=#dom-context-2d-fill title=dom-context-2d-fill>fill</a>();
void <a href=#dom-context-2d-stroke title=dom-context-2d-stroke>stroke</a>();
- void <a href=#dom-context-2d-drawosfocusring title=dom-context-2d-drawOSFocusRing>drawOSFocusRing</a>(in <a href=#element>Element</a> element);
+ void <a href=#dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing>drawSystemFocusRing</a>(in <a href=#element>Element</a> element);
boolean <a href=#dom-context-2d-drawcustomfocusring title=dom-context-2d-drawCustomFocusRing>drawCustomFocusRing</a>(in <a href=#element>Element</a> element);
void <a href=#dom-context-2d-scrollpathintoview title=dom-context-2d-scrollPathIntoView>scrollPathIntoView</a>();
void <a href=#dom-context-2d-clip title=dom-context-2d-clip>clip</a>();
@@ -35578,7 +35578,7 @@
</dd>
- <dt><var title="">context</var> . <code title=dom-context-2d-drawOSFocusRing><a href=#dom-context-2d-drawosfocusring>drawOSFocusRing</a></code>(<var title="">element</var>)</dt>
+ <dt><var title="">context</var> . <code title=dom-context-2d-drawSystemFocusRing><a href=#dom-context-2d-drawsystemfocusring>drawSystemFocusRing</a></code>(<var title="">element</var>)</dt>
<dd>
@@ -35816,8 +35816,8 @@
<p>Zero-length line segments must be pruned before stroking a
path. Empty subpaths must be ignored.</p>
- <hr><p>The <dfn id=dom-context-2d-drawosfocusring title=dom-context-2d-drawOSFocusRing><code>drawOSFocusRing(<var title="">element</var>)</code></dfn> method, when invoked,
- must run the following steps:</p>
+ <hr><p id=dom-context-2d-drawosfocusring>The <dfn id=dom-context-2d-drawsystemfocusring title=dom-context-2d-drawSystemFocusRing><code>drawSystemFocusRing(<var title="">element</var>)</code></dfn> method, when invoked, must run
+ the following steps:</p>
<ol><li><p>If <var title="">element</var> is not focused or is not a
descendant of the element with whose context the method is
@@ -37070,11 +37070,11 @@
focusable part of the canvas, as in the <a href=#drawCustomFocusRingExample>example above</a>.</p>
<p>To indicate which focusable part of the canvas is currently
- focused, authors should use the <code title=dom-context-2d-drawOSFocusRing><a href=#dom-context-2d-drawosfocusring>drawOSFocusRing()</a></code> method,
- passing it the element for which a ring is being drawn. This method
- only draws the focus ring if the element is focused, so that it can
- simply be called whenever drawing the element, without checking
- whether the element is focused or not first.</p>
+ focused, authors should use the <code title=dom-context-2d-drawSystemFocusRing><a href=#dom-context-2d-drawsystemfocusring>drawSystemFocusRing()</a></code>
+ method, passing it the element for which a ring is being drawn. This
+ method only draws the focus ring if the element is focused, so that
+ it can simply be called whenever drawing the element, without
+ checking whether the element is focused or not first.</p>
<p>Authors should avoid implementing text editing controls using the
<code><a href=#the-canvas-element>canvas</a></code> element. Doing so has a large number of
Modified: source
===================================================================
--- source 2011-05-11 00:12:35 UTC (rev 6126)
+++ source 2011-05-11 21:41:10 UTC (rev 6127)
@@ -37776,7 +37776,7 @@
void <span title="dom-context-2d-arc">arc</span>(in double x, in double y, in double radius, in double startAngle, in double endAngle, in optional boolean anticlockwise);
void <span title="dom-context-2d-fill">fill</span>();
void <span title="dom-context-2d-stroke">stroke</span>();
- void <span title="dom-context-2d-drawOSFocusRing">drawOSFocusRing</span>(in <span>Element</span> element);
+ void <span title="dom-context-2d-drawSystemFocusRing">drawSystemFocusRing</span>(in <span>Element</span> element);
boolean <span title="dom-context-2d-drawCustomFocusRing">drawCustomFocusRing</span>(in <span>Element</span> element);
void <span title="dom-context-2d-scrollPathIntoView">scrollPathIntoView</span>();
void <span title="dom-context-2d-clip">clip</span>();
@@ -39346,7 +39346,7 @@
</dd>
- <dt><var title="">context</var> . <code title="dom-context-2d-drawOSFocusRing">drawOSFocusRing</code>(<var title="">element</var>)</dt>
+ <dt><var title="">context</var> . <code title="dom-context-2d-drawSystemFocusRing">drawSystemFocusRing</code>(<var title="">element</var>)</dt>
<dd>
@@ -39649,10 +39649,10 @@
<hr>
- <p>The <dfn
- title="dom-context-2d-drawOSFocusRing"><code>drawOSFocusRing(<var
- title="">element</var>)</code></dfn> method, when invoked,
- must run the following steps:</p>
+ <p id="dom-context-2d-drawosfocusring">The <dfn
+ title="dom-context-2d-drawSystemFocusRing"><code>drawSystemFocusRing(<var
+ title="">element</var>)</code></dfn> method, when invoked, must run
+ the following steps:</p>
<ol>
@@ -41164,11 +41164,11 @@
<p>To indicate which focusable part of the canvas is currently
focused, authors should use the <code
- title="dom-context-2d-drawOSFocusRing">drawOSFocusRing()</code> method,
- passing it the element for which a ring is being drawn. This method
- only draws the focus ring if the element is focused, so that it can
- simply be called whenever drawing the element, without checking
- whether the element is focused or not first.</p>
+ title="dom-context-2d-drawSystemFocusRing">drawSystemFocusRing()</code>
+ method, passing it the element for which a ring is being drawn. This
+ method only draws the focus ring if the element is focused, so that
+ it can simply be called whenever drawing the element, without
+ checking whether the element is focused or not first.</p>
<p>Authors should avoid implementing text editing controls using the
<code>canvas</code> element. Doing so has a large number of
More information about the Commit-Watchers
mailing list