File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ partial interface CSSStyleRule {
729
729
[SameObject] readonly attribute StylePropertyMap styleMap;
730
730
};
731
731
732
- partial interface ElementCSSInlineStyle {
732
+ partial interface mixin ElementCSSInlineStyle {
733
733
[SameObject] readonly attribute StylePropertyMap attributeStyleMap;
734
734
};
735
735
</pre>
@@ -738,8 +738,8 @@ partial interface ElementCSSInlineStyle {
738
738
represent style property-value pairs embedded in a style rule or inline style,
739
739
and are accessed via the <dfn attribute for=CSSStyleRule>styleMap</dfn> attribute of {{CSSStyleRule}} objects,
740
740
or 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).
743
743
744
744
When constructed, the {{[[declarations]]}} internal slot for [=declared StylePropertyMap=] objects
745
745
is initialized to contain an entry
You can’t perform that action at this time.
0 commit comments