Re: [whatwg/dom] Expose Node/textContent getter and setter steps (PR #1271)

@lukewarlow commented on this pull request.



> @@ -4286,24 +4286,27 @@ empty string instead, and then do as described below, switching on the interface
  <dd><p>Do nothing.
 </dl>
 
-<p>The <dfn attribute for=Node><code>textContent</code></dfn> getter steps are to return the
-following, switching on the interface <a>this</a> <a>implements</a>:
+<p>To <dfn export>get text content</dfn> with a <a for=/>node</a> <var>node</var>,
+then return the following, switching on the interface <var>node</var> <a>implements</a>:

Yeah you're right it might (or might not) be grammatically correct, but it almost definitely isn't neccessary. Will drop it.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1271#discussion_r1549709763
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1271/review/1976758934@github.com>

Received on Wednesday, 3 April 2024 13:10:11 UTC