Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change text shadow offset to denote absolute (writing mode independen… #735

Merged
merged 3 commits into from
May 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15486,10 +15486,12 @@ then it applies to the border rectangle of the area.</p>
two to three <loc href="#style-value-length">&lt;length&gt;</loc> terms and
an optional <loc href="#style-value-color">&lt;color&gt;</loc> term,
where terms are separated from one another by linear white space (LWSP).</p>
<p>The first <loc href="#style-value-length">&lt;length&gt;</loc> term denotes the offset in the inline progression direction of the associated area,
where positive denotes towards the end edge and negative towards the start edge,
the second <loc href="#style-value-length">&lt;length&gt;</loc> term denotes the offset in the block progression direction of the associated area,
where positive denotes towards the after edge and negative towards the before edge.
<p>The first <loc href="#style-value-length">&lt;length&gt;</loc> term denotes the offset
along the <loc href="#terms-horizontal-axis">horizontal axis</loc> dimension of the associated area,
where positive denotes towards the right edge and negative towards the left edge,
the second <loc href="#style-value-length">&lt;length&gt;</loc> term denotes the offset
along the <loc href="#terms-vertical-axis">vertical axis</loc> dimension of the associated area,
where positive denotes towards the bottom edge and negative towards the top edge.
The third <loc href="#style-value-length">&lt;length&gt;</loc> term, if present, denotes the blur radius, and must be non-negative.</p>
<p>If no blur radius is specified, i.e., only two <loc href="#style-value-length">&lt;length&gt;</loc> terms are present,
then the computed value of <code>0px</code> applies.</p>
Expand Down