Skip to content

Commit 71bff29

Browse files
committed
[css-overflow-3] Fix links
1 parent 595ce9b commit 71bff29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@ Types of overflow</h2>
9292
some of the children, any of their descendants with
9393
''transform-style: preserve-3d'' must also be examined.
9494

95-
There are three different types of overflow,
95+
There are two different types of overflow,
9696
which are used for different purposes by the UA:
9797

9898
<ul>
9999
<li><a>ink overflow</a>
100100
<li><a>scrollable overflow</a>
101-
<li><a>border-box overflow</a>
102101
</ul>
103102

104103
<h3 id="ink">Ink overflow</h3>
@@ -169,7 +168,8 @@ Scrollable overflow</h3>
169168
and that overflow is not already clipped
170169
by the 'clip' property.
171170

172-
Note: The 'masking' properties do not affect the <a>scrollable overflow region</a>.
171+
Note: The 'mask-*' properties [[!CSS-MASKING-1]]
172+
do not affect the <a>scrollable overflow region</a>.
173173

174174
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path'.
175175
</ul>

0 commit comments

Comments
 (0)