We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9060e commit 384ab04Copy full SHA for 384ab04
css-lists-3/Overview.bs
@@ -226,6 +226,7 @@ Properties Applying to ''::marker''</h4>
226
::marker, ::before::marker, ::after::marker {
227
unicode-bidi: isolate;
228
font-variant-numeric: tabular-nums;
229
+ white-space: pre;
230
}
231
</pre>
232
@@ -269,6 +270,9 @@ Generating Marker Contents</h3>
269
270
and ''::marker'' does not generate a box.
271
</dl>
272
273
+ Additionally, the UA may transform into spaces or discard
274
+ any preserved [=forced line breaks=].
275
+
276
<!--
277
██ ██████ ████ ██ ██ ███ ██████ ████████
278
██ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██
0 commit comments