Skip to content

Commit 5cb3733

Browse files
committed
added "Picture-in-Picture", "Media Capabilities", and "Media Session Standard"
1 parent a252215 commit 5cb3733

File tree

7 files changed

+176
-5
lines changed

7 files changed

+176
-5
lines changed

_includes/specs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="specs">
2-
<p>Currently this site tracks 209 specifications, 150 of which are active, while the remaining 59 have been superseded or abandoned. 197 are W3C specifications, and the remaining 12 are published/developed elsewhere. Two separate lists are published here:
2+
<p>Currently this site tracks 212 specifications, 153 of which are active, while the remaining 59 have been superseded or abandoned. 200 are W3C specifications, and the remaining 12 are published/developed elsewhere. Two separate lists are published here:
33
<ul>
44
<li>
5-
<a href="current">150 current specifications</a> (139 W3C, 11 other)
5+
<a href="current">153 current specifications</a> (142 W3C, 11 other)
66
</li>
77
<li>
88
<a href="abandoned">59 superseded or abandoned specifications</a> (58 W3C, 1 other)

_posts/2020-01-31-update.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: post
3+
title: "added \"Picture-in-Picture\", \"Media Capabilities\", and \"Media Session Standard\""
4+
date: 2020-01-31
5+
tags: [ picture-in-picture , media-capabilities , mediasession ]
6+
---
7+
8+
added "[Picture-in-Picture](/spec/picture-in-picture)", "[Media Capabilities](/spec/media-capabilities)", and "[Media Session Standard](/spec/mediasession)"
9+

current.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ permalink: /current
77

88
---
99

