Skip to content

Commit 3a9297c

Browse files
committed
Typo: "affect" -> "effect"
1 parent 13a708f commit 3a9297c

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-14 ayg@aryeh.name
2+
Typo: "affect" -> "effect"
3+
14
2012-03-14 ayg@aryeh.name
25
Specify behavior for fixed backgrounds
36
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15833.

css3-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h2 id=transform-rendering><span class=secno>5. </span>The Transform
594594
results in the creation of both a stacking context and a containing block.
595595
The object acts as a containing block for fixed positioned descendants.
596596

597-
<p class=issue> Is this affect on position:fixed necessary? If so, need to
597+
<p class=issue> Is this effect on position:fixed necessary? If so, need to
598598
go into more detail here about why fixed positioned objects should do
599599
this, i.e., that it's much harder to implement otherwise.
600600

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
317317
containing block for fixed positioned descendants.
318318
</p>
319319
<p class="issue">
320-
Is this affect on position:fixed necessary? If so, need to go into more detail here
320+
Is this effect on position:fixed necessary? If so, need to go into more detail here
321321
about why fixed positioned objects should do this, i.e., that it's much harder to implement otherwise.
322322
</p>
323323
<p>

0 commit comments

Comments
 (0)