- From: Stephanie Zhang <notifications@github.com>
- Date: Wed, 04 Feb 2026 10:04:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 February 2026 18:04:31 UTC
@stephanieyzhang commented on this pull request.
> + returns a rectangle of zero width whose height equals the line height at the caret position. If the
+ host has computed <code>display</code> of <code>none</code> or is not <a>connected</a>, returns a
+ rectangle with zero width and height.
+</dl>
+
+<p>A {{PlainTextRange}} is a range whose <a>boundary points</a> are defined as offsets in a
+host-defined <a href="#plaintext-range-string">plain text range string</a> rather than in the
+<a>node tree</a>. It has no associated container node; its {{AbstractRange/startContainer}} and
+{{AbstractRange/endContainer}} getters return null, and its {{AbstractRange/startOffset}} and
+{{AbstractRange/endOffset}} getters return indices into that string.</p>
+
+<p>A {{PlainTextRange}} has associated state:</p>
+
+<ul>
+ <li><p><dfn export for=PlainTextRange id=plaintext-range-host>host</dfn> (null or an
+ {{Element}}).</p></li>
Moved allocation/creation to the host element API in HTML (getValueRange() on input/textarea)
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1404#discussion_r2765044502
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1404/review/3752236298@github.com>
Received on Wednesday, 4 February 2026 18:04:31 UTC