Skip to content

Commit a8be8b7

Browse files
dan-tripp-siteimproveWilcoFierscarlosapaduarte
authored
Text is clipped: "link to a full version" (#2200)
* . * Update _rules/zoom-text-no-overflow-clipping-59br37.md Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * passed example 3: duplicating suggestion by wilco in 5fa4526 --------- Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> Co-authored-by: Carlos Duarte <carlosapaduarte@gmail.com>
1 parent cdbb540 commit a8be8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/zoom-text-no-overflow-clipping-59br37.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This [text node][] is fully [visible][] at a [viewport size][] of 640 by 512.
8686

8787
#### Passed Example 2
8888

89-
This [text node][] is [horizontally clipped][] using `text-overflow: ellipsis` at a [viewport size][] of 640 by 512. A link to a full version of the poem is also provided.
89+
This [text node][] is [horizontally clipped][] using `text-overflow: ellipsis` at a [viewport size][] of 640 by 512. This fulfills expectation 1. A link to a full version of the poem is also provided. The link to the full version is not required by this rule, but is necessary to satisfy [success criterion 1.4.4 Resize text][sc144].
9090

9191
```html
9292
<div style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px;">
@@ -98,7 +98,7 @@ This [text node][] is [horizontally clipped][] using `text-overflow: ellipsis` a
9898

9999
#### Passed Example 3
100100

101-
This [text node][] is restricted to a single line, by setting a `line-height` that is the same as the `height`. A link to a full version of the poem is also provided.
101+
This [text node][] is restricted to a single line, by setting a `line-height` that is the same as the `height`. This fulfills expectation 2. A link to a full version of the poem is also provided. The link to the full version is not required by this rule, but is necessary to satisfy [success criterion 1.4.4 Resize text][sc144].
102102

103103
```html
104104
<style>

0 commit comments

Comments
 (0)