You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: html5.xml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
<title>Network Service Discovery</title>
79
79
<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>
80
80
</spec>
81
-
<specid="generic-sensor"status="WD">
81
+
<specid="generic-sensor"status="CR">
82
82
<title>Generic Sensor API</title>
83
83
<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>
84
84
</spec>
@@ -90,19 +90,19 @@
90
90
<title>Magnetometer Sensor</title>
91
91
<abstract>This specification defines a concrete sensor interface to measure magnetic field in the X, Y and Z axis.</abstract>
92
92
</spec>
93
-
<specid="gyroscope"status="WD">
93
+
<specid="gyroscope"status="CR">
94
94
<title>Gyroscope</title>
95
95
<abstract>This specification defines a concrete sensor interface to monitor the rate of rotation around the device's local three primary axes.</abstract>
96
96
</spec>
97
-
<specid="accelerometer"status="WD">
97
+
<specid="accelerometer"status="CR">
98
98
<title>Accelerometer</title>
99
99
<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>
100
100
</spec>
101
101
<specid="motion-sensors"status="NOTE">
102
102
<title>Motion Sensors Explainer</title>
103
103
<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>
104
104
</spec>
105
-
<specid="orientation-sensor"status="WD">
105
+
<specid="orientation-sensor"status="CR">
106
106
<title>Orientation Sensor</title>
107
107
<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>
108
108
</spec>
@@ -876,6 +876,7 @@
876
876
</spec>
877
877
</specs>
878
878
<log>
879
+
<entrydate="2019-12-16">changed status of <ahref="http://www.w3.org/TR/accelerometer/"><q>Accelerometer</q></a>, <ahref="http://www.w3.org/TR/gyroscope/"><q>Gyroscope</q></a>, <ahref="http://www.w3.org/TR/orientation-sensor/"><q>Orientation Sensor</q></a>, and <ahref="http://www.w3.org/TR/generic-sensor/"><q>Generic Sensor API</q></a> from WD to CR</entry>
0 commit comments