diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 22:42:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 11:42:50 +0900 |
commit | b3400a41e5ff084784e4557bb07c0a351a34d477 (patch) | |
tree | 777b9536d6076b57d63328a61d99d4a8a8b6a811 /files/ja/web/api/devicemotionevent | |
parent | c372556f6b6e736496dce8f62f8ca346496c3e93 (diff) | |
download | translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.gz translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.tar.bz2 translated-content-b3400a41e5ff084784e4557bb07c0a351a34d477.zip |
remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851)
Diffstat (limited to 'files/ja/web/api/devicemotionevent')
-rw-r--r-- | files/ja/web/api/devicemotionevent/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/devicemotionevent/index.html b/files/ja/web/api/devicemotionevent/index.html index 100a28a4e9..c165e8e1c2 100644 --- a/files/ja/web/api/devicemotionevent/index.html +++ b/files/ja/web/api/devicemotionevent/index.html @@ -31,9 +31,9 @@ translation_of: Web/API/DeviceMotionEvent <dl> <dt>{{domxref("DeviceMotionEvent.acceleration")}} {{readonlyinline}}</dt> - <dd>3 つの軸 X、Y、Z 上のデバイスの加速度を与えるオブジェクトです。加速度は <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a> で表されます。</dd> + <dd>3 つの軸 X、Y、Z 上のデバイスの加速度を与えるオブジェクトです。加速度は <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a> で表されます。</dd> <dt>{{domxref("DeviceMotionEvent.accelerationIncludingGravity")}} {{readonlyinline}}</dt> - <dd>X、Y、Z 上のデバイスの加速度を重力度込みで与えるオブジェクトです。加速度は <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a> で表されます。</dd> + <dd>X、Y、Z 上のデバイスの加速度を重力度込みで与えるオブジェクトです。加速度は <a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a> で表されます。</dd> <dt>{{domxref("DeviceMotionEvent.rotationRate")}} {{readonlyinline}}</dt> <dd>3つの方向軸アルファ、ベータ、ガンマ上のデバイスの向きの変化率を与えるオブジェクトです。回転速度は 1 秒あたりの度数で表されます。</dd> <dt>{{domxref("DeviceMotionEvent.interval")}} {{readonlyinline}}</dt> |