Skip to content

Commit

Permalink
rename if root
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 11, 2024
1 parent c9d2138 commit a77d336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2379,7 +2379,7 @@ TODO: make this return a list in document order

<div algorithm>
To <dfn>get the browsing context info</dfn> given |context|,
|max depth| and |is root|:
|max depth| and |include parent id|:

1. Let |context id| be the [=browsing context id=] for |context|.

Expand Down Expand Up @@ -2419,7 +2419,7 @@ To <dfn>get the browsing context info</dfn> given |context|,
1. Let |context info| be a [=/map=] matching the
<code>browsingContext.Info</code> production with the <code>context</code>
field set to |context id|, the <code>parent</code> field set to |parent id|
if |is root| is <code>false</code>, or unset otherwise, the <code>url</code>
if |include parent id| is <code>true</code>, or unset otherwise, the <code>url</code>
field set to |url|, the <code>userContext</code> field set to
|user context|'s [=user context id=], and the <code>children</code> field
set to |child infos|.
Expand Down

0 comments on commit a77d336

Please sign in to comment.