Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ambiguous recommendation on line height usage #100

Closed
skynavga opened this issue Dec 2, 2015 · 3 comments
Closed

Ambiguous recommendation on line height usage #100

skynavga opened this issue Dec 2, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@skynavga
Copy link
Contributor

skynavga commented Dec 2, 2015

Section 7.4 states:

lineHeight permitted should be explicitly specified as there is no uniform implementation of the "normal" value at the time of this writing.

This language is ambiguous regarding "explicitly specified" since it can be specified on p, div, body, style and result in an explicit value being assigned to the specified style set that applies to a p. Probably best to rephrase as:

should be explicitly specified such that the specified style set of each p elements contains a tts:lineHeight property the value of which is not assigned by initial value fallback

@palemieux
Copy link
Contributor

In spirit of being completely explicit, what about: The computed value of the tts:lineHeight attribute for a

element SHOULD NOT be "normal" as there is no uniform implementation of the "normal" value at the time of this writing. Instead, the tts:lineHeight attribute SHOULD be explicitly specified such that the specified style set of a

element contains a tts:lineHeight property the value of which is not assigned by initial value fallback.

@skynavga
Copy link
Contributor Author

skynavga commented Dec 2, 2015

Note that the latter part allows the explicit use of "normal" which would contradict the former.

@palemieux
Copy link
Contributor

What about just: The computed value of the tts:lineHeight attribute for a

element SHOULD NOT be "normal" as there is no uniform implementation of the "normal" value at the time of this writing.

palemieux added a commit that referenced this issue Dec 3, 2015
@palemieux palemieux added the bug label Dec 3, 2015
@palemieux palemieux added this to the imsc1-cr3 milestone Dec 3, 2015
@palemieux palemieux self-assigned this Dec 3, 2015
palemieux added a commit that referenced this issue Dec 17, 2015
Resolves #100 (Ambiguous recommendation on line height usage)
@palemieux palemieux removed the pr open label Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants