Skip to content

Commit

Permalink
fix: respec dfn errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jan 28, 2017
1 parent a9179a1 commit 83bfb5b
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2954,9 +2954,9 @@ <h3>
<code>src</code> member
</h3>
<p>
The <dfn data-lt="serviceworker-src"><code>src</code> member</dfn> of
a <a>serviceworker object</a> is a <a>URL</a> representing a service
worker.
The <dfn data-lt="serviceworker-src">service worker <code>src</code>
member</dfn> of a <a>serviceworker object</a> is a <a>URL</a>
representing a service worker.
</p>
<p>
The <dfn>steps for processing the <code>src</code> member of a
Expand Down Expand Up @@ -2996,9 +2996,9 @@ <h3>
<code>scope</code> member
</h3>
<p>
The <dfn data-lt="serviceworker-scope"><code>scope</code>
member</dfn> of a <a>serviceworker object</a> is the service worker's
associated <a>scope URL</a>.
The <dfn data-lt="serviceworker-scope">service worker
<code>scope</code> member</dfn> of a <a>serviceworker object</a> is
the service worker's associated <a>scope URL</a>.
</p>
<p>
The <dfn>steps for processing the <code>scope</code> member of a
Expand Down Expand Up @@ -3039,8 +3039,8 @@ <h3>
<code>type</code> member
</h3>
<p>
The <dfn><code>type</code> member</dfn>
of a <a>serviceworker object</a> is the service worker's <a href=
The <dfn>service worker <code>type</code> member</dfn> of a
<a>serviceworker object</a> is the service worker's <a href=
"https://html.spec.whatwg.org/multipage/workers.html#workertype">worker
type</a>.
</p>
Expand Down Expand Up @@ -3086,11 +3086,10 @@ <h3>
<code>use_cache</code> member
</h3>
<p>
The <dfn><code>use_cache</code>
member</dfn> of a <a>serviceworker object</a> determines whether the
user agent <a href=
"https://w3c.github.io/ServiceWorker/#dfn-use-cache">cache</a> should
be used when fetching the service worker.
The <dfn>service worker <code>use_cache</code> member</dfn> of a
<a>serviceworker object</a> determines whether the user agent
<a href="https://w3c.github.io/ServiceWorker/#dfn-use-cache">cache</a>
should be used when fetching the service worker.
</p>
<p>
The <dfn>steps for processing the <code>use_cache</code> member of a
Expand Down

0 comments on commit 83bfb5b

Please sign in to comment.