|
112 | 112 | ●●options |
113 | 113 |
|
114 | 114 | 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 |
117 | 117 | source_checked:240611 |
118 | 118 | spec_status:REC |
119 | 119 | original_url:https://www.w3.org/TR/geolocation/ |
|
587 | 587 | [infra] |
588 | 588 | <Infra Standard>. Anne van Kesteren; Domenic Denicola. WHATWG. Living Standard. URL: https://infra.spec.whatwg.org/ |
589 | 589 | [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/ |
591 | 591 | [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/ |
593 | 593 | [RFC2119] |
594 | 594 | <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 |
595 | 595 | [RFC8174] |
@@ -680,13 +680,14 @@ <h1>Geolocation</h1> |
680 | 680 | にて見出せる: |
681 | 681 | ◎ |
682 | 682 | 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) |
683 | 685 | • Correction: Use null instead of NaN when stationary (#173) |
684 | 686 | • Correction: Update acquisition algorithm to define data types and han… |
685 | 687 | • Addition: Define units for accuracy (#162) |
686 | 688 | • Correction: check for non-secure contexts (#157) |
687 | 689 | • Addition: expose .toJSON() on GeolocationCoordinates + GeolocationPos… |
688 | 690 | • Correction: Clarify units and reference geodetic system for latitude … |
689 | | -• Addition: support geolocation emulation (#183) |
690 | 691 | ◎ |
691 | 692 | 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. |
692 | 693 | </p> |
@@ -2223,9 +2224,9 @@ <h3>各種~algo</h3> |
2223 | 2224 | </p> |
2224 | 2225 | <ol> |
2225 | 2226 | <li> |
2226 | | -`~error~callbackを~queueする$( %~error~callback, %模倣された位置~data ) |
| 2227 | +`~error~callbackを~queueする$( %~error~callback, %模倣された位置~data の `code$m ) |
2227 | 2228 | ◎ |
2228 | | -+ Call back with error passing errorCallback and emulatedPositionData. |
| 2229 | ++ Call back with error passing errorCallback and emulatedPositionData.code. |
2229 | 2230 | </li> |
2230 | 2231 | <li> |
2231 | 2232 | ~RET |
@@ -3219,6 +3220,19 @@ <h2 title="Change log">変更~log</h2> |
3219 | 3220 | Since First Public Working Draft in 2021, Geolocation has received the following normative changes: |
3220 | 3221 | </dt> |
3221 | 3222 | <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> |
3222 | 3236 | ~~静止しているとき【の進行方向に】は、 |
3223 | 3237 | NaN に代えて ~NULL を利用するようにした。 |
3224 | 3238 | ( `9d5829e$commit, `173$pull ) |
@@ -3325,12 +3339,6 @@ <h2 title="Change log">変更~log</h2> |
3325 | 3339 | ( `41d7945$commit, `87$pull ) |
3326 | 3340 | ◎ |
3327 | 3341 | Add "geolocation task queue" (#87) |
3328 | | -</dd> |
3329 | | - <dd> |
3330 | | -地理所在の模倣~用の~supportを追加した。 |
3331 | | -( `69cc724$commit, `183$pull ) |
3332 | | -◎ |
3333 | | -Addition: support geolocation emulation (#183) |
3334 | 3342 | </dd> |
3335 | 3343 |
|
3336 | 3344 | <dt> |
|
0 commit comments