Skip to content

Commit f32b172

Browse files
committed
Update cross-reference "unclosed node" to "shadow-closed-hidden"
Ref. whatwg/dom@ca0f853
1 parent dc36ecd commit f32b172

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,8 +1376,8 @@ The <dfn attribute for=HTMLElement>offsetParent</dfn> attribute must return the
13761376
* The element is <a>the HTML <code>body</code> element</a>.
13771377
* The element's computed value of the 'position' property is ''position/fixed''.
13781378
1. Let <var>ancestor</var> be the parent of the element in the <a>flat tree</a> and repeat these substeps:
1379-
1. If <var>ancestor</var> is not an <a lt="unclosed node">unclosed</a> element of the element and its computed value of the 'position' property is ''position/fixed'', terminate this algorithm and return null.
1380-
1. If <var>ancestor</var> is an <a lt="unclosed node">unclosed</a> element of the element and satisfies at least one of the following, terminate this algorithm and return <var>ancestor</var>.
1379+
1. If <var>ancestor</var> is <a>closed-shadow-hidden</a> from the element and its computed value of the 'position' property is ''position/fixed'', terminate this algorithm and return null.
1380+
1. If <var>ancestor</var> is not <a>closed-shadow-hidden</a> from the element and satisfies at least one of the following, terminate this algorithm and return <var>ancestor</var>.
13811381
* The computed value of the 'position' property is not ''static''.
13821382
* It is <a>the HTML <code>body</code> element</a>.
13831383
* The computed value of the 'position' property of the element is ''static'' and the ancestor is one of the following <a>HTML elements</a>: <code>td</code>, <code>th</code>, or <code>table</code>.

0 commit comments

Comments
 (0)