-
Notifications
You must be signed in to change notification settings - Fork 746
Description
May be related to #698
7.3. Shaping Across Element Boundaries
https://drafts.csswg.org/css-text-3/#boundary-shaping
Sometimes a picture is used instead of a letter in a word. For example, a suggestive image in an advertisement or logo etc.
(Taken from https://www.youtube.com/watch?v=MV9-7hxMdb8, at the very beginning)
The big text in Arabic picture above is "أجي تفهم", meaning "come to understand".
The letter Tah ت joins with the Feh ف replaced by a kind of bulb (to suggest a tip/idea).
In HTML, a picture could be an emoji or more likely an <img>
element. However, it is an inline element with zero m/b/p. One must use an explicit markup, e.g. zwj or tatweel sign, to get the joined shape.
Should this case (image as letter) be considered at the specification level, or is it an "effective change in formatting", and thus up to the user to try to work around it ?