Skip to content

Commit

Permalink
Editorial: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Oct 6, 2021
1 parent ffd31c2 commit 8d81603
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,10 @@ <h3>
`id` member
</h3>
<p>
The [=manifest's=] <code><dfn data-export="" data-dfn-for="manifest"
id="identity">id</dfn></code> member is a <a>string</a> that
represents the <dfn>identity</dfn> for the application. The
[=identity=] takes the form of a URL, which is same origin as the
start URL.
The [=manifest's=] <code><dfn data-export="" data-dfn-for=
"manifest">id</dfn></code> member is a <a>string</a> that represents
the <dfn>identity</dfn> for the application. The [=identity=] takes
the form of a URL, which is same origin as the start URL.
</p>
<p>
The [=identity=] is used by user agents to uniquely identify the
Expand Down Expand Up @@ -871,10 +870,10 @@ <h3>
<li>Set |manifest|["id"] to |id|.
</li>
</ol>
<aside class="example">
<aside class="example" title="Resulting ids">
<p>
Below table shows some example cases of the |identity| processing
algorithm.
Below table shows some example `id`s resulting from the [=process
the `id` member=] steps.
</p>
<table class="data">
<tr>
Expand Down

0 comments on commit 8d81603

Please sign in to comment.