-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add text-orientation to the typography block support #60030
base: trunk
Are you sure you want to change the base?
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @burnuser. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +786 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
@carolinan what's needed to get this merged? Are you happy with it? |
The merge conflicts should be solved before testing continues. Then there is some feedback about the alignments in this issue: |
6e9e6a6
to
61fbd2e
Compare
make the upright text read in the correct direction add textOrientation to the json schema for theme.json CS: try to fix spacing after merge conflict Fix a problem caused by the merge conflict Replace the correct tools panel item. Add textOrientation to the typography styles in the theme.json reference
61fbd2e
to
fd1b396
Compare
I have rebased this. Happy for others to commit to the branch to address feedback. |
@scruffian neither of these files exist:
I am not sure what the error is here: that the files are being imported, or that they are missing? |
What?
Adds a text-orientation typography block support, to be combined with the writing mode block support.
Adds support for text-orientation to paragraph blocks.
Follow up to #50822
Closes #50319
Testing Instructions
This setting is disabled by default and can be enabled for themes that include theme.json.
writingMode: true
andtextOrientation: true
.Screenshots or screencast
text-orientation.mp4
Props @carolinan who did all the work on this PR