Re: [whatwg/dom] Make Document origin alias its policy container's origin. (PR #1142)

@annevk commented on this pull request.

"Policy Container" should be "policy container".

> @@ -4337,8 +4337,9 @@ dom-Range-extractContents, dom-Range-cloneContents -->
   <dl class=switch>
    <dt>{{Document}}
    <dd><p>Set <var>copy</var>'s <a for=Document>encoding</a>, <a for=Document>content type</a>,
-   <a for=Document>URL</a>, <a for=Document>origin</a>, <a for=Document>type</a>, and
-   <a for=Document>mode</a> to those of <var>node</var>.
+   <a for=Document>URL</a>, <a for=Document>policy container</a>'s
+   <a for="Policy Container">origin</a>, <a for=Document>type</a>, and <a for=Document>mode</a>
+   to those of <var>node</var>.

I think now we're using nested data structures this seems less clear. Perhaps it's best to just write them all out explicitly?

> set copy's x to node's x, ...

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

Message ID: <whatwg/dom/pull/1142/review/1243666187@github.com>

Received on Wednesday, 11 January 2023 10:37:35 UTC