@@ -150,10 +150,10 @@ <h2>
150
150
Web Application Manifest
151
151
</ h2 >
152
152
< 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.
157
157
</ p >
158
158
< p >
159
159
As a manifest is JSON, this specification relies on the types defined
@@ -1027,16 +1027,17 @@ <h3>
1027
1027
whatever manifest, member, or value caused the condition is absent.
1028
1028
</ p >
1029
1029
< 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
1034
1034
specification at this point in the algorithm. They SHOULD NOT
1035
1035
modify the existing values already in the < var > manifest</ var >
1036
1036
object.
1037
1037
</ p >
1038
1038
< 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 =
1040
1041
"https://annevankesteren.nl/2014/02/monkey-patch "> issues related to
1041
1042
monkey patching</ a > .
1042
1043
</ p >
@@ -1109,9 +1110,9 @@ <h3>
1109
1110
< li > [=Process the `shortcuts` member=] passing |json|, |manifest|,
1110
1111
and |manifest URL|.
1111
1112
</ 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.
1115
1116
</ li >
1116
1117
< li > Let [=document=]'s < dfn data-dfn-for ="Document "> processed
1117
1118
manifest</ dfn > be |manifest|.
@@ -2206,9 +2207,9 @@ <h2>
2206
2207
returns a [=display mode=].
2207
2208
</ p >
2208
2209
< 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.
2212
2213
</ li >
2213
2214
< li > If the user agent supports |manifest|["display"], then return
2214
2215
|manifest|["display"].
@@ -2708,11 +2709,11 @@ <h3>
2708
2709
This specification is designed to be extensible. Other specifications
2709
2710
are encouraged to define new members for the manifest. However, in
2710
2711
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.
2716
2717
</ p >
2717
2718
< p >
2718
2719
To allow the community to easily find extensions, please add your
0 commit comments