10-
This is a list of all 150 current HTML5 specs, first [139 W3C TR](#TR) (grouped by status), and then [11 others](#others):
10+
This is a list of all 153 current HTML5 specs, first [142 W3C TR](#TR) (grouped by status), and then [11 others](#others):
1111

12-
## <a name="TR"/>W3C TR Specifications (139 Specs)
12+
## <a name="TR"/>W3C TR Specifications (142 Specs)
1313

1414
### <a name="REC"/>Recommendations (40 Specs)
1515

@@ -95,7 +95,7 @@ This is a list of all 150 current HTML5 specs, first [139 W3C TR](#TR) (grouped
9595
* [WebRTC 1.0: Real-time Communication Between Browsers](spec/webrtc)
9696
* [WebSocket API](spec/websockets)
9797

98-
### <a name="WD"/>Working Drafts (68 Specs)
98+
### <a name="WD"/>Working Drafts (71 Specs)
9999

100100
* [ARIA in HTML](spec/html-aria)
101101
* [Ambient Light Sensor](spec/ambient-light)
@@ -123,8 +123,10 @@ This is a list of all 150 current HTML5 specs, first [139 W3C TR](#TR) (grouped
123123
* [Long Tasks API 1](spec/longtasks-1)
124124
* [Magnetometer Sensor](spec/magnetometer)
125125
* [Manifest for Web Application](spec/appmanifest)
126+
* [Media Capabilities](spec/media-capabilities)
126127
* [Media Capture Depth Stream Extensions](spec/mediacapture-depth)
127128
* [Media Capture from DOM Elements](spec/mediacapture-fromelement)
129+
* [Media Session Standard](spec/mediasession)
128130
* [MediaStream Recording](spec/mediastream-recording)
129131
* [MediaStreamTrack Content Hints](spec/mst-content-hint)
130132
* [Mediastream Image Capture](spec/image-capture)
@@ -136,6 +138,7 @@ This is a list of all 150 current HTML5 specs, first [139 W3C TR](#TR) (grouped
136138
* [Payment Method: Basic Card](spec/payment-method-basic-card)
137139
* [Performance Timeline Level 2](spec/performance-timeline-2)
138140
* [Permissions](spec/permissions)
141+
* [Picture-in-Picture](spec/picture-in-picture)
139142
* [Pointer Events Level 3](spec/pointerevents3)
140143
* [Proximity Sensor](spec/proximity)
141144
* [Push API](spec/push-api)

html5.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,18 @@
126126
<title>The srcset Attribute</title>
127127
<abstract>When authors adapt their sites for high-resolution displays, they often need to be able to use different assets representing the same image. We address this need for adaptive, bitmapped content images by adding a srcset attribute to the img element.</abstract>
128128
</spec>
129+
<spec id="media-capabilities" status="WD">
130+
<title>Media Capabilities</title>
131+
<abstract>This specification intends to provide APIs to allow websites to make an optimal decision when picking media content for the user. The APIs will expose information about the decoding and encoding capabilities for a given format but also output capabilities to find the best match based on the device’s display.</abstract>
132+
</spec>
133+
<spec id="mediasession" status="WD">
134+
<title>Media Session Standard</title>
135+
<abstract>This specification enables web developers to show customized media metadata on platform UI, customize available platform media controls, and access platform media keys such as hardware keys found on keyboards, headsets, remote controls, and software keys found in notification areas and on lock screens of mobile devices.</abstract>
136+
</spec>
137+
<spec id="picture-in-picture" status="WD">
138+
<title>Picture-in-Picture</title>
139+
<abstract>This specification intends to provide APIs to allow websites to create a floating video window always on top of other windows so that users may continue consuming media while they interact with other content sites, or applications on their device.</abstract>
140+
</spec>
129141
<spec id="media-source" status="REC">
130142
<title>Media Source Extensions</title>
131143
<abstract>This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing JavaScript to generate streams facilitates a variety of use cases like adaptive streaming and time shifting live streams.</abstract>
@@ -880,6 +892,7 @@
880892
</spec>
881893
</specs>
882894
<log>
895+
<entry date="2020-01-31">added <a href="http://www.w3.org/TR/picture-in-picture/"><q>Picture-in-Picture</q></a>, <a href="http://www.w3.org/TR/media-capabilities/"><q>Media Capabilities</q></a>, and <a href="http://www.w3.org/TR/mediasession/"><q>Media Session Standard</q></a></entry>
883896
<entry date="2019-12-17">added <a href="http://www.w3.org/TR/web-share/"><q>Web Share API</q></a></entry>
884897
<entry date="2019-12-16">changed status of <a href="http://www.w3.org/TR/accelerometer/"><q>Accelerometer</q></a>, <a href="http://www.w3.org/TR/gyroscope/"><q>Gyroscope</q></a>, <a href="http://www.w3.org/TR/orientation-sensor/"><q>Orientation Sensor</q></a>, and <a href="http://www.w3.org/TR/generic-sensor/"><q>Generic Sensor API</q></a> from WD to CR</entry>
885898
<rename date="2019-12-14">

spec/media-capabilities.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: page
3+
category: spec
4+
title: "Media Capabilities"
5+
---
6+
7+
<table cellpadding="5">
8+
<tr>
9+
<th valign="top" align="right">
10+
<em>Current Status:</em>
11+
</th>
12+
<td>Working Draft (WD)</td>
13+
</tr>
14+
<tr>
15+
<th valign="top" align="right">
16+
<em>Canonical URI:</em>
17+
</th>
18+
<td>
19+
<code>
20+
<a href="http://www.w3.org/TR/media-capabilities">http://www.w3.org/TR/media-capabilities</a>
21+
</code>
22+
</td>
23+
</tr>
24+
<tr>
25+
<th valign="top" align="right">
26+
<em>Abstract:</em>
27+
</th>
28+
<td>This specification intends to provide APIs to allow websites to make an optimal decision
29+
when picking media content for the user. The APIs will expose information about the
30+
decoding and encoding capabilities for a given format but also output capabilities
31+
to find the best match based on the device’s display.
32+
</td>
33+
</tr>
34+
</table>
35+
<br></br>
36+
<hr></hr>
37+
<br></br>
38+
<h3 id="history">
39+
<q>Media Capabilities</q> Updates:
40+
</h3>
41+
<ul>
42+
{% for post in site.posts %}
43+
{% if post.tags contains "media-capabilities" %}
44+
<li>
45+
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }}: {{ post.title }}</a>
46+
</li>
47+
{% endif %}
48+
{% endfor %}
49+
</ul>

spec/mediasession.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: page
3+
category: spec
4+
title: "Media Session Standard"
5+
---
6+
7+
<table cellpadding="5">
8+
<tr>
9+
<th valign="top" align="right">
10+
<em>Current Status:</em>
11+
</th>
12+
<td>Working Draft (WD)</td>
13+
</tr>
14+
<tr>
15+
<th valign="top" align="right">
16+
<em>Canonical URI:</em>
17+
</th>
18+
<td>
19+
<code>
20+
<a href="http://www.w3.org/TR/mediasession">http://www.w3.org/TR/mediasession</a>
21+
</code>
22+
</td>
23+
</tr>
24+
<tr>
25+
<th valign="top" align="right">
26+
<em>Abstract:</em>
27+
</th>
28+
<td>This specification enables web developers to show customized media metadata on platform
29+
UI, customize available platform media controls, and access platform media keys such
30+
as hardware keys found on keyboards, headsets, remote controls, and software keys
31+
found in notification areas and on lock screens of mobile devices.
32+
</td>
33+
</tr>
34+
</table>
35+
<br></br>
36+
<hr></hr>
37+
<br></br>
38+
<h3 id="history">
39+
<q>Media Session Standard</q> Updates:
40+
</h3>
41+
<ul>
42+
{% for post in site.posts %}
43+
{% if post.tags contains "mediasession" %}
44+
<li>
45+
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }}: {{ post.title }}</a>
46+
</li>
47+
{% endif %}
48+
{% endfor %}
49+
</ul>

spec/picture-in-picture.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: page
3+
category: spec
4+
title: "Picture-in-Picture"
5+
---
6+
7+
<table cellpadding="5">
8+
<tr>
9+
<th valign="top" align="right">
10+
<em>Current Status:</em>
11+
</th>
12+
<td>Working Draft (WD)</td>
13+
</tr>
14+
<tr>
15+
<th valign="top" align="right">
16+
<em>Canonical URI:</em>
17+
</th>
18+
<td>
19+
<code>
20+
<a href="http://www.w3.org/TR/picture-in-picture">http://www.w3.org/TR/picture-in-picture</a>
21+
</code>
22+
</td>
23+
</tr>
24+
<tr>
25+
<th valign="top" align="right">
26+
<em>Abstract:</em>
27+
</th>
28+
<td>This specification intends to provide APIs to allow websites to create a floating
29+
video window always on top of other windows so that users may continue consuming media
30+
while they interact with other content sites, or applications on their device.
31+
</td>
32+
</tr>
33+
</table>
34+
<br></br>
35+
<hr></hr>
36+
<br></br>
37+
<h3 id="history">
38+
<q>Picture-in-Picture</q> Updates:
39+
</h3>
40+
<ul>
41+
{% for post in site.posts %}
42+
{% if post.tags contains "picture-in-picture" %}
43+
<li>
44+
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.date | date: "%b %-d, %Y" }}: {{ post.title }}</a>
45+
</li>
46+
{% endif %}
47+
{% endfor %}
48+
</ul>

0 commit comments

Comments
 (0)