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