Skip to content

Commit 82d0ca1

Browse files
committed
Fix typo.
1 parent 2c2015d commit 82d0ca1

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-03-06 simon.fraser@apple.com
2+
Fix typo.
3+
14
2012-03-06 simon.fraser@apple.com
25
Make intersection behavior required, per resolution. Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15784.
36
Other minor wording changes.

css3-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ <h3 id=transform-3d-rendering><span class=secno>5.1. </span>3D Transform
881881

882882
<p> Elements in the same <a class=term href="#d-rendering-context">3D
883883
rendering context</a> may intersect with each other. User agents must
884-
render intersection bysubdividing the planes of intersecting elements as
884+
render intersection by subdividing the planes of intersecting elements as
885885
described by <a
886886
href="http://en.wikipedia.org/wiki/Newell's_algorithm">Newell's
887887
algorithm</a>.

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ <h3 id="transform-3d-rendering">3D Transform Rendering</h3>
547547

548548
<p>
549549
Elements in the same <span class="term">3D rendering context</span> may intersect with each other. User agents must
550-
render intersection bysubdividing the planes of intersecting elements as described by
550+
render intersection by subdividing the planes of intersecting elements as described by
551551
<a href="http://en.wikipedia.org/wiki/Newell's_algorithm">Newell's algorithm</a>.
552552
</p>
553553
<p>

0 commit comments

Comments
 (0)