Skip to content

Commit afd52f4

Browse files
committed
[css-overflow-3] Overflow anchor is dependent on alignment, actually, so say that. Also fix linking error.
1 parent 3a57614 commit afd52f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-overflow-3/Overview.bs

+4-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
282282
is clipped to its padding edge,
283283
and if so,
284284
whether it is a <dfn>scrollable box</dfn>
285-
that allows the user to scroll clipped parts of its <a>scrollable area</a>
285+
that allows the user to scroll clipped parts of its <a>scrollable overflow region</a>
286286
into view.
287287

288288
<pre class=propdef>
@@ -448,8 +448,10 @@ Scrolling Origin, Direction, and Restriction</h3>
448448
with respect to its border box,
449449
prior to any user or programmatic scrolling that changes it,
450450
is dependent on the box’s <a>writing mode</a>,
451-
and is the <a>block-start</a>/</a>inline-start</a> edge
451+
and is by default the <a>block-start</a>/</a>inline-start</a> edge
452452
of the box’s <a>padding edge</a>.
453+
However, the 'align-content' and 'justify-content' properties [[!CSS-ALIGN-3]]
454+
can be used to change this.
453455

454456
Due to Web-compatibility constraints
455457
(caused by authors exploiting legacy bugs to surreptitiously hide content from visual readers but not search engines and/or speech output),

0 commit comments

Comments
 (0)