Skip to content

Commit ef0d807

Browse files
committed
changing "accelerometer" , "gyroscope", "orientation-sensor", "generic-sensor" from WD to CR
1 parent 5b249f4 commit ef0d807

File tree

7 files changed

+24
-14
lines changed

7 files changed

+24
-14
lines changed

_posts/2019-12-16-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: "changed status of \"Accelerometer\", \"Gyroscope\", \"Orientation Sensor\", and \"Generic Sensor API\" from WD to CR"
4+
date: 2019-12-16
5+
tags: [ accelerometer , gyroscope , orientation-sensor , generic-sensor ]
6+
---
7+
8+
changed status of "[Accelerometer](/spec/accelerometer)", "[Gyroscope](/spec/gyroscope)", "[Orientation Sensor](/spec/orientation-sensor)", and "[Generic Sensor API](/spec/generic-sensor)" from WD to CR
9+

current.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,21 @@ This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped
6262

6363
* [Cooperative Scheduling of Background Tasks](spec/requestidlecallback)
6464

65-
### <a name="CR"/>Candidate Recommendations (26 Specs)
65+
### <a name="CR"/>Candidate Recommendations (30 Specs)
6666

67+
* [Accelerometer](spec/accelerometer)
6768
* [Accessible Rich Internet Applications (WAI-ARIA) 1.1](spec/wai-aria-1.1)
6869
* [Audio Output Devices API](spec/audio-output)
6970
* [Battery Status API](spec/battery-status)
7071
* [Beacon](spec/beacon)
7172
* [DOM Parsing and Serialization](spec/DOM-Parsing)
73+
* [Generic Sensor API](spec/generic-sensor)
74+
* [Gyroscope](spec/gyroscope)
7275
* [Identifiers for WebRTC's Statistics API](spec/webrtc-stats)
7376
* [Identity for WebRTC 1.0](spec/webrtc-identity)
7477
* [Media Capture and Streams](spec/mediastream-streams)
7578
* [Mixed Content](spec/mixed-content)
79+
* [Orientation Sensor](spec/orientation-sensor)
7680
* [Page Visibility 2](spec/page-visibility-2)
7781
* [Payment Method Identifiers](spec/payment-method-id)
7882
* [Payment Request API](spec/payment-request)
@@ -91,10 +95,9 @@ This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped
9195
* [WebRTC 1.0: Real-time Communication Between Browsers](spec/webrtc)
9296
* [WebSocket API](spec/websockets)
9397

94-
### <a name="WD"/>Working Drafts (71 Specs)
98+
### <a name="WD"/>Working Drafts (67 Specs)
9599

96100
* [ARIA in HTML](spec/html-aria)
97-
* [Accelerometer](spec/accelerometer)
98101
* [Ambient Light Sensor](spec/ambient-light)
99102
* [Audio Processing API](spec/audioproc)
100103
* [Clear Site Data](spec/clear-site-data)
@@ -108,9 +111,7 @@ This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped
108111
* [Encoding](spec/encoding)
109112
* [File API](spec/FileAPI)
110113
* [Gamepad](spec/gamepad)
111-
* [Generic Sensor API](spec/generic-sensor)
112114
* [Geolocation Sensor](spec/geolocation-sensor)
113-
* [Gyroscope](spec/gyroscope)
114115
* [HTML 5.3](spec/html53)
115116
* [HTML Accessibility API Mappings 1.0](spec/html-aam-1.0)
116117
* [HTML Imports](spec/html-imports)
@@ -129,7 +130,6 @@ This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped
129130
* [Mediastream Image Capture](spec/image-capture)
130131
* [Navigation Timing Level 2](spec/navigation-timing-2)
131132
* [Network Error Logging](spec/network-error-logging)
132-
* [Orientation Sensor](spec/orientation-sensor)
133133
* [Paint Timing 1](spec/paint-timing)
134134
* [Payment Handler API](spec/payment-handler)
135135
* [Payment Method Manifest](spec/payment-method-manifest)

html5.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<title>Network Service Discovery</title>
7979
<abstract>This specification defines a mechanism for an HTML document to discover and subsequently communicate with HTTP-based services advertised via common discovery protocols within the current network.</abstract>
8080
</spec>
81-
<spec id="generic-sensor" status="WD">
81+
<spec id="generic-sensor" status="CR">
8282
<title>Generic Sensor API</title>
8383
<abstract>This specification defines a framework for exposing sensor data to the Open Web Platform in a consistent way. It does so by defining a blueprint for writing specifications of concrete sensors along with an abstract Sensor interface that can be extended to accommodate different sensor types.</abstract>
8484
</spec>
@@ -90,19 +90,19 @@
9090
<title>Magnetometer Sensor</title>
9191
<abstract>This specification defines a concrete sensor interface to measure magnetic field in the X, Y and Z axis.</abstract>
9292
</spec>
93-
<spec id="gyroscope" status="WD">
93+
<spec id="gyroscope" status="CR">
9494
<title>Gyroscope</title>
9595
<abstract>This specification defines a concrete sensor interface to monitor the rate of rotation around the device's local three primary axes.</abstract>
9696
</spec>
97-
<spec id="accelerometer" status="WD">
97+
<spec id="accelerometer" status="CR">
9898
<title>Accelerometer</title>
9999
<abstract>This specification defines accelerometer sensor interface for obtaining information about acceleration applied to the X, Y and Z axis of a device that hosts the sensor.</abstract>
100100
</spec>
101101
<spec id="motion-sensors" status="NOTE">
102102
<title>Motion Sensors Explainer</title>
103103
<abstract>This explainer is an introduction to low-level and high-level motion sensors, their relationship, inner workings and common use-cases. Common cases of event filtering and sensor fusion are introduced with examples, showing how to apply that on sensors following the Generic Sensor API specification.</abstract>
104104
</spec>
105-
<spec id="orientation-sensor" status="WD">
105+
<spec id="orientation-sensor" status="CR">
106106
<title>Orientation Sensor</title>
107107
<abstract>This specification defines a base orientation sensor interface and concrete sensor subclasses to monitor the device's physical orientation in relation to a stationary three dimensional Cartesian coordinate system.</abstract>
108108
</spec>
@@ -876,6 +876,7 @@
876876
</spec>
877877
</specs>
878878
<log>
879+
<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>
879880
<rename date="2019-12-14">
880881
<old id="accelerometer" title="Accelerometer Sensor"/>
881882
<new id="accelerometer" title="Accelerometer"/>

spec/accelerometer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<th valign="top" align="right">
1010
<em>Current Status:</em>
1111
</th>
12-
<td>Working Draft (WD)</td>
12+
<td>Candidate Recommendation (CR)</td>
1313
</tr>
1414
<tr>
1515
<th valign="top" align="right">

spec/generic-sensor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<th valign="top" align="right">
1010
<em>Current Status:</em>
1111
</th>
12-
<td>Working Draft (WD)</td>
12+
<td>Candidate Recommendation (CR)</td>
1313
</tr>
1414
<tr>
1515
<th valign="top" align="right">

spec/gyroscope.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<th valign="top" align="right">
1010
<em>Current Status:</em>
1111
</th>
12-
<td>Working Draft (WD)</td>
12+
<td>Candidate Recommendation (CR)</td>
1313
</tr>
1414
<tr>
1515
<th valign="top" align="right">

spec/orientation-sensor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<th valign="top" align="right">
1010
<em>Current Status:</em>
1111
</th>
12-
<td>Working Draft (WD)</td>
12+
<td>Candidate Recommendation (CR)</td>
1313
</tr>
1414
<tr>
1515
<th valign="top" align="right">

0 commit comments

Comments
 (0)