Re: [whatwg/dom] Revamp the way DOM talks about nodes (#1004)

@annevk commented on this pull request.



> @@ -4071,35 +4041,30 @@ return <a>this</a>'s <a>shadow-including root</a> if
 
 <!-- TODO: domintro -->
 
-The <dfn attribute for=Node>nodeValue</dfn> attribute
-must return the following, depending on <a>this</a>:
+<p>The <dfn attribute for=Node>nodeValue</dfn> getter steps are to return the following, switching
+on <a>this</a>:

Changing all instances of X node to that would be a rather massive undertaking and require changes in a lot more places. I was hoping that the new definition of node would avoid the need for doing that, but I wouldn't object to someone making that change.

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

Received on Wednesday, 4 August 2021 17:23:44 UTC