File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,12 @@ The *-quote values of the content property</h4>
466
466
If the depth is greater than the number of pairs,
467
467
the last pair is repeated.
468
468
469
- Note that this quoting depth is independent of the nesting of the source document or the formatting structure.
469
+ Note that this quoting depth is independent of
470
+ the nesting of the source document or the formatting structure.
471
+
472
+ Note: Quote nesting, like [[css-lists-3#inheriting-counters|counter inheritance]] ,
473
+ operates on the “flattened element tree”
474
+ in the context of the [[DOM]] .
470
475
471
476
Some typographic styles require open quotation marks to be repeated
472
477
before every paragraph of a quote spanning several paragraphs,
Original file line number Diff line number Diff line change @@ -993,6 +993,10 @@ Inheriting Counters</h4>
993
993
#counter-inheritance-example b.baz { color: blue; }
994
994
</style>
995
995
996
+ Note: Counter inheritance, like regular CSS [=inheritance=] ,
997
+ operates on the “flattened element tree”
998
+ in the context of the [[DOM]] .
999
+
996
1000
<h4 id="instantiating-counters">
997
1001
Instantiating Counters</h4>
998
1002
You can’t perform that action at this time.
0 commit comments