File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -80950,9 +80950,9 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
80950
80950
<hr>
80951
80951
80952
80952
<p>A node is a <dfn>focus navigation scope owner</dfn> if it is a <code>Document</code>, a
80953
- <span>shadow host</span>, a <span>slot</span>, or an element in the <span
80954
- data-x="popover-showing-state">popover showing state</span> which also has a <span>popover
80955
- invoker </span> set .</p>
80953
+ <span>shadow host</span>, a <span>slot</span>, or an element which is the <span>popover
80954
+ invoker</span> of an element in the <span data-x="popover-showing-state">popover showing
80955
+ state </span>.</p>
80956
80956
80957
80957
<p>Each <span>focus navigation scope owner</span> has a <dfn>focus navigation scope</dfn>, which
80958
80958
is a list of elements. Its contents are determined as follows:</p>
@@ -80974,7 +80974,8 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
80974
80974
parent's <span>node document</span>.</p></li>
80975
80975
80976
80976
<li><p>If <var>element</var> is in the <span data-x="popover-showing-state">popover showing
80977
- state</span> and has a <span>popover invoker</span> set, then return <var>element</var>.</p></li>
80977
+ state</span> and has a <span>popover invoker</span> set, then return <var>element</var>'s
80978
+ <span>popover invoker</span>.</p></li>
80978
80979
80979
80980
<li><p>Return <var>element</var>'s parent's <span>associated focus navigation owner</span>.</p></li>
80980
80981
</ol>
You can’t perform that action at this time.
0 commit comments