Skip to content

Commit

Permalink
Fix up the explanation for "can have its URL rewritten"
Browse files Browse the repository at this point in the history
Closes whatwg#7049.
  • Loading branch information
domenic authored and mfreed7 committed Jun 3, 2022
1 parent 77042d0 commit 2435ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85240,9 +85240,9 @@ interface <dfn interface>History</dfn> {

<p>Note how only the <span data-x="concept-document-url">URL</span> of the <code>Document</code>
matters, and not its <span data-x="concept-document-origin">origin</span>. They can mismatch in
cases like <span data-x="is initial about:blank">initial <code>about:blank</code></span>
<code>Document</code>s with inheritedorigins, in sandboxed <code>iframe</code>s, or when the
<code data-x="dom-document-domain">document.domain</code> setter has been used.</p>
cases like <code>about:blank</code> <code>Document</code>s with inherited origins, in sandboxed
<code>iframe</code>s, or when the <code data-x="dom-document-domain">document.domain</code>
setter has been used.</p>
</div>

<div class="example">
Expand Down

0 comments on commit 2435ad4

Please sign in to comment.