Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion understanding/21/text-spacing.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h4 id="results">Results</h4>
<dt>Character Spacing</dt>
<dd>Individual characters in words remained intact though they were spaced a bit further apart.</dd>
<dt>Word Spacing</dt>
<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>
<dd>Words were spaced further apart. In languages that typically do not include spaces between words (e.g., Japanese), applying word spacing had no effect. This is expected.</dd>
<dt>Line Height</dt>
<dd>Changing line height did not separate diacritics from characters, nor did it adversely impact ascenders or descenders.</dd>
</dl>
Expand Down