Skip to content

Commit 518bb8b

Browse files
committed
[css-contain-3][editorial] Typo on size container types
1 parent 427c650 commit 518bb8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-contain-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,23 +193,23 @@ Creating Query Containers: the 'container-type' property</h2>
193193
Applies [=layout containment=],
194194
[=style containment=],
195195
and [=size containment=]
196-
the [=principal box=].
196+
to the [=principal box=].
197197
<dt><dfn>inline-size</dfn>
198198
<dd>
199199
Establishes a [=query container=] for [=dimensional queries=]
200200
on the container’s own [=inline axis=].
201201
Applies [=layout containment=],
202202
[=style containment=],
203203
and [=inline-size containment=]
204-
the [=principal box=].
204+
to the [=principal box=].
205205
<dt><dfn>block-size</dfn>
206206
<dd>
207207
Establishes a [=query container=] for [=dimensional queries=]
208208
on the container’s own [=block axis=].
209209
Applies [=layout containment=],
210210
[=style containment=],
211211
and [=block-size containment=]
212-
the [=principal box=].
212+
to the [=principal box=].
213213
<dt><dfn>style</dfn>
214214
<dd>
215215
Establishes a [=query container=] for [=style queries=].

0 commit comments

Comments
 (0)