Skip to content

Commit 61da0d9

Browse files
committed
[motion-1][editorial] Add changes from 2018 to date, #9165
1 parent 79f9543 commit 61da0d9

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

motion-1/Overview.bs

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,36 @@ This specification introduces no new security considerations.
15341534

15351535
<em>This section is non-normative.</em>
15361536

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 &lt;position>"" to ray() <a href="https://github.com/w3c/fxtf-drafts/issues/504">#504</a>.
1542+
* Corrected offset-path to use &lt;url> instead of &lt;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 &lt;basic-shape> paths to an appendix.
1549+
* Allowed &lt;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 &lt;basic-shape> section.
1553+
* Made &lt;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 &lt;coord-box> tpe is defined in CSS Box 3.
1558+
* Corrected &lt;ray()> and &lt;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>
15381567

15391568
* 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>.
15401569
* Added the ''ray()'' to define an <a>offset path</a> as a line segment which direction is specified by <<angle>>.

0 commit comments

Comments
 (0)