Skip to content

Commit 9352d49

Browse files
authored
Merge pull request #3737 from foolip/patch-2
[css-regions-1] Convert Region to a mixin (reprise)
2 parents 4a626ea + 55a7e7a commit 9352d49

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)