We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dda33 commit e6409b4Copy full SHA for e6409b4
1 file changed
css-contain-1/Overview.bs
@@ -270,7 +270,7 @@ Layout Containment</h3>
270
<h3 id='containment-style'>
271
Style Containment</h3>
272
273
- Giving an element <dfn export>style containment</dfn> has the following effect:
+ Giving an element <dfn export>style containment</dfn> has the following effects:
274
275
1. The 'counter-increment' and 'counter-set' properties
276
must be <a for=property>scoped</a> to the element's sub-tree
@@ -314,7 +314,7 @@ Style Containment</h3>
314
<pre><code highlight=css>
315
div {
316
contain: style;
317
- counter-increment: n;
+ counter-increment: n;
318
}
319
div::before, div::after {
320
content: counters(n, '.') " ";
0 commit comments