2
2
3
3
< html >
4
4
< head >
5
- < meta name ="generator " content =
6
- "HTML Tidy for HTML5 (experimental) for Mac OS X https://github.com/w3c/tidy-html5/tree/d193420 ">
7
-
8
5
< title > Web Application Manifest Format and Management APIs</ title >
9
6
< meta http-equiv ='Content-Type ' content ='text/html; charset=utf-8 '>
10
- < script src ='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js ' class =
11
- 'remove '>
12
- </ script >
13
- < script class ='remove '>
14
- var respecConfig = {
15
- // document info
16
- subtitle : "A format for describing web applications and APIs to install, launch and manage them" ,
17
- specStatus : "ED" ,
18
- shortName : "webapps-manifest-api" ,
19
- copyrightStart : "2012" ,
20
- previousPublishDate : "2012-03-19" ,
21
- previousMaturity : "unofficial" ,
22
- // lcEnd: ...
23
- extraCSS : [ "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css" ] ,
24
- inlineCSS : true ,
25
- // editors
26
- editors : [
27
- { name : "Anant Narayanan" ,
28
- company : "Mozilla" , companyURL : "http://mozilla.org/" }
29
- ] ,
30
- // WG
31
- wg : "Webapps Working Group" ,
32
- wgURI : "http://www.w3.org/2008/webapps/" ,
33
- wgPublicList : "public-webapps" ,
34
- wgPatentURI : "http://www.w3.org/2004/01/pp-impl/42538/status" ,
35
- } ;
36
-
37
- function hilight ( r , content ) {
38
- return '<em>' + content + '</em>' ;
39
- }
40
-
41
- function fixSchema ( r , content ) {
42
- return r . _esc ( content ) ;
43
- }
7
+ < script class ="remove " src ="http://www.w3.org/Tools/respec/respec-w3c-common "
8
+ type ="text/javascript ">
9
+ <!-- keep this comment -->
10
+ </ script >
11
+ < script class ="remove " src ="webapps.js " type ="text/javascript ">
12
+ <!-- keep this comment -->
44
13
</ script >
14
+ < style >
15
+ ul .properties > li {
16
+ margin-bottom : 1em ;
17
+ }
18
+ </ style >
45
19
</ head >
46
20
47
21
< body >
@@ -98,7 +72,6 @@ <h2>Example</h2>
98
72
"orientation": "landscape",
99
73
"fullscreen": "true"
100
74
}
101
-
102
75
</ pre >
103
76
</ section >
104
77
@@ -107,7 +80,7 @@ <h2>Properties</h2>
107
80
108
81
< h3 > Mandatory Properties</ h3 >
109
82
110
- < ul >
83
+ < ul class =" properties " >
111
84
< li > < dfn > name</ dfn > : The name of the web application in the default
112
85
locale. Maximum length is 128 characters.</ li >
113
86
@@ -120,9 +93,9 @@ <h3>Mandatory Properties</h3>
120
93
121
94
< h3 > Optional Properties</ h3 >
122
95
123
- < ul >
96
+ < ul class =" properties " >
124
97
< li > < dfn > launch_path</ dfn > : The path within the web application's
125
- origin that is loaded when the application is launched</ li >
98
+ origin that is loaded when the application is launched. </ li >
126
99
127
100
< li > < dfn > icons</ dfn > : A map of icon sizes to URIs of the icons (which
128
101
may be absolute or data URIs). Icons MUST be square.</ li >
0 commit comments