[html5] r8606 - [giow] (0) Update the 'hit region's cursor specification' definition since it wa [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon May 5 14:42:46 PDT 2014
Author: ianh
Date: 2014-05-05 14:42:43 -0700 (Mon, 05 May 2014)
New Revision: 8606
Modified:
complete.html
index
source
Log:
[giow] (0) Update the 'hit region's cursor specification' definition since it was the victim of copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25546
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2014-05-05 21:37:26 UTC (rev 8605)
+++ complete.html 2014-05-05 21:42:43 UTC (rev 8606)
@@ -59285,8 +59285,7 @@
<dt><a href="#hit-region's-cursor-specification">Hit region's cursor specification</a>
- <dd><p>If <var title="">parent region</var> is not null: <var title="">parent region</var>.
- Otherwise, <var title="">region</var> has no <a href="#hit-region's-parent" title="hit region's parent">parent</a>.
+ <dd><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-cursor><a href=#dom-hitregionoptions-cursor>cursor</a></code> member is not null: the value of the <code title=dom-HitRegionOptions-cursor><a href=#dom-hitregionoptions-cursor>cursor</a></code> member. Otherwise, the string "<code title="">inherit</code>".
<dt><a href="#hit-region's-control">Hit region's control</a>
Modified: index
===================================================================
--- index 2014-05-05 21:37:26 UTC (rev 8605)
+++ index 2014-05-05 21:42:43 UTC (rev 8606)
@@ -59285,8 +59285,7 @@
<dt><a href="#hit-region's-cursor-specification">Hit region's cursor specification</a>
- <dd><p>If <var title="">parent region</var> is not null: <var title="">parent region</var>.
- Otherwise, <var title="">region</var> has no <a href="#hit-region's-parent" title="hit region's parent">parent</a>.
+ <dd><p>If the <var title="">arguments</var> object's <code title=dom-HitRegionOptions-cursor><a href=#dom-hitregionoptions-cursor>cursor</a></code> member is not null: the value of the <code title=dom-HitRegionOptions-cursor><a href=#dom-hitregionoptions-cursor>cursor</a></code> member. Otherwise, the string "<code title="">inherit</code>".
<dt><a href="#hit-region's-control">Hit region's control</a>
Modified: source
===================================================================
--- source 2014-05-05 21:37:26 UTC (rev 8605)
+++ source 2014-05-05 21:42:43 UTC (rev 8606)
@@ -66065,8 +66065,10 @@
<dt><span>Hit region's cursor specification</span>
- <dd><p>If <var data-x="">parent region</var> is not null: <var data-x="">parent region</var>.
- Otherwise, <var data-x="">region</var> has no <span data-x="hit region's parent">parent</span>.
+ <dd><p>If the <var data-x="">arguments</var> object's <code
+ data-x="dom-HitRegionOptions-cursor">cursor</code> member is not null: the value of the <code
+ data-x="dom-HitRegionOptions-cursor">cursor</code> member. Otherwise, the string "<code
+ data-x="">inherit</code>".
<dt><span>Hit region's control</span>
More information about the Commit-Watchers
mailing list