comma-separated-text data type

The comma-separated-text type is used to specify a comma-separated list of text elements, as is used by the font-family attribute.

Base type: token

Regex pattern: [^,]+(, ?[^,]+)*