File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ partial interface CSSStyleRule {
729729 [SameObject] readonly attribute StylePropertyMap styleMap;
730730};
731731
732- partial interface ElementCSSInlineStyle {
732+ partial interface mixin ElementCSSInlineStyle {
733733 [SameObject] readonly attribute StylePropertyMap attributeStyleMap;
734734};
735735</pre>
@@ -738,8 +738,8 @@ partial interface ElementCSSInlineStyle {
738738represent style property-value pairs embedded in a style rule or inline style,
739739and are accessed via the <dfn attribute for=CSSStyleRule>styleMap</dfn> attribute of {{CSSStyleRule}} objects,
740740or the <dfn attribute for="ElementCSSInlineStyle">attributeStyleMap</dfn> attribute
741- of objects implementing the {{ElementCSSInlineStyle}} interface
742- (such as {{Element }} s).
741+ of objects implementing the {{ElementCSSInlineStyle}} interface mixin
742+ (such as {{HTMLElement }} s).
743743
744744When constructed, the {{[[declarations]]}} internal slot for [=declared StylePropertyMap=] objects
745745is initialized to contain an entry
You can’t perform that action at this time.
0 commit comments