Skip to content

Commit

Permalink
Remove javascript URL special case from the API
Browse files Browse the repository at this point in the history
Fixes #253.
  • Loading branch information
annevk committed Feb 22, 2017
1 parent f4d84a5 commit 4bf85a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2903,9 +2903,6 @@ getter must run these steps:
steps:

<ol>
<li><p>If <a>context object</a>'s <a for=URL>url</a>'s <a for=url>scheme</a> is
"<code>javascript</code>", then return.

<li><p>If the given value is the empty string, then set <a>context object</a>'s
<a for=URL>url</a>'s <a for=url>fragment</a> to null and return.

Expand Down

0 comments on commit 4bf85a0

Please sign in to comment.