forked from ChangeWindows/Content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnext.php
More file actions
158 lines (158 loc) · 4.23 KB
/
next.php
File metadata and controls
158 lines (158 loc) · 4.23 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">What's next?</h3>
</div>
<div class="panel-body">
<h2>What's next in Windows?</h2>
<div class="alert alert-info">
<h4>Future builds</h4>
The features listened below are from unknown builds announced during "The Next Chapter" and other reliable sources. We'll sort out which feature belongs to which build as soon as we know for sure!
</div>
<h3>Features</h3>
<ul>
<li>The virtual keyboard has been enhanced</li>
<li>Windows Hello
<ul>
<li>Support for logging in with face recognition</li>
<li>Support for logging in with fingerprints</li>
<li>Support for logging in with eye scan</li>
<li>"Passport" will replace passwords</li>
</ul>
</li>
<li>Built in ssa-subtitle support</li>
<li>Built in ass-subtitle support</li>
<li>Built in srt-subtitle support</li>
</ul>
<h3>WinRT</h3>
<ul>
<li>WinRT apps now also work on Xbox One</li>
</ul>
<h3>Start</h3>
<ul>
<li>The Start menu can be resized</li>
<li>Transparency is available</li>
</ul>
<h3>Internet Explorer</h3>
<ul>
<li>The Edge render engine will be removed from Internet Explorer</li>
<li>IE will be reset back to version 11.0.9600</li>
</ul>
<h3>"Project Spartan"</h3>
<ul>
<li>Improvements to the Edge render engine
<ul>
<li>Dynamic Adaptive Streaming over HTTP (DASH)</li>
<li>CSS
<ul>
<li>Cross-Domain Font Loading</li>
<li>CSS 'initial' and 'unset' value</li>
</ul>
</li>
<li>JavaScript
<ul>
<li>Default parameter</li>
<li>Generators</li>
<li>RegExp Build-ins (ES6)</li>
<li>ASM.js</li>
<li>SIMD (ES7)</li>
</ul>
</li>
<li>Realtime / Communication
<ul>
<li>WebRTC - Object RTC API</li>
</ul>
</li>
<li>Multimedia
<ul>
<li>Media Capture and Streams</li>
<li>Motion JPEG (MJPG)</li>
</ul>
</li>
<li>Misc
<ul>
<li><img srcset></li>
<li><main> element
<li>Pointer Lock (Mouse Lock)
<li>ARIA role 'none'
<li>HTML Sections in Accessibility API
<li>Pointer Lock (Mouse Lock)
</ul>
</li>
<li>Security
<ul>
<li>Meta Referrer</li>
</ul>
</li>
<li>Graphics
<ul>
<li>SVG foreignobject element</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Apps</h3>
<ul>
<li>Music
<ul>
<li>Buy music from the Windows Store Beta</li>
<li>Right-click context menus</li>
<li>Better navigation</li>
<li>Dark color theme</li>
<li>Compact mode</li>
<li>Improved settings</li>
<li>Improvements to accessibility</li>
</ul>
</li>
<li>Outlook
<ul>
<li>Mail has been replaced by Outlook</li>
<li>Outlook now has a ribbon design</li>
</ul>
</li>
<li>Outlook Calendar
<ul>
<li>Calendar has been replaced by Outlook Calendar</li>
</ul>
</li>
<li>People
<ul>
<li>People has been revamped</li>
</ul>
</li>
<li>Photos
<ul>
<li>Photos now can creates albums</li>
</ul>
</li>
<li>Settings
<ul>
<li>Windows Update
<ul>
<li>Optional driver updates will no longer get installed automatically</li>
<li>Option to scan against WSUS server or Windows/Microsoft Update</li>
<li>Notifications when new updates are available</li>
<li>When setting up a device, the first update scan will show all updates and require only one restart, instead of multiple restarts and multiple series of updates</li>
<li>Technical Preview updates will be completely integrated in Windows Update</li>
</ul>
</li>
</ul>
</li>
<li>Video
<ul>
<li>Buy movies and TV shows from the Windows Store Beta</li>
<li>Download movies and TV shows for offline play</li>
<li>New device management to play your content offline on devices you care about</li>
<li>Improved search</li>
<li>Movie reviews and cast information</li>
<li>Improved settings</li>
</ul>
</li>
</ul>
<h3>And further</h3>
<ul>
<li>DirectX 12 is now supported</li>
<li>USB 3.1 support</li>
</ul>
</div>
</div>