Skip to content

Commit 55a7e7a

Browse files
authored
[css-regions-1] Convert Region to a mixin (reprise)
The actual `mixin` keyword was overlooked in #3643.
1 parent 4a626ea commit 55a7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-regions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ The Region mixin</h3>
11761176
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>.
11771177

11781178
<pre class="idl">
1179-
interface Region {
1179+
interface mixin Region {
11801180
readonly attribute CSSOMString regionOverset;
11811181
sequence&lt;Range&gt;? getRegionFlowRanges();
11821182
};

0 commit comments

Comments
 (0)