Skip to content

Commit cc12470

Browse files
committed
Fixed type.
1 parent eefa7de commit cc12470

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-10-19 dschulze@adobe.com
2+
Fixed typo.
3+
14
2012-10-19 dschulze@adobe.com
25
Computed value of 'background-attachment' and 'transform-style' is not affected under certain conditions.
36
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17521

css3-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ <h2 id=two-dimensional-subset><span class=secno>5. </span> Two Dimensional
637637
<h2 id=transform-rendering><span class=secno>6. </span>The Transform
638638
Rendering Model</h2>
639639

640-
<p><em>This section is not normative.</em>
640+
<p><em>This section is normative.</em>
641641

642642
<p> Specifying a value other than ‘<code class=css>none</code>’ for the
643643
<a href="#effects"><code class=css>transform</code></a>’ property

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2 id="two-dimensional-subset">
347347
<!-- ======================================================================================================= -->
348348

349349
<h2 id="transform-rendering">The Transform Rendering Model</h2>
350-
<p><em>This section is not normative.</em></p>
350+
<p><em>This section is normative.</em></p>
351351
<p>
352352
Specifying a value other than ''none'' for the ''transform'' property establishes a
353353
new <span class="term">local coordinate system</span> at the element that it is

0 commit comments

Comments
 (0)