Skip to content

Commit 8de4b90

Browse files
Anders Hartvoll Ruudbirtles
Anders Hartvoll Ruud
authored andcommitted
Fix linkage, and add bare minimum semantic line-breaks
1 parent e56e77f commit 8de4b90

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

web-animations-1/Overview.bs

+7-5
Original file line numberDiff line numberDiff line change
@@ -3311,7 +3311,8 @@ result.
33113311
this algorithm.
33123312

33133313
This algorithm implies that property values specified in keyframes can
3314-
establish order dependencies. When <a>computing a property value</a>, the
3314+
establish order dependencies.
3315+
When [=compute a property value|computing a property value=], the
33153316
<a>computed values</a> of dependencies held by <var>value</var> must be
33163317
calculated <em>first</em>.
33173318

@@ -3327,8 +3328,8 @@ In this example, in order to <a>compute a property value</a> for
33273328
<code>10em</code>, we must know the <a>computed value</a> of
33283329
'font-size' on the <a>target element</a>, which in turn is determined
33293330
by the <a>effect value</a> for 'font-size', which in turn requires that we
3330-
compute property values for 'font-size'. Hence, computing property
3331-
values are subject to ordering constraints.
3331+
compute property values for 'font-size'.
3332+
Hence, computing property values are subject to ordering constraints.
33323333
</div>
33333334

33343335
</div>
@@ -3606,8 +3607,9 @@ Note: this procedure permits overlapping <a>keyframes</a>.
36063607
<a>keyframe</a> in <var>keyframes</var> respectively.
36073608

36083609
<div class="note">
3609-
Note that <a>computed keyframes</a> are "live": user-agents must behave
3610-
as if they are recreated every time the <a>effect value</a> is calculated.
3610+
Note that <a>computed keyframes</a> are "live":
3611+
user-agents must behave as if they are recreated every time the
3612+
<a>effect value</a> is calculated.
36113613

36123614
For example, if there is an ongoing transition on the 'font-size' property
36133615
from <code>10px</code> to <code>20px</code>, a property value specified as

0 commit comments

Comments
 (0)