diff --git a/source b/source index 772397a1687..e3886076989 100644 --- a/source +++ b/source @@ -8230,6 +8230,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +

Reflected IDL attributes of this + type are strongly encouraged to have their identifier end in "Element" for + consistency.

+

If a reflected IDL attribute attr has the type FrozenArray<T>?, where T is either Element or an interface that inherits from Element, then:

@@ -8402,6 +8406,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute +

Reflected IDL attributes of this + type are strongly encouraged to have their identifier end in "Elements" for + consistency.

+

Collections