Skip to content

Commit c5fc061

Browse files
committed
[css-ruby] Interaction between ruby overhang and text-spacing-trim
1 parent 64bd88b commit c5fc061

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-ruby-1/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,11 +1862,14 @@ Overhanging Ruby: the 'ruby-overhang' property</h3>
18621862
* [=preserved white space=]
18631863
* [=other space separators=]
18641864
* half of the [=advance measure=] of [=fullwidth opening punctuation=],
1865-
on the [=inline-start=] side of the character
1865+
on the [=inline-start=] side of the character,
1866+
unless it has been trimmed by 'text-spacing-trim'
18661867
* half of the [=advance measure=] of [=fullwidth closing punctuation=],
1867-
on the [=inline-end=] side of the character
1868+
on the [=inline-end=] side of the character,
1869+
unless it has been trimmed by 'text-spacing-trim'
18681870
* one quarter of the [=advance measure=] of [=fullwidth middle dot punctuation=],
1869-
on both the [=inline-start=] and [=inline-end=] sides of the character
1871+
on both the [=inline-start=] and [=inline-end=] sides of the character,
1872+
unless it has been trimmed by 'text-spacing-trim'
18701873
</dl>
18711874

18721875
When [=ruby annotations=] are not allowed to overhang,

0 commit comments

Comments
 (0)