Skip to content

Commit 2a763fb

Browse files
committed
renaming "gyroscope"
1 parent f4da076 commit 2a763fb

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

_posts/2019-12-13-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: "renamed \"Gyroscope Sensor (gyroscope)\" to \"Gyroscope (gyroscope)\""
4+
date: 2019-12-13
5+
tags: [ gyroscope , gyroscope ]
6+
---
7+
8+
renamed "[Gyroscope Sensor (`gyroscope`)](/spec/gyroscope)" to "[Gyroscope (`gyroscope`)](/spec/gyroscope)"
9+

current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This is a list of all 149 current HTML5 specs, first [138 W3C TR](#TR) (grouped
110110
* [Gamepad](spec/gamepad)
111111
* [Generic Sensor API](spec/generic-sensor)
112112
* [Geolocation Sensor](spec/geolocation-sensor)
113-
* [Gyroscope Sensor](spec/gyroscope)
113+
* [Gyroscope](spec/gyroscope)
114114
* [HTML 5.3](spec/html53)
115115
* [HTML Accessibility API Mappings 1.0](spec/html-aam-1.0)
116116
* [HTML Imports](spec/html-imports)

html5.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<abstract>This specification defines a concrete sensor interface to measure magnetic field in the X, Y and Z axis.</abstract>
9292
</spec>
9393
<spec id="gyroscope" status="WD">
94-
<title>Gyroscope Sensor</title>
94+
<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>
9797
<spec id="accelerometer" status="WD">
@@ -876,6 +876,10 @@
876876
</spec>
877877
</specs>
878878
<log>
879+
<rename date="2019-12-13">
880+
<old id="gyroscope" title="Gyroscope Sensor"/>
881+
<new id="gyroscope" title="Gyroscope"/>
882+
</rename>
879883
<entry date="2019-12-12">added <a href="http://www.w3.org/TR/pointerevents3/"><q>Pointer Events Level 3</q></a></entry>
880884
<entry date="2019-11-22">changed status of <a href="http://www.w3.org/TR/hr-time-2/"><q>High Resolution Time Level 2</q></a> from PR to REC</entry>
881885
<entry date="2019-11-20">changed status of <a href="http://www.w3.org/TR/service-workers-1/"><q>Service Workers 1</q></a> from WD to CR; updated abstract of <a href="http://www.w3.org/TR/screen-capture/"><q>Screen Capture</q></a></entry>

spec/gyroscope.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
category: spec
4-
title: "Gyroscope Sensor"
4+
title: "Gyroscope"
55
---
66

77
<table cellpadding="5">
@@ -34,7 +34,7 @@
3434
<hr></hr>
3535
<br></br>
3636
<h3 id="history">
37-
<q>Gyroscope Sensor</q> Updates:
37+
<q>Gyroscope</q> Updates:
3838
</h3>
3939
<ul>
4040
{% for post in site.posts %}

0 commit comments

Comments
 (0)