- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 03 Apr 2024 06:07:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 April 2024 13:07:56 UTC
@annevk approved 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>: I'm not entirely convinced "then" works here or in the "set text content" introduction. Let's drop it? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1271#pullrequestreview-1976748553 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1271/review/1976748553@github.com>
Received on Wednesday, 3 April 2024 13:07:56 UTC