diff --git a/cssom-view/Overview.bs b/cssom-view/Overview.bs
index 99844ed9220a..e95fc90f49da 100644
--- a/cssom-view/Overview.bs
+++ b/cssom-view/Overview.bs
@@ -1352,7 +1352,7 @@ The offsetParent attribute must return the
* The element is the root element.
* The element is the HTML body
element.
* The element's computed value of the 'position' property is ''position/fixed''.
-1. Return the nearest ancestor element of the element for which at least one of the following is true and terminate this algorithm if such an ancestor is found:
+1. Return the nearest ancestor unclosed node element of the element for which at least one of the following is true and terminate this algorithm if such an ancestor is found:
* The computed value of the 'position' property is not ''static''.
* It is the HTML body
element.
* The computed value of the 'position' property of the element is ''static'' and the ancestor is one of the following HTML elements: td
, th
, or table
.