diff --git a/dom.bs b/dom.bs index bf5414a22..d230dd5c6 100644 --- a/dom.bs +++ b/dom.bs @@ -2536,7 +2536,8 @@ interface HTMLCollection {

An {{HTMLCollection}} object is a collection of elements.

{{HTMLCollection}} is an historical artifact we cannot rid the web of. -Please do not use it in new APIs. +While developers are of course welcome to keep using it, new API standard designers ought not to use +it (use sequence<T> in IDL instead).

collection . {{HTMLCollection/length}} @@ -9391,6 +9392,7 @@ Ryosuke Niwa, Sam Dutton, Samuel Giles, Sebastian Mayr, +senolv, Seo Sanghyeon, Sergey G. Grekhov, Shiki Okasaka, diff --git a/dom.html b/dom.html index 6e1917233..f214d895e 100644 --- a/dom.html +++ b/dom.html @@ -1540,7 +1540,8 @@

An HTMLCollection object is a collection of elements.

HTMLCollection is an historical artifact we cannot rid the web of. -Please do not use it in new APIs.

+While developers are of course welcome to keep using it, new API standard designers ought not to use +it (use sequence<T> in IDL instead).

collection . length
Returns the number of elements in @@ -2427,7 +2428,7 @@

Unless stated otherwise, a document’s base URL is "about:blank", encoding is the utf-8 encoding, content type is "application/xml", URL is "about:blank", type is "xml", and its mode is "no-quirks".

-

Unless stated otherwise, a document’s origin is an opaque origin. [HTML]

+

Unless stated otherwise, a document’s origin is a new opaque origin. [HTML]

A document is said to be an XML document if its type is "xml", and an HTML document otherwise. Whether a document is an HTML document or an XML document affects the behavior of certain APIs.

A document is said to be in no-quirks mode if its mode is "no-quirks", quirks mode if its mode is "quirks", and limited-quirks mode if its mode is "limited-quirks".

@@ -4827,7 +4828,7 @@

Acknowledgmen Ryosuke Niwa, Sam Dutton, Samuel Giles, -Sebastian Mayr, +Sebastian Mayr, senolv, Seo Sanghyeon, Sergey G. Grekhov, Shiki Okasaka,