diff --git a/source b/source index ae68b7dd563..835925916c9 100644 --- a/source +++ b/source @@ -17550,9 +17550,12 @@ interface HTMLLIElement : HTMLElement {
If the element has an ol
, ul
, or menu
ancestor, set
ancestor to the closest such ancestor element.
Return the closest inclusive ancestor of ancestor that produces a CSS box, if - any. If no such inclusive ancestor exists, then return null; the element has no list - owner.
Return the closest inclusive ancestor of ancestor that produces a CSS box.
+ +Such an element must always exist, as at the very least the document + element must always produce a CSS box.
+To determine the ordinal value of each element owned by a given list
@@ -17597,12 +17600,6 @@ interface HTMLLIElement : HTMLElement {
Go to the step labeled loop. The ordinal value of any element with a list owner of null is 0. This can only impact the rendered counter when all of the element's ancestors do
- not produce CSS boxes, such as if they are all styled with The display:
- contents
.
value
IDL attribute must reflect
@@ -119481,7 +119478,7 @@ INSERT INTERFACES HERE
Elizabeth Castro,
Elliott Sprehn,
Elliotte Harold,
- Emilio Cobos,
+ Emilio Cobos Álvarez,
Emily Stark,
Eric Carlson,
Eric Casler,