Skip to content

Commit a2d29f0

Browse files
[navigation-timing] Remove references to browsing context w3c/navigation-timing@fd7f577
1 parent 52eb80f commit a2d29f0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

navigation-timing-ja.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@
187187
●●options
188188

189189
spec_title:Navigation Timing Level 2
190-
spec_date:2025-09-29
191-
trans_update:2025-09-30
190+
spec_date:2025-11-11
191+
trans_update:2025-11-11
192192
source_checked:210408
193193
page_state_key:TIMING
194194
original_url:https://w3c.github.io/navigation-timing/
@@ -537,7 +537,6 @@
537537
doc.-文書の~unload計時~:~HTMLdom#previous-document-unload-timing
538538
doc.~load計時~報:~HTMLdom#load-timing-info
539539

540-
閲覧~文脈:~HTMLds#browsing-context
541540
~navigable:~HTMLds#navigable
542541
nav.作動中な文書:~HTMLds#nav-document
543542

@@ -2298,9 +2297,11 @@ <h3 title="The PerformanceNavigation interface">`PerformanceNavigation^I ~interf
22982297

22992298
<dt>`type@1n</dt>
23002299
<dd>
2301-
現在の`閲覧~文脈$における最後の非~redirect`~navi$の種別を,上に挙げた定数~値のいずれかとして返すモノトスル。
2300+
最後の非~redirect`~navi$の種別を[
2301+
上に挙げた いずれかの定数~値
2302+
]として返すモノトスル。
23022303
2303-
This attribute must return the type of the last non-redirect navigation in the current browsing context. It must have one of the following navigation type values.
2304+
This attribute must return the type of the last non-redirect navigation. It must have one of the following navigation type values.
23042305
</dd>
23052306
<dd class="note">注記:
23062307
`refresh$v ~pragma指令を利用する類いの,~client側による~redirectは、
@@ -2316,14 +2317,14 @@ <h3 title="The PerformanceNavigation interface">`PerformanceNavigation^I ~interf
23162317

23172318
<dt>`redirectCount@1n</dt>
23182319
<dd>
2319-
現在の`閲覧~文脈$の下での,最後の非~redirect~naviからの~redirect回数を返すモノトスル。
2320+
最後の非~redirect~naviからの~redirect回数を返すモノトスル。
23202321
23212322
そのような~redirectは無い, または
23222323
行先~文書と`同一-生成元$に属さない~redirectがある
23232324
]場合、
23242325
0 を返すモノトスル。
23252326
2326-
This attribute must return the number of redirects since the last non-redirect navigation under the current browsing context. If there is no redirect or there is any redirect that is not from the same origin as the destination document, this attribute must return zero.
2327+
This attribute must return the number of redirects since the last non-redirect navigation. If there is no redirect or there is any redirect that is not from the same origin as the destination document, this attribute must return zero.
23272328
</dd>
23282329

23292330
<dt>`toJSON@1n</dt>
@@ -2358,9 +2359,9 @@ <h3 title="Extensions to the Performance interface">`Performance^I ~interfaceに
23582359
<dl class="idl-def">
23592360
<dt>`timing@1</dt>
23602361
<dd>
2361-
最後の非~redirect ~navi以降の`閲覧~文脈$に関係する計時~情報を表現する。
2362+
最後の非~redirect ~navi以降の計時~情報を表現する。
23622363
2363-
The timing attribute represents the timing information related to the browsing contexts since the last non-redirect navigation.\
2364+
The timing attribute represents the timing information since the last non-redirect navigation.\
23642365
</dd>
23652366
<dd>
23662367
この属性は `PerformanceTiming$I ~interfaceにより定義される。

0 commit comments

Comments
 (0)