|
|
@@ -24,6 +24,7 @@ module Docs
|
|
|
'High Resolution Time' => 'Web Performance',
|
|
|
'Intersection' => 'Intersection Observer',
|
|
|
'Media Capture' => 'Media',
|
|
|
+ 'Media Session' => 'Media Session',
|
|
|
'Media Source' => 'Media',
|
|
|
'MediaStream' => 'Media Streams',
|
|
|
'Navigation Timing' => 'Web Performance',
|
|
|
@@ -69,6 +70,7 @@ module Docs
|
|
|
'element' => 'Element',
|
|
|
'event' => 'Event',
|
|
|
'Event' => 'Event',
|
|
|
+ 'EventSource' => 'Server-Sent Events',
|
|
|
'Fetch' => 'Fetch',
|
|
|
'File' => 'File',
|
|
|
'GlobalEventHandlers' => 'GlobalEventHandlers',
|
|
|
@@ -78,7 +80,8 @@ module Docs
|
|
|
'IDB' => 'IndexedDB',
|
|
|
'location' => 'Location',
|
|
|
'navigator' => 'Navigator',
|
|
|
- 'MediaQuery' => 'MediaQuery',
|
|
|
+ 'MediaMetadata' => 'Media Session',
|
|
|
+ 'MediaSession' => 'Media Session',
|
|
|
'MediaTrack' => 'Media Streams',
|
|
|
'Node' => 'Node',
|
|
|
'Notification' => 'Notification',
|
|
|
@@ -92,10 +95,12 @@ module Docs
|
|
|
'RTC' => 'WebRTC',
|
|
|
'screen' => 'Screen',
|
|
|
'Selection' => 'Selection',
|
|
|
+ 'Shadow' => 'Shadow DOM',
|
|
|
'Storage' => 'Web Storage',
|
|
|
'StyleSheet' => 'CSS',
|
|
|
'Stylesheet' => 'CSS',
|
|
|
'SVG' => 'SVG',
|
|
|
+ 'TimeRanges' => 'Media',
|
|
|
'timing' => 'Web Performance',
|
|
|
'Timing' => 'Web Performance',
|
|
|
'Touch' => 'Touch Events',
|