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

Use after and remove brackets #25

Merged
merged 5 commits into from
Jun 28, 2022
Merged

Conversation

ryderwishart
Copy link
Contributor

@ryderwishart ryderwishart commented Jun 20, 2022

Closes #20
Closes #38
Closes Clear-Bible/macula-hebrew#24

@ryderwishart ryderwishart self-assigned this Jun 20, 2022
@ryderwishart ryderwishart linked an issue Jun 20, 2022 that may be closed by this pull request
@jonathanrobie
Copy link
Contributor

I suspect punctuation should be removed from the @unicode attribute, no?

@ryderwishart
Copy link
Contributor Author

ryderwishart commented Jun 20, 2022

I suspect punctuation should be removed from the @unicode attribute, no?

Well I don't actually know where that attribute came from, so I figured it should be an upstream fix, at least in the Nodes trees, rather than patching it up after the fact in the lowfat data, particularly since we don't use the @unicode content for any of our frontend applications of lowfat at this point.

@jonathanrobie
Copy link
Contributor

Well I don't actually know where that attribute came from ...

Hmmm, Lowfat didn't used to have it at all. I think it may be the same as the content of the element. Could you please check to see if it ever differs from element content?

@jonathanrobie
Copy link
Contributor

Please merge this as is, without worrying about @unicode, and we can worry about that next.

@themikejr
Copy link
Contributor

Is the after attribute now doing two things for us?

  1. Provides information a user needs to render sentences made of graphical words (i.e. when to combine word parts and when not to)
  2. Provides information a user needs to properly render punctuation in sentences

@jonathanrobie
Copy link
Contributor

Is the after attribute now doing two things for us?

1. Provides information a user needs to render sentences made of graphical words (i.e. when to combine word parts and when not to)

2. Provides information a user needs to properly render punctuation in sentences

The @after attribute does #2, rendering punctuation.

For word parts in Hebrew, use the numbering system, which identifies morphs within a graphical word.

@themikejr
Copy link
Contributor

Is the after attribute now doing two things for us?

1. Provides information a user needs to render sentences made of graphical words (i.e. when to combine word parts and when not to)

2. Provides information a user needs to properly render punctuation in sentences

The @after attribute does #2, rendering punctuation.

For word parts in Hebrew, use the numbering system, which identifies morphs within a graphical word.

@jonathanrobie There are currently several instances in hebrew lowfat where the value of after is an empty space. I've been using this to create graphical words. Is this going away? Am I misusing it?

@jonathanrobie
Copy link
Contributor

jonathanrobie commented Jun 20, 2022

@jonathanrobie There are currently several instances in hebrew lowfat where the value of after is an empty space. I've been using this to create graphical words. Is this going away? Am I misusing it?

You can use @after for graphical words. That's not going away. The absence of an @after attribute means that there's nothing you need to put between this item and the next.

@ryderwishart ryderwishart merged commit ff27547 into main Jun 28, 2022
@ryderwishart ryderwishart deleted the use-after-and-remove-brackets branch June 28, 2022 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants