Skip to content

Commit af3f01a

Browse files
committed
[css-text] editorial improvements to i18n hyphenation example
See #5973
1 parent f1b985b commit af3f01a

File tree

8 files changed

+1836
-14
lines changed

8 files changed

+1836
-14
lines changed

css-text-3/Overview.bs

+40-7
Original file line numberDiff line numberDiff line change
@@ -4430,7 +4430,7 @@ Hyphenation: the 'hyphens' property</h3>
44304430
where they usually would not be allowed to break
44314431
to improve the layout of paragraphs,
44324432
typically splitting words at syllabic or morphemic boundaries
4433-
and visually indicating the split
4433+
and often visually indicating the split
44344434
(usually by inserting a hyphen, U+2010).
44354435
In some cases, hyphenation may also alter the spelling of a word.
44364436
Regardless, hyphenation is a rendering effect only:
@@ -4443,8 +4443,7 @@ Hyphenation: the 'hyphens' property</h3>
44434443
hyphens/hyphens-vertical-002.html
44444444
</wpt>
44454445

4446-
<details class=example>
4447-
<summary>Hyphenation Across Languages</summary>
4446+
<div class=example>
44484447
Hyphenation practices vary across languages,
44494448
and can involve not just inserting a hyphen before the line break,
44504449
but inserting a hyphen after the break (or both),
@@ -4488,23 +4487,57 @@ Hyphenation: the 'hyphens' property</h3>
44884487
<td dir=rtl>
44894488
<img src="images/uyghur-unbroken.svg"
44904489
height=304
4491-
style="height: 1.5em;"
4490+
style="height: 1.5em; vertical-align: -13%"
44924491
alt=" [isolated DAL + isolated ALEF + initial MEEM +
44934492
medial YEH + final DAL +
44944493
isolated ALEF MAKSURA]">
44954494
<td dir=rtl>
44964495
<img src="images/uyghur-hyphenate-joined-before.svg"
44974496
height=304
4498-
style="height: 1.5em;"
4497+
style="height: 1.5em; vertical-align: -13%"
44994498
alt="[isolated DAL + isolated ALEF + initial MEEM +
45004499
final YEH + hyphen ]">
45014500
<td dir=rtl>
45024501
<img src="images/uyghur-hyphenate-joined-after.svg"
45034502
height=304
4504-
style="height: 1.5em;"
4503+
style="height: 1.5em; vertical-align: -13%"
45054504
alt="[ isolated DAL + isolated ALEF MAKSURA]">
4505+
<tr lang=cr>
4506+
<th lang=en>Cree
4507+
<td>
4508+
<img src="images/cree.svg"
4509+
height=524
4510+
style="height: 1em; vertical-align: baseline;"
4511+
alt="[ᑲᓯᑕᓂᐘᓂᓂᐠ]
4512+
(CANADIAN SYLLABICS KA +
4513+
CANADIAN SYLLABICS SI +
4514+
CANADIAN SYLLABICS TA +
4515+
CANADIAN SYLLABICS NI +
4516+
CANADIAN SYLLABICS WEST-CREE WA +
4517+
CANADIAN SYLLABICS NI +
4518+
CANADIAN SYLLABICS NI +
4519+
CANADIAN SYLLABICS FINAL GRAVE)">
4520+
<td>
4521+
<img src="images/cree-before.svg"
4522+
height=524
4523+
style="height: 1em; vertical-align: baseline;"
4524+
alt="[ᑲᓯᑕᓂ᐀]
4525+
(CANADIAN SYLLABICS KA +
4526+
CANADIAN SYLLABICS SI +
4527+
CANADIAN SYLLABICS TA +
4528+
CANADIAN SYLLABICS NI +
4529+
CANADIAN SYLLABICS HYPHEN)">
4530+
<td>
4531+
<img src="images/cree-after.svg"
4532+
height=524
4533+
style="height: 1em; vertical-align: baseline;"
4534+
alt="[ᐘᓂᓂᐠ]
4535+
(CANADIAN SYLLABICS WEST-CREE WA +
4536+
CANADIAN SYLLABICS NI +
4537+
CANADIAN SYLLABICS NI +
4538+
CANADIAN SYLLABICS FINAL GRAVE)">
45064539
</table>
4507-
</details>
4540+
</div>
45084541

45094542
<wpt>
45104543
hyphens/i18n/hyphens-i18n-auto-001.html

css-text-3/images/cree-after.svg

+206
Loading

0 commit comments

Comments
 (0)