Skip to content

Commit 4e18f2d

Browse files
authored
[cssom] Fix ElementCSSInlineStyle section. (#4179)
It's a mixin now. Fixes #4174
1 parent d9189f2 commit 4e18f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cssom-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,10 +2782,10 @@ DOM Access to CSS Declaration Blocks {#dom-access-to-css-declaration-blocks}
27822782
============================================================================
27832783

27842784

2785-
The {{ElementCSSInlineStyle}} Interface {#the-elementcssinlinestyle-interface}
2786-
------------------------------------------------------------------------------
2785+
<h3 id="the-elementcssinlinestyle-mixin" oldids="the-elementcssinlinestyle-interface">
2786+
The {{ElementCSSInlineStyle}} Mixin</h3>
27872787

2788-
The <code>ElementCSSInlineStyle</code> interface provides access to inline style properties of an element.
2788+
The <code>ElementCSSInlineStyle</code> mixin provides access to inline style properties of an element.
27892789

27902790
<pre class=idl>
27912791
interface mixin ElementCSSInlineStyle {

0 commit comments

Comments
 (0)