File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments