From b91e05bb4181f3967db8993c84ca4dd66ba8e853 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Tue, 11 Nov 2025 16:10:08 +0900 Subject: [PATCH] Remove references to browsing context --- index.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 28a922b..8d5bace 100644 --- a/index.html +++ b/index.html @@ -1168,9 +1168,8 @@

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. + It must have one of the following navigation type values.

@@ -1190,9 +1189,9 @@

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 + 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.

@@ -1228,8 +1227,8 @@

The timing attribute represents the timing - information related to the browsing contexts since the last - non-redirect navigation. This attribute is defined by the + information since the last non-redirect navigation. + This attribute is defined by the PerformanceTiming interface.