File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -479,9 +479,11 @@ the User Agent must run the steps described below:
479479<div algorithm="getSpatialNavigationContainer steps">
480480: <dfn method for=Element lt="getSpatialNavigationContainer()">getSpatialNavigationContainer()</dfn>
481481::
482- 1. Return the element if it is a <a>spatial navigation container</a> ,
483- or the nearest ancestor of the element that is a <a>spatial navigation container</a> ,
482+ 1. Return the nearest ancestor of the element that is a <a>spatial navigation container</a> ,
484483 or the <a>document</a> if the nearest <a>spatial navigation container</a> is the viewport.
484+
485+ Note: If the element is a <a>spatial navigation container</a> , {{getSpatialNavigationContainer()}} also returns
486+ the nearest <a>spatial navigation container</a> , not the element itself.
485487
486488</div>
487489
You can’t perform that action at this time.
0 commit comments