diff --git a/spec/ttml2.xml b/spec/ttml2.xml index fb49393ea..dfbb12691 100644 --- a/spec/ttml2.xml +++ b/spec/ttml2.xml @@ -11036,6 +11036,13 @@ before edge, the second applies to the start and end edges, and the third applie to the after edge. If four <length> specifications are provided, then they apply to before, end, after, and start edges, respectively.

+ +

Percentage values are relative to the dimension of the region to which they apply. For example, if the before and after edges correspond +to the top and bottom edges of the region, as is the case for Latin text where tts:writingMode is equal to "lrtb", +then percentage values that apply to either of the two edges are relative to the height of the region. Conversely, if the before and after +edges correspond to the right and left edges of the region, as is the case for Japanese text where tts:writingMode is equal to +"tbrl", then percentage values that apply to either of the two edges are relative to the width of the region.

+

The <length> value(s) used to express padding must be non-negative.

If padding is applied to a span element, and content from that element is divided across multiple line areas, then the specified padding must be applied at each line break boundary. In contrast,