From 8f2d7e47ea04017bfa76fbf3999186d6ecab1b46 Mon Sep 17 00:00:00 2001 From: Alice Boxhall Date: Tue, 8 Jan 2019 09:16:41 +1100 Subject: [PATCH] Nullable types and attribute change steps --- source | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/source b/source index e79a2c96a00..3b5e7de6916 100644 --- a/source +++ b/source @@ -7369,8 +7369,9 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute return a DOMTokenList object whose associated element is the element in question and whose associated attribute's local name is the name of the attribute in question.

-

If a reflecting IDL attribute attr has the type Element, - or an interface that inherits from Element, then: +

If a reflecting IDL attribute attr has the type Element?, or an interface that inherits from Element?, then:

If a reflecting IDL attribute attr has the type sequence<Element>, or sequence<T> where - T inherits from Element, then:

+ data-x="">sequence<Element>?, or sequence<T>? where T inherits from + Element, then: