Skip to content

Commit 2db851c

Browse files
committed
Editorial: rename extension point -> processing extension point
1 parent 26842d0 commit 2db851c

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

index.html

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ <h2>
150150
Web Application Manifest
151151
</h2>
152152
<p>
153-
A <dfn data-export="" data-dfn-for="" data-lt=
154-
"application manifest|manifest's">manifest</dfn> is a [[JSON]] document
155-
that contains startup parameters and application defaults for when a
156-
web application is launched.
153+
A <dfn data-export="" data-lt="manifest" data-local-lt=
154+
"manifest's">application manifest</dfn> is a [[JSON]] document that
155+
contains startup parameters and application defaults for when a web
156+
application is launched.
157157
</p>
158158
<p>
159159
As a manifest is JSON, this specification relies on the types defined
@@ -1027,16 +1027,17 @@ <h3>
10271027
whatever manifest, member, or value caused the condition is absent.
10281028
</p>
10291029
<p>
1030-
The following algorithm provides an <dfn data-lt=
1031-
"processing extension-point of web manifest" data-export=
1032-
"">extension point</dfn>: other specifications that add new members
1033-
to the manifest are encouraged to hook themselves into this
1030+
The following algorithm provides an <dfn data-dfn-for=
1031+
"application manifest" data-export="">processing
1032+
extension-point</dfn>: other specifications that add new members to
1033+
the manifest are encouraged to hook themselves into this
10341034
specification at this point in the algorithm. They SHOULD NOT
10351035
modify the existing values already in the <var>manifest</var>
10361036
object.
10371037
</p>
10381038
<p class="note">
1039-
The <a>extension point</a> is meant to help avoid <a href=
1039+
The [=application manifest/processing extension-point=] is meant to
1040+
help avoid <a href=
10401041
"https://annevankesteren.nl/2014/02/monkey-patch">issues related to
10411042
monkey patching</a>.
10421043
</p>
@@ -1109,9 +1110,9 @@ <h3>
11091110
<li>[=Process the `shortcuts` member=] passing |json|, |manifest|,
11101111
and |manifest URL|.
11111112
</li>
1112-
<li>
1113-
<a>Extension point</a>: process any proprietary and/or other
1114-
supported members at this point in the algorithm.
1113+
<li>[=application manifest/Processing extension-point=]: process
1114+
any proprietary and/or other supported members at this point in the
1115+
algorithm.
11151116
</li>
11161117
<li>Let [=document=]'s <dfn data-dfn-for="Document">processed
11171118
manifest</dfn> be |manifest|.
@@ -2206,9 +2207,9 @@ <h2>
22062207
returns a [=display mode=].
22072208
</p>
22082209
<ol class="algorithm">
2209-
<li>
2210-
<a>Extension point</a>: process any proprietary and/or other
2211-
supported display modes at this point in the algorithm.
2210+
<li>[=application manifest/processing extension-point=]: process any
2211+
proprietary and/or other supported display modes at this point in the
2212+
algorithm.
22122213
</li>
22132214
<li>If the user agent supports |manifest|["display"], then return
22142215
|manifest|["display"].
@@ -2708,11 +2709,11 @@ <h3>
27082709
This specification is designed to be extensible. Other specifications
27092710
are encouraged to define new members for the manifest. However, in
27102711
doing so, please follow the conventions used in this specification.
2711-
In particular, use the <a>extension point</a> to hook into the steps
2712-
for <a>processing a manifest</a>. Also, be sure to specify the steps
2713-
for processing your particular member in the manner set forth in this
2714-
specification. This will help keep this part of the platform
2715-
consistent.
2712+
In particular, use the [=application manifest/processing
2713+
extension-point=] to hook into the steps for <a>processing a
2714+
manifest</a>. Also, be sure to specify the steps for processing your
2715+
particular member in the manner set forth in this specification. This
2716+
will help keep this part of the platform consistent.
27162717
</p>
27172718
<p>
27182719
To allow the community to easily find extensions, please add your

0 commit comments

Comments
 (0)