diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 0502b5ea..1b8867a5 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -729,7 +729,7 @@ partial interface CSSStyleRule { [SameObject] readonly attribute StylePropertyMap styleMap; }; -partial interface ElementCSSInlineStyle { +partial interface mixin ElementCSSInlineStyle { [SameObject] readonly attribute StylePropertyMap attributeStyleMap; }; @@ -738,8 +738,8 @@ partial interface ElementCSSInlineStyle { represent style property-value pairs embedded in a style rule or inline style, and are accessed via the styleMap attribute of {{CSSStyleRule}} objects, or the attributeStyleMap attribute -of objects implementing the {{ElementCSSInlineStyle}} interface -(such as {{Element}}s). +of objects implementing the {{ElementCSSInlineStyle}} interface mixin +(such as {{HTMLElement}}s). When constructed, the {{[[declarations]]}} internal slot for [=declared StylePropertyMap=] objects is initialized to contain an entry