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

Fix typos and improve readability of ruby nesting constraints. #786

Closed
spoeschel opened this issue May 23, 2018 · 1 comment
Closed

Fix typos and improve readability of ruby nesting constraints. #786

spoeschel opened this issue May 23, 2018 · 1 comment

Comments

@spoeschel
Copy link

The ruby nesting constraints as part of 10.2.34 currently are a bit hard to read, as it is a quite long list of about 30 constraints without any separation in between.

As it seems that adjacent constraints have been grouped by the ruby category that applies to the element on which it is actually specified, the list should somehow be (visually) divided when that ruby category changes. Or for example something like that (of course with correct text emphasis):

  • if the computed value of tts:ruby is container
    • then the computed value of tts:ruby of all ancestor elements is none
    • then the computed value of tts:ruby of each of its child elements is not none
    • ...
  • ...

Furthermore the order of the constraints needs to be fixed, as after the first constraint applying to delimiter, two further text constraints follow. So the delimiter constraints should be moved afterwards the two.

(and there is a small typo; search for "descendats")

@skynavga
Copy link
Collaborator

Thanks for noting the typos, which I will fix. However, as nothing is broken otherwise, that's the only change I intend to entertain.

@skynavga skynavga self-assigned this May 23, 2018
@skynavga skynavga added this to the CR2 milestone May 23, 2018
@skynavga skynavga changed the title Ruby nesting constraints readability Fix typos and improve readability of ruby nesting constraints. May 23, 2018
skynavga added a commit that referenced this issue May 30, 2018
Editorial improvement and typo fix for ruby constraints (#786, #787, …
@skynavga skynavga removed their assignment May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants