diff --git a/spec/ttml1.xml b/spec/ttml1.xml index 469c4a0b..6b76636e 100644 --- a/spec/ttml1.xml +++ b/spec/ttml1.xml @@ -6238,8 +6238,8 @@ defined by .

<color> : "#" rrggbb | "#" rrggbbaa - | "rgb" "(" r-value "," g-value "," b-value ")" - | "rgba" "(" r-value "," g-value "," b-value "," a-value ")" + | "rgb(" r-value "," g-value "," b-value ")" + | "rgba(" r-value "," g-value "," b-value "," a-value ")" | <namedColor> rrggbb @@ -6261,6 +6261,12 @@ non-negative-integer + +

While permitted, the use of linear whitespace (LWSP) around the comma delimiters in +<color> expressions is not recommended. The rationale for this recommendation +is that some existing processors may not be tolerant of this usage. +

+

When expressing RGB component values, these values are considered to not be premultiplied by alpha.

For the purpose of performing presentation processing such that