File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ Formatting negative values: the '@counter-style/negative' descriptor</h3>
763763 Name : negative
764764 For : @counter-style
765765 Value : <<symbol>> <<symbol>>?
766- Initial : "\2D" ("-" hyphen-minus)
766+ Initial : "-"
767767 </pre>
768768
769769 The '@counter-style/negative' descriptor defines how to alter the representation when
@@ -807,7 +807,7 @@ Symbols before the marker: the '@counter-style/prefix' descriptor</h3>
807807 Name : prefix
808808 For : @counter-style
809809 Value : <<symbol>>
810- Initial : "" (the empty string)
810+ Initial : ""
811811 </pre>
812812
813813 The '@counter-style/prefix' descriptor specifies a <<symbol>>
@@ -835,7 +835,7 @@ Symbols after the marker: the '@counter-style/suffix' descriptor</h3>
835835 Name : suffix
836836 For : @counter-style
837837 Value : <<symbol>>
838- Initial : "\2E\20" ("." full stop followed by a space)
838+ Initial : ". "
839839 </pre>
840840
841841 The '@counter-style/suffix' descriptor specifies a <<symbol>>
You can’t perform that action at this time.
0 commit comments