Forum Moderators: open
I have a question regarding the use of the colon in detail lists. For example,
First Name: Jane
Last Name: Doe
I've noticed that the use of the colon (after Name) has diminished. I always use it by default, as I consider it a standard for detail lists for (further) distinguishing between the label and the data.
I'd appreciate all thoughts.
To make sure that the label is recognised correctly, include a colon at the end of the labels text string.
Also many screen review utilities often use a colon to identify a list control - e.g this would be of use in the accessibility arena.
label:after {
content: ":"
}