Skip to content

Commit

Permalink
Improve lexical consistency in prose.
Browse files Browse the repository at this point in the history
  • Loading branch information
skynavga committed Jul 14, 2019
1 parent e5310d1 commit ec33b04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/ttml2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ are also explicitly called out in specification text.</p>
fragment, using the Kleene operators <code>?</code>, <code>*</code>
and <code>+</code>. Each element name therein is a hyperlink to its
own illustration.</p>
<p>The term linear white-space (LWSP) is to be interpreted as a non-empty sequence of
<p>The term linear whitespace (LWSP) is to be interpreted as a non-empty sequence of
SPACE (U+0020), TAB (U+0009), CARRIAGE RETURN (U+000D), or LINE FEED (U+000A),
which corresponds to production [3] <code>S</code> as defined by <bibref ref="xml10"/>.</p>
<p>The following conventions are used in the specification of value syntax expressions:</p>
Expand Down Expand Up @@ -18954,7 +18954,7 @@ requirements that apply to the attribute targeted by the animation.</p>
<head>&lt;key-splines&gt;</head>
<p>A &lt;key-splines&gt; expression is used to specify a list of Bezier control points that control the pacing of an
animation, wherein each pair of values is separated by a SEMICOLON (U+003B) character
optionally surrounded by linear white-space (LWSP) characters.</p>
optionally surrounded by linear whitespace (LWSP) characters.</p>
<table id="key-splines-syntax" role="syntax">
<caption>Syntax Representation &ndash; &lt;key-splines&gt;</caption>
<tbody>
Expand Down Expand Up @@ -18989,7 +18989,7 @@ whole, fraction
<head>&lt;key-times&gt;</head>
<p>An &lt;key-times&gt; expression is used to specify a list of relative time values that control the pacing of an
animation, wherein each pair of values is separated by a SEMICOLON (U+003B) character
optionally surrounded by linear white-space (LWSP) characters.</p>
optionally surrounded by linear whitespace (LWSP) characters.</p>
<table id="key-times-syntax" role="syntax">
<caption>Syntax Representation &ndash; &lt;key-times&gt;</caption>
<tbody>
Expand Down

0 comments on commit ec33b04

Please sign in to comment.