Skip to content

Commit c331969

Browse files
[HTML] Editorial: replace error with reason in "abort a NavigateEvent" whatwg/html@534692e
1 parent af3c31f commit c331969

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

HTML-navigation-apis-ja.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4925,20 +4925,13 @@ <h5 title="Ongoing navigation tracking">7.2.6.8. 進行中な~naviの追跡-法<
49254925
Set navigation's ongoing navigate event to null.
49264926
</li>
49274927
<li>
4928-
<p>
49294928
~IF[
49304929
%~navi の`進行中な~API~method追跡子$ ~NEQ ~NULL
49314930
49324931
4933-
`完遂-時の~promiseを却下する$( %~API~method追跡子, %~error† )
4934-
</p>
4935-
4936-
<p class="trans-note">【†
4937-
未定義な変数
4938-
— %事由, %~error報 どちらかが意図されると思われる(以下も同様)。
4939-
</p>
4932+
`完遂-時の~promiseを却下する$( %~API~method追跡子, %事由 )
49404933
4941-
If navigation's ongoing API method tracker is non-null, then reject the finished promise for apiMethodTracker with error.
4934+
If navigation's ongoing API method tracker is non-null, then reject the finished promise for apiMethodTracker with reason.
49424935
</li>
49434936
<li>
49444937
`~eventを発火する$( %~navi, `navigateerror$et, `ErrorEvent$I )
@@ -4958,14 +4951,14 @@ <h5 title="Ongoing navigation tracking">7.2.6.8. 進行中な~naviの追跡-法<
49584951
If navigation's transition is null, then return.
49594952
</li>
49604953
<li>
4961-
`~promiseを却下する$( %~navi の`遷移$の`~commit時の~promise$nTr, %~error )
4954+
`~promiseを却下する$( %~navi の`遷移$の`~commit時の~promise$nTr, %事由 )
49624955
4963-
Reject navigation's transition's committed promise with error.
4956+
Reject navigation's transition's committed promise with reason.
49644957
</li>
49654958
<li>
4966-
`~promiseを却下する$( %~navi の`遷移$の`完遂-時の~promise$nTr, %~error )
4959+
`~promiseを却下する$( %~navi の`遷移$の`完遂-時の~promise$nTr, %事由 )
49674960
4968-
Reject navigation's transition's finished promise with error.
4961+
Reject navigation's transition's finished promise with reason.
49694962
</li>
49704963
<li>
49714964
%~navi の`遷移$ ~SET ~NULL

0 commit comments

Comments
 (0)