-
Notifications
You must be signed in to change notification settings - Fork 9
initial-letter positioning is not widely available #84
Copy link
Copy link
Open
Labels
doc:bengdoc:devadoc:gujrdoc:gurudoc:tamlgapi:initialsStyling initialsStyling initialsl:bnBengali language & scriptBengali language & scriptl:guGujurati language & scriptGujurati language & scriptl:hiHindi, Devanagari scriptHindi, Devanagari scriptl:paPunjabi, Gurmukhi scriptPunjabi, Gurmukhi scriptl:taTamil language & scriptTamil language & scriptp:advanceds:bengBengali scriptBengali scripts:devaDevanagari scriptDevanagari scripts:gujrGurajati scriptGurajati scripts:guruGurmukhi scriptGurmukhi scripts:tamlTamil scriptTamil scriptx:bengx:devax:gujrx:gurux:taml
Metadata
Metadata
Assignees
Labels
doc:bengdoc:devadoc:gujrdoc:gurudoc:tamlgapi:initialsStyling initialsStyling initialsl:bnBengali language & scriptBengali language & scriptl:guGujurati language & scriptGujurati language & scriptl:hiHindi, Devanagari scriptHindi, Devanagari scriptl:paPunjabi, Gurmukhi scriptPunjabi, Gurmukhi scriptl:taTamil language & scriptTamil language & scriptp:advanceds:bengBengali scriptBengali scripts:devaDevanagari scriptDevanagari scripts:gujrGurajati scriptGurajati scripts:guruGurmukhi scriptGurmukhi scripts:tamlTamil scriptTamil scriptx:bengx:devax:gujrx:gurux:taml
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Issue identified, needing investigation
Having selected the correct text for highlighting, it is important to ensure proper alignment of the baseline and height of the initial letter highlight relative to the other lines of text. This doesn't work well without help from the dedicated CSS properties,
initial-lettersand theinitial-letters-align. Unfortunately, only Safari supports the first property, and it requires the -webkit prefix, so this is still an immature feature.Safari aligns the alphabetic baseline of the highlighted text with that on the specified number of lines. The relationship between the highlighted letters and the first line of the paragraph appears to be based on cap height, but is not clear. The requirements for that relationship are not yet really clear, despite the information in Indian Layout Requirements.
The impact here is advanced, since it is mainly needed for advanced layouts.