-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathtoc.json
More file actions
100 lines (100 loc) · 3.73 KB
/
Copy pathtoc.json
File metadata and controls
100 lines (100 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"title": "Roadmap of Web Applications on Mobile",
"discourse": {
"category": "W3C’s discourse forum",
"url": "https://discourse.wicg.io/"
},
"github": "https://github.com/w3c/web-roadmaps",
"publishedVersion": "https://www.w3.org/Mobile/roadmap/",
"createFeatureSections": true,
"pages": [
{
"url": "graphics.html",
"title": "Graphics and Layout",
"icon": "../assets/img/mobile-graphics.svg",
"description": "Features needed to design compelling and smooth user interfaces."
},
{
"url": "adaptation.html",
"title": "Device Adaptation",
"icon": "../assets/img/mobile-adaptation.svg",
"description": "Features needed to create responsive layouts, where content automatically adjusts itself to heterogeneous screens, input mechanisms and other device capabilities."
},
{
"url": "forms.html",
"title": "Forms",
"icon": "../assets/img/mobile-forms.svg",
"description": "Features needed to build rich forms and optimize user input on devices where text input remains a challenge."
},
{
"url": "storage.html",
"title": "Data Storage",
"icon": "../assets/img/mobile-storage.svg",
"description": "Technologies available to save state, export content, and integrate data from files and services on the system."
},
{
"url": "media.html",
"title": "Media",
"icon": "../assets/img/mobile-media.svg",
"description": "Features needed to create immersive audio/video experiences on mobile devices."
},
{
"url": "userinput.html",
"title": "User Interaction",
"icon": "../assets/img/mobile-userinput.svg",
"description": "Features needed to engage the user through device-specific interaction mechanisms (touch, vibration, notifications), and guarantee the accessibility of these interactions."
},
{
"url": "sensors.html",
"title": "Sensors and Local Interactions",
"icon": "../assets/img/mobile-sensors.svg",
"description": "Hooks to interact with sensors that compose mobile devices, from accelerometers and geolocation sensors to proximity-based communication mechanisms."
},
{
"url": "network.html",
"title": "Network and Communications",
"icon": "../assets/img/mobile-network.svg",
"description": "Interactions with the network to bring the power and immense storage capabilities of the Web to otherwise limited mobile devices."
},
{
"url": "lifecycle.html",
"title": "Application Lifecycle",
"icon": "../assets/img/mobile-lifecycle.svg",
"description": "Mechanisms to integrate the application with the rest of the system and provide a native-like experience."
},
{
"url": "payment.html",
"title": "Payment and Services",
"icon": "../assets/img/mobile-payment.svg",
"description": "Features needed to monetize an application, e.g. by integrating easy-to-use in-app purchases."
},
{
"url": "performance.html",
"title": "Performance and Tuning",
"icon": "../assets/img/mobile-performance.svg",
"description": "Mechanisms to monitor and improve the performances of an application on highly-constrained mobile devices."
},
{
"url": "security.html",
"title": "Security and Privacy",
"icon": "../assets/img/mobile-security.svg",
"description": "Technologies and considerations to guarantee privacy and security on mobile devices that hold some of the user’s most private and confidential data."
}
],
"about": {
"url": "about.html"
},
"groups": {
"url": "groups.html"
},
"translations": [
{
"title": "English",
"lang": "en"
},
{
"title": "中文",
"lang": "zh"
}
]
}