Skip to content

Commit ebd145b

Browse files
[geolocation] Correction: Clarify that only the emulated error code is used w3c/geolocation@0cc35fa
1 parent 98f456b commit ebd145b

1 file changed

Lines changed: 21 additions & 13 deletions

File tree

geolocation-api-ja.html

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
●●options
113113

114114
spec_title:Geolocation
115-
spec_date:2025-04-11
116-
trans_update:2025-04-16
115+
spec_date:2025-07-11
116+
trans_update:2025-07-26
117117
source_checked:240611
118118
spec_status:REC
119119
original_url:https://www.w3.org/TR/geolocation/
@@ -587,9 +587,9 @@
587587
[infra]
588588
<Infra Standard>. Anne van Kesteren; Domenic Denicola. WHATWG. Living Standard. URL: https://infra.spec.whatwg.org/
589589
[Permissions]
590-
<Permissions>. Marcos Caceres; Mike Taylor. W3C. 20 December 2024. W3C Working Draft. URL: https://www.w3.org/TR/permissions/
590+
<Permissions>. Marcos Caceres; Mike Taylor. W3C. 24 June 2025. W3C Working Draft. URL: https://www.w3.org/TR/permissions/
591591
[permissions-policy]
592-
<Permissions Policy>. Ian Clelland. W3C. 10 February 2025. W3C Working Draft. URL: https://www.w3.org/TR/permissions-policy-1/
592+
<Permissions Policy>. Ian Clelland. W3C. 6 May 2025. W3C Working Draft. URL: https://www.w3.org/TR/permissions-policy-1/
593593
[RFC2119]
594594
<Key words for use in RFCs to Indicate Requirement Levels>. S. Bradner. IETF. March 1997. Best Current Practice. URL: https://www.rfc-editor.org/rfc/rfc2119
595595
[RFC8174]
@@ -680,13 +680,14 @@ <h1>Geolocation</h1>
680680
にて見出せる:
681681
682682
Since this specification become a W3C Recommendation on 01 September 2022, the following substantive additions and/or corrections have been proposed:
683+
• Correction: Clarify that only the emulated error code is used (#187)
684+
• Addition: support geolocation emulation (#183)
683685
• Correction: Use null instead of NaN when stationary (#173)
684686
• Correction: Update acquisition algorithm to define data types and han…
685687
• Addition: Define units for accuracy (#162)
686688
• Correction: check for non-secure contexts (#157)
687689
• Addition: expose .toJSON() on GeolocationCoordinates + GeolocationPos…
688690
• Correction: Clarify units and reference geodetic system for latitude …
689-
• Addition: support geolocation emulation (#183)
690691
691692
A more detailed list of changes can be found in section D. Change log. Reviewers of the document can identify candidate additions and/or corrections by their distinctive styling in the document.
692693
</p>
@@ -2223,9 +2224,9 @@ <h3>各種~algo</h3>
22232224
</p>
22242225
<ol>
22252226
<li>
2226-
`~error~callbackを~queueする$( %~error~callback, %模倣された位置~data )
2227+
`~error~callbackを~queueする$( %~error~callback, %模倣された位置~data の `code$m )
22272228
2228-
+ Call back with error passing errorCallback and emulatedPositionData.
2229+
+ Call back with error passing errorCallback and emulatedPositionData.code.
22292230
</li>
22302231
<li>
22312232
~RET
@@ -3219,6 +3220,19 @@ <h2 title="Change log">変更~log</h2>
32193220
Since First Public Working Draft in 2021, Geolocation has received the following normative changes:
32203221
</dt>
32213222
<dd>
3223+
模倣された~error~codeのみが利用されることを明確化した。
3224+
【`~error~callbackを~queueする$~algoには, %模倣された位置~data ではなく その `code$m を渡すよう正した。】
3225+
( `0cc35fa$commit, `187$pull )
3226+
3227+
Correction: Clarify that only the emulated error code is used (#187)
3228+
</dd>
3229+
<dd>
3230+
地理所在の模倣~用の~supportを追加した。
3231+
( `69cc724$commit, `183$pull )
3232+
3233+
Addition: support geolocation emulation (#183)
3234+
</dd>
3235+
<dd>
32223236
~~静止しているとき【の進行方向に】は、
32233237
NaN に代えて ~NULL を利用するようにした。
32243238
( `9d5829e$commit, `173$pull )
@@ -3325,12 +3339,6 @@ <h2 title="Change log">変更~log</h2>
33253339
( `41d7945$commit, `87$pull )
33263340
33273341
Add "geolocation task queue" (#87)
3328-
</dd>
3329-
<dd>
3330-
地理所在の模倣~用の~supportを追加した。
3331-
( `69cc724$commit, `183$pull )
3332-
3333-
Addition: support geolocation emulation (#183)
33343342
</dd>
33353343

33363344
<dt>

0 commit comments

Comments
 (0)