Skip to content

Commit

Permalink
ref whatwg HTML spec for origin & Navigator. Fixes #160.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Sep 14, 2016
1 parent 7131b93 commit e8172c4
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions index.bs
Expand Up @@ -35,6 +35,20 @@ Boilerplate: omit conformance, omit feedback-header
Markup Shorthands: css off, markdown on
</pre>

<pre class="anchors">

spec: HTML; urlPrefix: https://html.spec.whatwg.org/multipage/
type: dfn
urlPrefix: browsers.html; for: web
text: origin
text: opaque origin
text: tuple origin
type: dfn
urlPrefix: webappapis.html; for: interface
text: Navigator

</pre>


# Introduction # {#intro}

Expand Down Expand Up @@ -130,8 +144,10 @@ or a combination of both.

This specification relies on several other underlying specifications.

: HTML5
:: The concept of <dfn for='web'>origin</dfn> and the <dfn>Navigator</dfn> interface are defined in [[!HTML5]].
<!-- , <a>opaque origin</a>, -->

: HTML
:: The concepts of <a for='web'>origin</a> and the <a>Navigator</a> interface are defined in [[!HTML]].

: Web IDL
:: Many of the interface definitions and all of the IDL in this specification depend on [[!WebIDL-1]]. This updated version of
Expand Down Expand Up @@ -701,7 +717,7 @@ string-valued keys. Values may be any type that has a valid encoding in JSON. It
<div dfn-for="ClientData">
The <dfn>challenge</dfn> member contains the base64url encoding of the challenge provided by the RP.

The <dfn>origin</dfn> member contains the fully qualified web origin of the requester, as provided to the authenticator by
The <dfn for="ClientData">origin</dfn> member contains the fully qualified web origin of the requester, as provided to the authenticator by
the client, in the syntax defined by [[RFC6454]].

The <dfn>rpId</dfn> member contains the RP ID of the requester, as computed by the client.
Expand Down

0 comments on commit e8172c4

Please sign in to comment.