Skip to content

Commit

Permalink
Editorial: ack Permissions API terminology use
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 11, 2016
1 parent 56c9647 commit 2b00379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions storage.bs
Expand Up @@ -84,8 +84,8 @@ Promise.all([

<h2 id=terminology>Terminology</h2>

This specification uses terminology from the DOM, HTML, IDL, and URL Standards. [[DOM]] [[HTML]]
[[WEBIDL]] [[URL]]
This specification uses terminology from the DOM, HTML, IDL, Permissions API, and URL Standards.
[[DOM]] [[HTML]] [[WEBIDL]] [[PERMISSIONS]] [[URL]]

A <dfn>schemeless origin group</dfn> is a group of one of the following:

Expand Down
4 changes: 2 additions & 2 deletions storage.html
Expand Up @@ -174,7 +174,7 @@ <h2 class="heading settled" data-level="1" id="introduction"><span class="secno"
</code></pre>
</div>
<h2 class="heading settled" data-level="2" id="terminology"><span class="secno">2. </span><span class="content">Terminology</span><a class="self-link" href="#terminology"></a></h2>
<p>This specification uses terminology from the DOM, HTML, IDL, and URL Standards. <a data-link-type="biblio" href="#biblio-dom">[DOM]</a> <a data-link-type="biblio" href="#biblio-html">[HTML]</a> <a data-link-type="biblio" href="#biblio-webidl">[WEBIDL]</a> <a data-link-type="biblio" href="#biblio-url">[URL]</a></p>
<p>This specification uses terminology from the DOM, HTML, IDL, Permissions API, and URL Standards. <a data-link-type="biblio" href="#biblio-dom">[DOM]</a> <a data-link-type="biblio" href="#biblio-html">[HTML]</a> <a data-link-type="biblio" href="#biblio-webidl">[WEBIDL]</a> <a data-link-type="biblio" href="#biblio-permissions">[PERMISSIONS]</a> <a data-link-type="biblio" href="#biblio-url">[URL]</a></p>
<p>A <dfn data-dfn-type="dfn" data-noexport="" id="schemeless-origin-group">schemeless origin group<a class="self-link" href="#schemeless-origin-group"></a></dfn> is a group of one of the following:</p>
<ul>
<li>Identical <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque">opaque origins</a>.
Expand Down Expand Up @@ -423,7 +423,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<li><a href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-tuple">tuple origin</a>
</ul>
<li>
<a data-link-type="biblio">[permissions]</a> defines the following terms:
<a data-link-type="biblio">[PERMISSIONS]</a> defines the following terms:
<ul>
<li><a href="https://w3c.github.io/permissions/#dom-permissionstate-granted">"granted"</a>
<li><a href="https://w3c.github.io/permissions/#permission-revocation-algorithm">permission revocation algorithm</a>
Expand Down

0 comments on commit 2b00379

Please sign in to comment.