Skip to content

Commit a2269e2

Browse files
committed
[css-overflow-3] Add text rendering example to ink overflow section. #8649 #10066
1 parent 0a4eb5b commit a2269e2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,13 @@ Overflow Concepts and Terminology</h2>
190190
<a href="https://www.w3.org/TR/css-ui-3/#outline-props">outlines</a>,
191191
etc.
192192

193-
Since some effects in CSS (for example, the blurs in
194-
'text-shadow' [[CSS-TEXT-3]] and 'box-shadow' [[CSS-BACKGROUNDS-3]],
195-
which are theoretically infinite)
196-
do not define what visual extent they cover, the extent
197-
of the <a>ink overflow</a> is undefined.
193+
Since some effects in CSS (for example,
194+
the blurs in 'text-shadow' [[CSS-TEXT-3]] and 'box-shadow' [[CSS-BACKGROUNDS-3]],
195+
which are theoretically infinite;
196+
or text rendering, where shaping and rasterization can vary by platform)
197+
do not precisely define what visual extent they cover,
198+
the extent of the <a>ink overflow</a> is undefined,
199+
and may vary across UAs.
198200

199201
The <dfn export lt="ink overflow region | ink overflow area">ink overflow area</dfn> is the non-rectangular area
200202
occupied by the <a>ink overflow</a>

0 commit comments

Comments
 (0)