Skip to content

Commit f00dcf9

Browse files
committed
move reference
1 parent 4ef097f commit f00dcf9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ <h2 id=the-documentview-interface><span class=secno>6. </span>The <code
571571
than the <a href="#viewport">viewport</a> height, the method <em
572572
class=ct>must</em> return <code>null</code>. If there is no element at the
573573
given position the method <em class=ct>must</em> return the root element,
574-
if any, or <code>null</code> otherwise. [<cite><a
575-
href="#ref-dom2tr">DOM2TR</a></cite>]
574+
if any, or <code>null</code> otherwise.
576575

577576
<p>The <dfn id=documentview-caretrangefrompoint
578577
title=caretrangefrompoint><code>caretRangeFromPoint(<var title="">x</var>,
@@ -585,6 +584,7 @@ <h2 id=the-documentview-interface><span class=secno>6. </span>The <code
585584
href="#viewport">viewport</a> width, <var title="">y</var> is greather
586585
than the <a href="#viewport">viewport</a> height, or editing is not
587586
supported, the method <em class=ct>must</em> return <code>null</code>.
587+
[<cite><a href="#ref-dom2tr">DOM2TR</a></cite>]
588588

589589
<p class=note>The specifics of hit testing are out of scope of this
590590
specification and therefore the exact details of <code><a

cssom-view/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ <h2 id="the-documentview-interface">The <code title="">DocumentView</code> Inter
459459
height, the method <em class="ct">must</em> return <code>null</code>. If
460460
there is no element at the given position the method
461461
<em class="ct">must</em> return the root element, if any, or
462-
<code>null</code> otherwise. [<cite><span>DOM2TR</span></cite>]</p>
462+
<code>null</code> otherwise.</p>
463463

464464
<p>The
465465
<dfn id="documentview-caretrangefrompoint" title="caretrangefrompoint"><code>caretRangeFromPoint(<var title="">x</var>,
@@ -471,7 +471,8 @@ <h2 id="the-documentview-interface">The <code title="">DocumentView</code> Inter
471471
is negative, <var title="">x</var> is greater than the
472472
<span>viewport</span> width, <var title="">y</var> is greather than the
473473
<span>viewport</span> height, or editing is not supported, the method
474-
<em class="ct">must</em> return <code>null</code>.</p>
474+
<em class="ct">must</em> return <code>null</code>.
475+
[<cite><span>DOM2TR</span></cite>]</p>
475476

476477
<p class="note">The specifics of hit testing are out of scope of this
477478
specification and therefore the exact details of

0 commit comments

Comments
 (0)