You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<figcaption>Vertical text cut off is a failure.</figcaption>
66
66
<imgsrc="img/spacing_cutoff_fail_vertical.png" alt="Heading text truncated vertically." width="420" height="190" />
67
67
</figure>
68
-
<p>In Figure 2 the last portion of text is cut off in 3 side-by-side headings. The 1st heading should read "A cog in the wheel." But it reads "A cog in the whe". Only half of the second "e" is visible and the letter "l" is completely missing. The 2nd heading should read "A penny for your thoughts". But it reads "A penny for your". The 3rd should read "Back to the drawing board." But it reads "Back to the drawi". </p>
68
+
<p>In Figure 2 the last portion of text is cut off in three side-by-side headings. The first heading should read "A cog in the wheel", but it reads "A cog in the whe". Only half of the second "e" is visible and the letter "l" is completely missing. The second heading should read "A penny for your thoughts". But it reads "A penny for your". The third should read "Back to the drawing board." But it reads "Back to the drawi". </p>
69
69
<figureid="figure-horiz-text-cut">
70
70
<figcaption>Horizontal text cut off is a failure.</figcaption>
71
71
<imgsrc="img/spacing_cutoff_fail_horizontal.png" alt="3 side-by-side headings with truncated text." width="509" height="184" />
72
72
</figure>
73
73
</section>
74
74
<section>
75
75
<h4id="overlap">Text Overlap</h4>
76
-
<p>In Figure 3 the last 3 words "Groups and Programs" of the heading "Technologists Seeking Input from Groups and Programs" overlap the following sentence. That sentence should read, "You are invited to share ideas and areas of interest related to the integration of technology from a group or program perspective." But the words "You are invited to share ideas" are obscured and unreadable.</p>
76
+
<p>In Figure 3 the last three words "Groups and Programs" of the heading "Technologists Seeking Input from Groups and Programs" overlap the following sentence. That sentence should read, "You are invited to share ideas and areas of interest related to the integration of technology from a group or program perspective." However, the words "You are invited to share ideas" are obscured and unreadable.</p>
77
77
<figureid="figure-overlapping-text">
78
78
<figcaption>Overlapping text is a failure.</figcaption>
79
79
<imgsrc="img/spacing_overlap_fail.png" alt="Heading text overlaps part of paragraph text." width="510" height="170" />
@@ -115,15 +115,15 @@ <h4 id="lang">Languages and Scripts</h4>
115
115
<h4id="results">Results</h4>
116
116
<pid="langimpact">No adverse effects occurred. The following are the specific findings:</p>
117
117
<dl>
118
-
<dt>Character Spacing</dt>
118
+
<dt>Character Spacing</dt>
119
119
<dd>Individual characters in words remained intact though they were spaced a bit further apart.</dd>
120
-
<dt>Word Spacing</dt>
121
-
<dd>Words were spaced farther apart. In languages that do not have words (e.g. Japanese) applying word spacing had no effect. This is expected.</dd>
120
+
<dt>Word Spacing</dt>
121
+
<dd>Words were spaced further apart. In languages that do not have words (e.g., Japanese) applying word spacing had no effect. This is expected.</dd>
122
122
<dt>Line Height</dt>
123
123
<dd>Changing line height did not separate diacritics from characters, nor did it adversely impact ascenders or descenders.</dd>
124
124
</dl>
125
125
<p>As previously discussed, the ability to read text with adjusted spacing is a user responsibility. This is true no matter the language.</p>
126
-
<p>The SC's exception addresses cases where a text style property is not used in a language or script. In such cases, authors are only required to ensure relevant properties do not break the layout.</p>
126
+
<p>The SC's exception addresses cases where a text style property is not used in a language or script. In such cases, authors are only required to ensure relevant properties do not break the layout.</p>
0 commit comments