@@ -1117,8 +1117,9 @@ <h4>
1117
1117
`latitude`, `longitude`, and `accuracy` attributes
1118
1118
</ h4 >
1119
1119
< p >
1120
- The < dfn > latitude</ dfn > and < dfn > longitude</ dfn > attributes are
1121
- geographic coordinates specified in decimal degrees.
1120
+ The < dfn > latitude</ dfn > and < dfn > longitude</ dfn > attributes denote
1121
+ the position, specified as a real number of degrees, in the [[WGS84]]
1122
+ coordinate system.
1122
1123
</ p >
1123
1124
< p >
1124
1125
The < dfn > accuracy</ dfn > attribute denotes the accuracy level of the
@@ -1172,19 +1173,22 @@ <h2>
1172
1173
{{GeolocationCoordinates}} instance:
1173
1174
< ol >
1174
1175
< li > Initialize |coord|'s {{GeolocationCoordinates/latitude}}
1175
- attribute to a geographic coordinate in decimal degrees.
1176
+ attribute to a latitude, specified as a real number of degrees, in
1177
+ the [[WGS84]] coordinate system.
1176
1178
</ li >
1177
1179
< li > Initialize |coord|'s {{GeolocationCoordinates/longitude}}
1178
- attribute to a geographic coordinate in decimal degrees.
1180
+ attribute to a longitude, specified as a real number of degrees,
1181
+ in the [[WGS84]] coordinate system.
1179
1182
</ li >
1180
1183
< li > Initialize |coord|'s {{GeolocationCoordinates/accuracy}}
1181
1184
attribute to a non-negative real number. The value SHOULD
1182
1185
correspond to a 95% confidence level with respect to the
1183
1186
longitude and latitude values.
1184
1187
</ li >
1185
1188
< li > Initialize |coord|'s {{GeolocationCoordinates/altitude}}
1186
- attribute in meters above the [[WGS84]] ellipsoid, or `null` if
1187
- the implementation cannot provide altitude information.
1189
+ attribute to a height, in meters, above the [[WGS84]] ellipsoid,
1190
+ or `null` if the implementation cannot provide altitude
1191
+ information.
1188
1192
</ li >
1189
1193
< li > Initialize |coord|'s
1190
1194
{{GeolocationCoordinates/altitudeAccuracy}} attribute as
@@ -1194,15 +1198,16 @@ <h2>
1194
1198
level.
1195
1199
</ li >
1196
1200
< li > Initialize |coord|'s {{GeolocationCoordinates/speed}}
1197
- attribute to a non-negative real number, or as `null` if the
1198
- implementation cannot provide speed information.
1201
+ attribute to a speed, as a non-negative real number of meters per
1202
+ second, or as `null` if the implementation cannot provide speed
1203
+ information.
1199
1204
</ li >
1200
1205
< li > Initialize |coord|'s {{GeolocationCoordinates/heading}}
1201
- attribute in degrees, or `null` if the implementation cannot
1202
- provide heading information. If the hosting device is stationary
1203
- (i.e., the value of the {{GeolocationCoordinates/speed}}
1204
- attribute is 0), then initialize the
1205
- {{GeolocationCoordinates/heading}} to `NaN`.
1206
+ attribute to a heading, in degrees, or `null` if the
1207
+ implementation cannot provide heading information. If the hosting
1208
+ device is stationary (i.e., the value of the
1209
+ {{GeolocationCoordinates/speed}} attribute is 0), then initialize
1210
+ the {{GeolocationCoordinates/heading}} to `NaN`.
1206
1211
</ li >
1207
1212
</ ol >
1208
1213
</ li >
0 commit comments