diff --git a/dom.bs b/dom.bs index e493352d..d946f33c 100644 --- a/dom.bs +++ b/dom.bs @@ -6172,7 +6172,8 @@ interface Element : Node { readonly attribute DOMString tagName; [CEReactions] attribute DOMString id; - [CEReactions] attribute DOMString className; + [CEReactions] attribute DOMString class; + [CEReactions] attribute DOMString className; // legacy alias of .class [SameObject, PutForwards=value] readonly attribute DOMTokenList classList; [CEReactions, Unscopable] attribute DOMString slot; @@ -6786,8 +6787,8 @@ claims as to whether using them is conforming or not.
The id
attribute must reflect
"id
".
-
The className
attribute must
-reflect "class
".
+
The class
and className
attribute must reflect "class
".
The classList
getter steps are to return a
{{DOMTokenList}} object whose associated element is this and whose associated
@@ -10506,6 +10507,7 @@ Philippe Le Hégaret,
Piers Wombwell,
Pierre-Marie Dartus,
prosody—Gab Vereable Context(,
+Psychpsyo,
Rafael Weinstein,
Rakina Zata Amni,
Richard Bradshaw,