Skip to content

Commit

Permalink
[giow] (0) Update the 'hit region's cursor specification' definition …
Browse files Browse the repository at this point in the history
…since it was the victim of copypasta.

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

git-svn-id: http://svn.whatwg.org/webapps@8606 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 5, 2014
1 parent 1a88462 commit 95fab32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -59285,8 +59285,7 @@ <h6 id=hit-regions><span class=secno>4.12.4.2.15 </span>Hit regions</h6>

<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>
Expand Down
3 changes: 1 addition & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -59285,8 +59285,7 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex

<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>
Expand Down
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -66065,8 +66065,10 @@ v6DVT (also check for '- -' bits in the part above) -->

<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>
Expand Down

0 comments on commit 95fab32

Please sign in to comment.