Skip to content

Commit 33db218

Browse files
committed
[css-transforms-1] Do not require commas between transform functions on transform attribute. #3719
1 parent d0c8ea8 commit 33db218

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css-transforms-1/Overview.bs

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Status: ED
44
Work Status: Refining
55
ED: https://drafts.csswg.org/css-transforms/
66
TR: https://www.w3.org/TR/css-transforms-1/
7+
Previous Version: https://www.w3.org/TR/2019/CR-css-transforms-1-20190214/
78
Previous Version: https://www.w3.org/TR/2018/WD-css-transforms-1-20181130/
89
Previous Version: https://www.w3.org/TR/2017/WD-css-transforms-1-20171130/
910
Previous Version: https://www.w3.org/TR/2013/WD-css-transforms-1-20131126/
@@ -758,15 +759,18 @@ matrix
758759
<dt id="svg-transforms">transforms</dt>
759760
<dd><pre>
760761
transform
761-
| transform comma-wsp transforms
762+
| transform wsp* comma-wsp? transforms
762763
</dd></pre>
763764
<dd>
764765
<pre class='railroad'>
765766
Choice:
766767
N: transform
767768
Seq:
768769
N: transform
769-
N: comma-wsp
770+
Star:
771+
N: wsp
772+
Optional:
773+
N: comma-wsp
770774
N: transforms
771775
</pre>
772776
</dd>
@@ -1522,6 +1526,11 @@ At this point there are no information about potential privacy or security conce
15221526

15231527
<h2 class="no-num" id="changes">Changes</h2>
15241528

1529+
<h3 class="no-num" id="CR20190214">Since the <a href="https://www.w3.org/TR/2019/CR-css-transforms-1-20190214/">14 February 2019 Candidate Recommendation</a></h3>
1530+
1531+
* Relax syntax of <a element-attr for>transform</a> attribute: Do not require commas between <<transform-list>> items.
1532+
* Editorial changes.
1533+
15251534
<h3 class="no-num" id="WD20181130">Since the <a href="https://www.w3.org/TR/2018/WD-css-transforms-1-20181130/">30 November 2018 Working Draft</a></h3>
15261535

15271536
* No substantive changes

0 commit comments

Comments
 (0)