Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 29, 2014
1 parent dc2c748 commit ffb0766
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions url.bs
Expand Up @@ -1731,11 +1731,11 @@ optionally an <i title>exclude fragment flag</i>, and then runs these steps:
<h3 id=origin>Origin</h3>
<!-- Still need to watch the final bits -->

<p class=note>See <a>origin</a>'s definition in HTML for the
<p class=note>See <a spec=html>origin</a>'s definition in HTML for the
necessary background information. [[!HTML]]

<p>A <a>URL</a>'s <dfn id=concept-url-origin title='URL origin'>origin</dfn> is
the <a>origin</a> returned by running these steps, switching
the <a spec=html>origin</a> returned by running these steps, switching
on <a>URL</a>'s <a title='URL scheme'>scheme</a>:

<dl class=switch>
Expand Down Expand Up @@ -2976,6 +2976,11 @@ document.addEventListener("DOMContentLoaded", function(event) {
"url": "https://html.spec.whatwg.org/multipage/comms.html#hashchangeevent",
"shortname": "html", "type": "dfn", "level": 1, "status": "current"
},
{
"linkingText": "origin",
"url": "https://html.spec.whatwg.org/multipage/browsers.html#origin",
"shortname": "html", "type": "dfn", "level": 1, "status": "current"
},
{
"linkingText": "structured clone",
"url": "https://html.spec.whatwg.org/multipage/infrastructure.html#structured-clone",
Expand Down

0 comments on commit ffb0766

Please sign in to comment.