Skip to content

Use "characters" instead of "letters" #675

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

Merged
merged 1 commit into from
Aug 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion questions/qa-ltr-scripts-in-rtl.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h2 lang="zh-hant" class="rlo notoc"><bdi class="lro">8.6%</bdi>受訪者沒頭
<section id="styling_mirroring">
<h3>Mirroring characters</h3>

<p>If the font automatically reverses the images of the letters, that should take care of any necessary mirroring. However, the CSS transformation hack probably won't help, because it is only intended for use with short inline phrases. That said, it is perhaps less likely anyway that reversed letters are needed for scenarios that use the styled approach.</p>
<p>If the font automatically reverses the images of the characters, that should take care of any necessary mirroring. However, the CSS transformation hack probably won't help, because it is only intended for use with short inline phrases. That said, it is perhaps less likely anyway that reversed characters are needed for scenarios that use the styled approach.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"it is perhaps less likely anyway" seems pretty wordy. Perhaps just "it is less likely"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@r12a what do you think?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this is not directly related to the changes in this PR, I plan to merge this PR. Addison, if you think this needs to be changed, please submit a new PR. Thank you!

</section>
</section>

Expand Down