You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cssom-view/Overview.html
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -966,7 +966,8 @@ <h3 id="the-caretposition-interface"><span class="secno">6.1 </span>The <code ti
966
966
</ol>
967
967
<li><p>If <ahref="#caret-node">caret node</a> is a text entry widget that is a replaced element,
968
968
and that is in the document, return a <code><ahref="#clientrect">ClientRect</a></code> object for the caret
969
-
in the widget as represented by the <ahref="#caret-offset">caret offset</a> value.
969
+
in the widget as represented by the <ahref="#caret-offset">caret offset</a> value. The SVG transforms and CSS transforms that apply to the element and its ancestors are
<p>The <dfnid="dom-range-getboundingclientrect" title="dom-Range-getBoundingClientRect"><code>getBoundingClientRect()</code></dfn> method, when invoked, must return the result of the following
<li><p>If <span>caret node</span> is a text entry widget that is a replaced element,
929
929
and that is in the document, return a <code>ClientRect</code> object for the caret
930
-
in the widget as represented by the <span>caret offset</span> value.
930
+
in the widget as represented by the <span>caret offset</span> value. The SVG transforms and CSS transforms that apply to the element and its ancestors are
<p>The <dfntitle=dom-Range-getBoundingClientRect><code>getBoundingClientRect()</code></dfn> method, when invoked, must return the result of the following
0 commit comments