@@ -579,8 +579,8 @@ <h2 id=extensions-to-the-document-interface><span class=secno>4.
579579 </ span > Extensions to the < code title =""> Document</ code > Interface</ h2 >
580580
581581 < pre class =idl > partial interface < a href ="#document "> Document</ a > {
582- Element < a href ="#dom-document-elementfrompoint "> elementFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
583- < a href ="#caretposition "> CaretPosition</ a > < a href ="#dom-document-caretpositionfrompoint "> caretPositionFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
582+ Element? < a href ="#dom-document-elementfrompoint "> elementFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
583+ < a href ="#caretposition "> CaretPosition</ a > ? < a href ="#dom-document-caretpositionfrompoint "> caretPositionFromPoint</ a > (float < var title =""> x</ var > , float < var title =""> y</ var > );
584584};</ pre >
585585
586586 < p > The < dfn id =dom-document-elementfrompoint
@@ -682,8 +682,8 @@ <h3 id=the-caretposition-interface><span class=secno>4.1. </span>The <code
682682
683683 < pre class =idl > interface < dfn id =caretposition > CaretPosition</ dfn > {
684684 readonly attribute < span > Node</ span > < a href ="#dom-caretposition-offsetnode " title =dom-CaretPosition-offsetNode > offsetNode</ a > ;
685- readonly attribute unsigned long < a href ="#dom-caretposition-offset " title =dom-CaretPosition-offset > offset</ a > ;
686- readonly attribute < a href =" #range " > Range</ a > < a href =" # dom-caretposition-range " title = dom- CaretPosition-range> range</ a > ;
685+ readonly attribute unsigned long < a href ="#dom-caretposition-offset " title =dom-CaretPosition-offset > offset</ a > ;<!--
686+ readonly attribute <span >Range</span>? <span title=" dom-CaretPosition-range" >range</span>;-->
687687};</ pre >
688688
689689 < p > The < dfn id =dom-caretposition-offsetnode
@@ -692,11 +692,12 @@ <h3 id=the-caretposition-interface><span class=secno>4.1. </span>The <code
692692
693693 < p > The < dfn id =dom-caretposition-offset
694694 title =dom-CaretPosition-offset > < code > offset</ code > </ dfn > attribute < em
695- class =ct > must</ em > return the < a href ="#caret-offset "> caret offset</ a > .
696-
697- < p > The < dfn id =dom-caretposition-range
698- title =dom-CaretPosition-range > < code > range</ code > </ dfn > attribute < em
699- class =ct > must</ em > return the < a href ="#caret-range "> caret range</ a > .</ p >
695+ class =ct > must</ em > return the < a href ="#caret-offset "> caret offset</ a > .</ p >
696+ <!--
697+ <p>The
698+ <dfn id="dom-caretposition-range" title="dom-CaretPosition-range"><code>range</code></dfn>
699+ attribute <em class="ct">must</em> return the <span>caret range</span>.</p>
700+ -->
700701 <!-- https://bugs.webkit.org/show_bug.cgi?id=27046 -->
701702
702703 < h2 id =extensions-to-the-element-interface > < span class =secno > 5.
0 commit comments