File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -1165,26 +1165,23 @@ The NamedFlow interface</h3>
1165
1165
to the <code> NULL</code> state.
1166
1166
1167
1167
<h3 id="the-region-interface">
1168
- The Region interface </h3>
1168
+ The Region mixin </h3>
1169
1169
1170
- The {{Region}}
1171
- interface is a
1172
- <a href="https://www.w3.org/TR/WebIDL/#idl-implements-statements">supplemental interface</a>
1173
- which must be implemented by all objects
1170
+ {{Region}} is a
1171
+ <a href="https://heycam.github.io/webidl/#idl-interface-mixins">mixin</a>
1172
+ which must be included by all interfaces
1174
1173
(<a href="https://www.w3.org/TR/dom/#interface-element">
1175
1174
<code class= "idl">Elements</code></a> ,
1176
1175
pseudo-elements or other CSS constructs
1177
1176
such as <a href="https://drafts.csswg.org/css3-page-template/#templates-and-slots">slots</a> ) in an implementation which can be <a>CSS Regions</a> .
1178
1177
1179
1178
<pre class="idl">
1180
- [Exposed=Window,
1181
- NoInterfaceObject]
1182
1179
interface Region {
1183
1180
readonly attribute CSSOMString regionOverset;
1184
1181
sequence<Range>? getRegionFlowRanges();
1185
1182
};
1186
1183
1187
- Element implements Region;
1184
+ Element includes Region;
1188
1185
</pre>
1189
1186
1190
1187
The <dfn attribute for="Region"><code class= "idl">regionOverset</code></dfn>
You can’t perform that action at this time.
0 commit comments