Skip to content

Commit 512f265

Browse files
[fullscreen] Reference close request steps whatwg/fullscreen@dd2b098
1 parent 9b736ae commit 512f265

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

fullscreen-ja.html

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
●●options
107107

108108
spec_title:Fullscreen API
109-
spec_date:2025-07-22
110-
trans_update:2025-02-13
109+
spec_date:2025-07-25
110+
trans_update:2025-07-25
111111
source_checked:200611
112112
spec_status:LS
113113
original_url:https://fullscreen.spec.whatwg.org/
@@ -280,7 +280,6 @@
280280
~node~navigable:~HTMLds#node-navigable
281281
~navigable:~HTMLds#child-navigable
282282
子孫~navigable群:~HTMLds#descendant-navigables
283-
~top-level辿可能:~HTMLds#top-level-traversable
284283
nav.~top-level辿可能:~HTMLds#nav-top
285284
nav.作動中な文書:~HTMLds#nav-document
286285
nav.容器:~HTMLds#nav-container
@@ -300,6 +299,9 @@
300299

301300
一過な作動化を有して:~HTMLinteraction#transient-activation
302301
利用者-作動化を消費する:~HTMLinteraction#consume-user-activation
302+
-要請:~HTMLinteraction#close-request
303+
-要請~手続き:~HTMLinteraction#close-request-steps
304+
-注視器:~HTMLinteraction#close-watcher
303305

304306
最上層な~popover先祖を見出す:~HTMLpopover#topmost-popover-ancestor
305307
ある所までの~popoverをすべて隠す:~HTMLpopover#hide-all-popovers-until
@@ -338,6 +340,8 @@
338340
隠す:hideする:~
339341
抜出る:exitする::抜け出る
340342
popover:
343+
-:close:閉じ
344+
注視器:watcher::~
341345

342346
●CSS
343347
重層する:overlayする::層を重ねる
@@ -378,8 +382,6 @@
378382
●仕様
379383
改善案:potential improvements:~
380384
末端利用者:end user:~:::エンドユーザ
381-
指図-:instruct:~
382-
指図:instruction:~
383385
呼ばれ:called
384386
告知-:advertise:~
385387
-:supply:~
@@ -392,6 +394,7 @@
392394
~~模造:recreate
393395
欺く:spoof する
394396
という:said to be
397+
優先される:takes precedence over
395398

396399
●未分類
397400
iframe:
@@ -456,7 +459,7 @@
456459

457460
Commits:
458461
<a href="https://github.com/whatwg/fullscreen/commits">GitHub whatwg/fullscreen/commits</a>
459-
<a href="https://fullscreen.spec.whatwg.org/commit-snapshots/1c324eeafe81ace8fc3e3b1c9c04776787a01f90/" id="commit-snapshot-link">Snapshot as of this commit</a></dd>
462+
<a href="https://fullscreen.spec.whatwg.org/commit-snapshots/dd2b0983dae0ab32584b87e6ad76e5ebb67a846c/" id="commit-snapshot-link">Snapshot as of this commit</a></dd>
460463
<a href="https://twitter.com/fullscreenapi">@fullscreenapi</a>
461464

462465
Tests:
@@ -1822,31 +1825,29 @@ <h2 title="API">3. ~API</h2>
18221825
<h2 title="UI">4. ~UI</h2>
18231826

18241827
<p>
1825-
~UAには、
1826-
`requestFullscreen()$m,
1827-
`exitFullscreen()$m
1828-
の手続きを通して,~native媒体の~fullscreen制御を実装することが奨励される
1828+
~UAには、
1829+
~native媒体の~fullscreen制御を[
1830+
`requestFullscreen()$m, `exitFullscreen()$m
1831+
【用に定義された手続き】を通して実装することが奨励される
18291832
18301833
User agents are encouraged to implement native media fullscreen controls in terms of requestFullscreen() and exitFullscreen().
18311834
</p>
18321835

18331836
<p>
1834-
末端利用者は、[
1835-
`requestFullscreen()$m を介して起動された ~fullscreen~sessionを終止する
1836-
]よう,~UAに指図している場合
1837-
1838-
`~fullscreenから全部的に抜出る$( `~top-level辿可能$にて`作動中な文書$nav )
1837+
利用者が`閉-要請$を起動した場合、
1838+
`閉-要請~手続き$の一部として`~fullscreenから全部的に抜出る$ ~algoが誘発されることになる。
1839+
これは、
1840+
どの`閉-注視器$よりも優先される。
18391841
1840-
If the end user instructs the user agent to end a fullscreen session initiated via requestFullscreen(), fully exit fullscreen given the top-level traversable’s active document.
1842+
If the user initiates a close request, this will trigger the fully exit fullscreen algorithm as part of the close request steps. This takes precedence over any close watchers.
18411843
</p>
18421844

18431845
<p>
18441846
~UAは、[
1845-
末端利用者からの指図 /
1846-
`exitFullscreen()$m の~call
1847+
`閉-要請$/ `exitFullscreen()$m の~call
18471848
]が無いときでも,必要yであると判断するならば ~fullscreen~sessionを終止してもヨイ。
18481849
1849-
The user agent may end any fullscreen session without instruction from the end user or call to exitFullscreen() whenever the user agent deems it necessary.
1850+
The user agent may end any fullscreen session without a close request or call to exitFullscreen() whenever the user agent deems it necessary.
18501851
</p>
18511852

18521853
</section>

0 commit comments

Comments
 (0)