Skip to content

Commit 0b1fde3

Browse files
committed
[css-transforms] Rename source file.
1 parent 232a67a commit 0b1fde3

File tree

2 files changed

+641
-2085
lines changed

2 files changed

+641
-2085
lines changed

css-transforms/Overview.src.html renamed to css-transforms/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ <h2 id="backface-visibility-property">The 'backface-visibility' Property</h2>
11531153

11541154
<h2 id="svg-transform">The SVG 'transform' Attribute</h2>
11551155

1156-
The SVG 1.1 specification did not specify the attributes 'transform', <a>'linearGradient/gradientTransform'</a> or <a>'patternTransform'</a> as <a>presentation attributes</a> [[!SVG11]]. In order to improve the integration of SVG and HTML, this specification makes these SVG attributes presentation attributes and makes the 'transform' property one that applies to <i>transformable elements</i> in the SVG namespace.
1156+
The SVG 1.1 specification did not specify the attributes "transform", <a>"linearGradient/gradientTransform"</a> or <a>"patternTransform"</a> as <a>presentation attributes</a> [[!SVG11]]. In order to improve the integration of SVG and HTML, this specification makes these SVG attributes presentation attributes and makes the 'transform' property one that applies to <i>transformable elements</i> in the SVG namespace.
11571157

11581158
This specification will also introduce the new presentation attributes 'transform-origin', 'perspective', 'perspective-origin', 'transform-style' and 'backface-visibility'.
11591159

@@ -1325,10 +1325,10 @@ <h3 id="svg-animate-element">
13251325
<tr>
13261326
<th>Data type</th>
13271327
<th>Additive?</th>
1328-
<th><a>'animate element'</a></th>
1329-
<th><a>'set element'</a></th>
1330-
<th><a>'animateColor element'</a></th>
1331-
<th><a>'animateTransform'</a></th>
1328+
<th><{animate}></th>
1329+
<th><{set}></th>
1330+
<th><{animateColor}></th>
1331+
<th><{animateTransform}></th>
13321332
<th>Notes</th>
13331333
</tr>
13341334
</thead>
@@ -1340,7 +1340,7 @@ <h3 id="svg-animate-element">
13401340
<td>yes</td>
13411341
<td>no</td>
13421342
<td>yes</td>
1343-
<td>Additive for <a>'animateTransform element'</a> means that a transformation is post-multiplied to the base set of
1343+
<td>Additive for <{animateTransform}> means that a transformation is post-multiplied to the base set of
13441344
transformations.</td>
13451345
</tr>
13461346
</tbody>

0 commit comments

Comments
 (0)