Skip to content

Commit

Permalink
update undefined to null
Browse files Browse the repository at this point in the history
Co-authored-by: Maksim Sadym <[email protected]>
  • Loading branch information
2 people authored and jrandolf-2 committed Dec 18, 2023
1 parent 686cda1 commit 3b80be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ To <dfn>get the browsing context info</dfn> given |context|,
<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>true</code>, or unset otherwise, the <code>url</code>
field set to |url|, the <code>userContext</code> field set to |user context|
field set to |url|, the <code>userContext</code> field set to |user context| if it’s not null, or omitted otherwise,
and the <code>children</code> field set to |child infos|.

1. Return |context info|.
Expand Down

0 comments on commit 3b80be2

Please sign in to comment.