Skip to content

Commit 8d81603

Browse files
committed
Editorial: clean up
1 parent ffd31c2 commit 8d81603

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -819,11 +819,10 @@ <h3>
819819
`id` member
820820
</h3>
821821
<p>
822-
The [=manifest's=] <code><dfn data-export="" data-dfn-for="manifest"
823-
id="identity">id</dfn></code> member is a <a>string</a> that
824-
represents the <dfn>identity</dfn> for the application. The
825-
[=identity=] takes the form of a URL, which is same origin as the
826-
start URL.
822+
The [=manifest's=] <code><dfn data-export="" data-dfn-for=
823+
"manifest">id</dfn></code> member is a <a>string</a> that represents
824+
the <dfn>identity</dfn> for the application. The [=identity=] takes
825+
the form of a URL, which is same origin as the start URL.
827826
</p>
828827
<p>
829828
The [=identity=] is used by user agents to uniquely identify the
@@ -871,10 +870,10 @@ <h3>
871870
<li>Set |manifest|["id"] to |id|.
872871
</li>
873872
</ol>
874-
<aside class="example">
873+
<aside class="example" title="Resulting ids">
875874
<p>
876-
Below table shows some example cases of the |identity| processing
877-
algorithm.
875+
Below table shows some example `id`s resulting from the [=process
876+
the `id` member=] steps.
878877
</p>
879878
<table class="data">
880879
<tr>

0 commit comments

Comments
 (0)