Skip to content

Commit 76a23b0

Browse files
committed
[css-counter-styles-3][editorial] Drop the editorial note from the Initial lines in a few propdefs, so they're parseable like other blocks. #7417
1 parent 6f65970 commit 76a23b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-counter-styles-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>>

0 commit comments

Comments
 (0)