Skip to content

Commit c5115ea

Browse files
committed
[css2] Typo fix
1 parent 3d29062 commit c5115ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css2/visufx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>11.1 <a name="overflow-clipping">Overflow and clipping</a></h2>
7373
absolutely</a>, partly outside the box. Such boxes are not always
7474
clipped by the overflow property on their ancestors; specifically,
7575
they are not clipped by the overflow of any ancestor between
76-
themselves and their containing block
76+
themselves and their containing block.
7777
</li>
7878
<li>A descendant box has <a href="box.html#margin-properties">negative margins</a>, causing it
7979
to be positioned partly outside the box.

css2/visufx.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ height).
4242
absolutely</a>, partly outside the box. Such boxes are not always
4343
clipped by the overflow property on their ancestors; specifically,
4444
they are not clipped by the overflow of any ancestor between
45-
themselves and their containing block
45+
themselves and their containing block.
4646
</li>
4747
<li>A descendant box has <a href="box.html#margin-properties">negative margins</a>, causing it
4848
to be positioned partly outside the box.

0 commit comments

Comments
 (0)