From a77d336c9ae2d45aef6304c66c38db828dda304c Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 11 Jun 2024 16:22:09 +0200 Subject: [PATCH] rename if root --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 9d9288c5..771f7e07 100644 --- a/index.bs +++ b/index.bs @@ -2379,7 +2379,7 @@ TODO: make this return a list in document order
To get the browsing context info given |context|, -|max depth| and |is root|: +|max depth| and |include parent id|: 1. Let |context id| be the [=browsing context id=] for |context|. @@ -2419,7 +2419,7 @@ To get the browsing context info given |context|, 1. Let |context info| be a [=/map=] matching the browsingContext.Info production with the context field set to |context id|, the parent field set to |parent id| - if |is root| is false, or unset otherwise, the url + if |include parent id| is true, or unset otherwise, the url field set to |url|, the userContext field set to |user context|'s [=user context id=], and the children field set to |child infos|.