Skip to content

Commit e6409b4

Browse files
committed
[css-contain] Editorial tweaks
1 parent 50dda33 commit e6409b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-contain-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Layout Containment</h3>
270270
<h3 id='containment-style'>
271271
Style Containment</h3>
272272

273-
Giving an element <dfn export>style containment</dfn> has the following effect:
273+
Giving an element <dfn export>style containment</dfn> has the following effects:
274274

275275
1. The 'counter-increment' and 'counter-set' properties
276276
must be <a for=property>scoped</a> to the element's sub-tree
@@ -314,7 +314,7 @@ Style Containment</h3>
314314
<pre><code highlight=css>
315315
div {
316316
contain: style;
317-
counter-increment: n;
317+
counter-increment: n;
318318
}
319319
div::before, div::after {
320320
content: counters(n, '.') " ";

0 commit comments

Comments
 (0)