Explain how to handle the "dtls" and "flac" OpenType features
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 56
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
From https://docs.microsoft.com/en-us/typography/opentype/spec/math
flac Flattened Accents over Capitals
This feature provides flattened forms of accents to be used over
high-rise bases such as capitals.
This feature should only change the shape of the accent and should
not move it in the vertical or horizontal direction. Moving of the
accents is done by the math handling client
Accents are flattened by the Math engine if their base is higher than
MATH.MathConstants. FlattenedAccentBaseHeight.
dtls
Dotless Forms
This feature provides dotless forms for Math Alphanumeric
characters, such as U+1D422 MATHEMATICAL BOLD SMALL I,
U+1D423 MATHEMATICAL BOLD SMALL J, U+1D456
U+MATHEMATICAL ITALIC SMALL I, U+1D457 MATHEMATICAL ITALIC
SMALL J, and so on.
The dotless forms are to be used as base forms for placing
mathematical accents over them.
There were experiments in Gecko 6 years ago and dtls is implemented:
https://bugzilla.mozilla.org/show_bug.cgi?id=963079
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced OpenType MATH specification and the linked Gecko experiment for dtls and flac. Then locate the relevant MathML Core documentation or specification section and document how these features should be handled; done means both features have clear, accurate guidance.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100