Skip to content

Commit

Permalink
[css-transforms-1] Do not require commas between transform functions …
Browse files Browse the repository at this point in the history
…on transform attribute. #3719
  • Loading branch information
dirkschulze committed May 22, 2019
1 parent d0c8ea8 commit 33db218
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css-transforms-1/Overview.bs
Expand Up @@ -4,6 +4,7 @@ Status: ED
Work Status: Refining
ED: https://drafts.csswg.org/css-transforms/
TR: https://www.w3.org/TR/css-transforms-1/
Previous Version: https://www.w3.org/TR/2019/CR-css-transforms-1-20190214/
Previous Version: https://www.w3.org/TR/2018/WD-css-transforms-1-20181130/
Previous Version: https://www.w3.org/TR/2017/WD-css-transforms-1-20171130/
Previous Version: https://www.w3.org/TR/2013/WD-css-transforms-1-20131126/
Expand Down Expand Up @@ -758,15 +759,18 @@ matrix
<dt id="svg-transforms">transforms</dt>
<dd><pre>
transform
| transform comma-wsp transforms
| transform wsp* comma-wsp? transforms

This comment has been minimized.

Copy link
@mclegrand

mclegrand Mar 9, 2020

Member

given that comma-wsp is (wsp+ comma? wsp*) | (comma wsp*) , I think wsp* comma-wsp? is equivalent to comma-wsp?, is that right ?

</dd></pre>
<dd>
<pre class='railroad'>
Choice:
N: transform
Seq:
N: transform
N: comma-wsp
Star:
N: wsp
Optional:
N: comma-wsp
N: transforms
</pre>
</dd>
Expand Down Expand Up @@ -1522,6 +1526,11 @@ At this point there are no information about potential privacy or security conce

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

<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>

* Relax syntax of <a element-attr for>transform</a> attribute: Do not require commas between <<transform-list>> items.
* Editorial changes.

<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>

* No substantive changes
Expand Down

0 comments on commit 33db218

Please sign in to comment.