Skip to content

Commit 447c601

Browse files
committed
[css-transforms] No whitespace between funtion ident and brace for SVG transforms.
1 parent c9d9159 commit 447c601

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

css-transforms/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-05-28 Dirk Schulze <dschulze@adobe.com>
2+
Do not allow optional whitespace between the name of the
3+
function and the left parenthesis.
4+
15
2014-05-26 Dirk Schulze <dschulze@adobe.com>
26
Replace <translation-value> with <length>.
37

css-transforms/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</p>
4646
<h1 class="p-name no-ref" id=title>CSS Transforms Module Level 1</h1>
4747
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
48-
<span class=dt-updated><span class=value-title title=20140526>26 May 2014</span></span></span></h2>
48+
<span class=dt-updated><span class=value-title title=20140528>28 May 2014</span></span></span></h2>
4949
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-transforms/>http://dev.w3.org/csswg/css-transforms/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-transforms/>http://www.w3.org/TR/css3-transforms/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-transforms/>http://dev.w3.org/csswg/css-transforms/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css3-transforms-20120911/ rel=previous>http://www.w3.org/TR/2012/WD-css3-transforms-20120911/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-transforms-20120403/ rel=previous>http://www.w3.org/TR/2012/WD-css3-transforms-20120403/</a>
5050
<dt>Feedback:</dt>
5151
<dd><a href="mailto:public-fx@w3.org?subject=%5Bcss-transforms%5D%20feedback">public-fx@w3.org</a>
@@ -1014,7 +1014,9 @@ <h4 class="heading settled heading" data-level=13.2.1 id=svg-transform-list><spa
10141014

10151015
<h4 class="heading settled heading" data-level=13.2.2 id=svg-functional-notation><span class=secno>13.2.2 </span><span class=content>Functional Notation</span><a class=self-link href=#svg-functional-notation></a></h4>
10161016

1017-
<p>The syntax starts with the name of the function followed by optional whitespace characters followed by a left parenthesis followed by optional whitespace followed by the argument(s) to the notation followed by optional whitespace followed by a right parenthesis. If a function takes more than one argument, the arguments are either separated by a comma (<span class=css data-link-type=maybe title=,>,</span>) with optional whitespace characters before and after the comma, or by one or more whitespace characters.</p>
1017+
<p>The syntax starts with the name of the function followed by a left parenthesis followed by optional whitespace followed by the argument(s) to the notation followed by optional whitespace followed by a right parenthesis. If a function takes more than one argument, the arguments are either separated by a comma (<span class=css data-link-type=maybe title=,>,</span>) with optional whitespace characters before and after the comma, or by one or more whitespace characters.</p>
1018+
1019+
<p class=note>Note: Unlike SVG 1.1, this specification does not allow optional whitespace between the name of the function and the left parenthesis.</p>
10181020

10191021
<h4 class="heading settled heading" data-level=13.2.3 id=svg-data-types><span class=secno>13.2.3 </span><span class=content>SVG Data Types</span><a class=self-link href=#svg-data-types></a></h4>
10201022

css-transforms/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,9 @@ <h4 id="svg-transform-list">Transform List</h4>
11361136

11371137
<h4 id="svg-functional-notation">Functional Notation</h4>
11381138

1139-
The syntax starts with the name of the function followed by optional whitespace characters followed by a left parenthesis followed by optional whitespace followed by the argument(s) to the notation followed by optional whitespace followed by a right parenthesis. If a function takes more than one argument, the arguments are either separated by a comma ('','') with optional whitespace characters before and after the comma, or by one or more whitespace characters.
1139+
The syntax starts with the name of the function followed by a left parenthesis followed by optional whitespace followed by the argument(s) to the notation followed by optional whitespace followed by a right parenthesis. If a function takes more than one argument, the arguments are either separated by a comma ('','') with optional whitespace characters before and after the comma, or by one or more whitespace characters.
1140+
1141+
Note: Unlike SVG 1.1, this specification does not allow optional whitespace between the name of the function and the left parenthesis.
11401142

11411143
<h4 id="svg-data-types">SVG Data Types</h4>
11421144

0 commit comments

Comments
 (0)