You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: motion-1/Overview.bs
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1534,7 +1534,36 @@ This specification introduces no new security considerations.
1534
1534
1535
1535
<em>This section is non-normative.</em>
1536
1536
1537
-
The following changes were made since the <a href="https://www.w3.org/TR/2015/WD-motion-1-20150409/">9 April 2015 First Public Working Draft</a>.
1537
+
<h3 class=no-num id="changes-20181218">Changes since the <a href="https://www.w3.org/TR/2018/WD-motion-1-20181218/">18 December 2018</a> Working Draft</h3>
1538
+
1539
+
<!-- to Aug 1, 2023 -->
1540
+
1541
+
* Added offset-position:normal that doesn't override the normal position defaulting, and add an "at <position>"" to ray() <a href="https://github.com/w3c/fxtf-drafts/issues/504">#504</a>.
1542
+
* Corrected offset-path to use <url> instead of <url()> <a href="https://github.com/w3c/fxtf-drafts/issues/508">#508</a>
1543
+
* Reworded the calculation of the offset transform, using terminology from CSS Transforms 1
1544
+
* Clarified "offset-distance" and "offset-rotate"
1545
+
* Simplified and clarified the behavior of the "contain" keyword <a href="https://github.com/w3c/fxtf-drafts/issues/363">#363</a>.
1546
+
* Changed the equivalent path of a circle()/ellipse() to match SVG <a href="https://github.com/w3c/fxtf-drafts/issues/506">#506</a>.
1547
+
* The element being referenced by coord-box is the element establishing the containing block for the transformed element, and in an SVG context coord-box is treated as view-box <a href="https://github.com/w3c/fxtf-drafts/issues/369#issuecomment-1457239856">#369</a>
1548
+
* Moved the definition of <basic-shape> paths to an appendix.
1549
+
* Allowed <coord-box> to be combined with any of the path functions <a href="https://github.com/w3c/fxtf-drafts/issues/369#issuecomment-577787797">#369</a>
1550
+
* Added inline links to some issues: <a href="https://github.com/w3c/fxtf-drafts/issues/503">#503</a>, <a href="https://github.com/w3c/fxtf-drafts/issues/504">#504</a>
1551
+
* Clarified initial position
1552
+
* Moved path() to the <basic-shape> section.
1553
+
* Made <ray-size> optional, defaulting to "closest-side".
1554
+
* Rewrote introduction.
1555
+
* Moved ray() definition to its own subsection
1556
+
* Clarified definition of offset path <a href="https://github.com/w3c/fxtf-drafts/issues/66">#66</a>
1557
+
* Clarified that the <coord-box> tpe is defined in CSS Box 3.
1558
+
* Corrected <ray()> and <path()> type syntax.
1559
+
* Clarified that "modulo" has its mathematical, not C/JS definition <a href="https://github.com/w3c/fxtf-drafts/issues/339">#339</a>.
1560
+
* Fixed directionality at sharp path boundaries to match SVG. <a href="https://github.com/w3c/fxtf-drafts/issues/209">#209</a>.
1561
+
* Reorganized offset-path section for better readability.
1562
+
* Removed note describing the concept of polar angles.
1563
+
* Changed computed value of offset-distance to a computed <length-percentage> value.
1564
+
* Replaced animatable by Animation type.
1565
+
1566
+
<h3 class=no-num id="changes-20150409">Changes since the <a href="https://www.w3.org/TR/2015/WD-motion-1-20150409/">9 April 2015</a> First Public Working Draft</h3>
1538
1567
1539
1568
* Renamed <a href="https://www.w3.org/TR/2015/WD-motion-1-20150409/#motion-path-property">motion-path</a> to 'offset-path' for integrating with <a href="https://www.w3.org/TR/2016/WD-css-round-display-1-20160301/#polar-angle-property">polar-angle</a>.
1540
1569
* Added the ''ray()'' to define an <a>offset path</a> as a line segment which direction is specified by <<angle>>.
0 commit comments