Skip to content

Commit 4d73edf

Browse files
committed
Clarify attributes affected by punctuation terms.
1 parent 54b411f commit 4d73edf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

specification.rst

+16-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,22 @@ Localized Punctuation
690690
~~~~~~~~~~~~~~~~~~~~~
691691

692692
The terms ``colon``, ``comma``, and ``semicolon`` define locale-specific punctuation marks.
693-
When specified in the locale, all instances of the ":" (``colon``), "," (``comma``), and ";" (``semicolon``) characters specified in the style in ``value``, ``prefix``, ``suffix``, and ``delimiter`` attributes are replaced with their corresponding terms.
693+
When specified in the locale, all instances of the ":" (``colon``), "," (``comma``), and ";" (``semicolon``) characters specified in the style in the follow attributes are replaced with their corresponding terms:
694+
695+
- ``after-collapse-delimiter``
696+
- ``cite-group-delimiter``
697+
- ``delimiter``
698+
- ``initialize-with``
699+
- ``name-delimiter``
700+
- ``names-delimiter``
701+
- ``prefix``
702+
- ``range-delimiter``
703+
- ``sort-separator``
704+
- ``suffix``
705+
- ``title-delimiter``
706+
- ``year-suffix-delimiter``
707+
- ``value``
708+
694709
Any ":", ",", or ";" characters contained in item data are unchanged.
695710
Other characters included in affected attributes aside from ":", ",", or ";" (e.g., spaces) are unchanged.
696711

0 commit comments

Comments
 (0)