Skip to content

Commit

Permalink
Fix document URL setting for javascript: URLs
Browse files Browse the repository at this point in the history
A series of changes starting with 6440cca which removed the override
URL concept as well as intermediate cleanups such as e13762f eroded
the correctness of javascript: document URLs. Now it seems to be the
case that fixing this typo restores the correct handling for such URLs.

Addresses some concerns raised in #3989.
  • Loading branch information
TimothyGu authored and domenic committed Jul 5, 2019
1 parent 6fff3b5 commit 06aa2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -83603,8 +83603,8 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2640 -> javascript:'test' in Firefox, about:blank otherwise
-->

<li><p><span data-x="list append">Append</span> the <var>browsingContext</var>'s <span>active
document</span>'s <span data-x="concept-document-url">URL</span> <span
<li><p><span data-x="list append">Append</span> <var>browsingContext</var>'s <span>active
document</span>'s <span data-x="concept-document-url">URL</span> to <var>request</var>'s <span
data-x="concept-request-url-list">URL list</span>.</p></li>

<li><p>Let <var>settings</var> be <var>browsingContext</var>'s <span>active document</span>'s
Expand Down

0 comments on commit 06aa2d6

Please sign in to comment.