Cover block: Force LTR direction for the background URL input field#75169
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 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: +9 B (0%) Total Size: 2.98 MB
ℹ️ View Unchanged
|
I don't think we need to allow local or relative URLs in this case. Currently, videos should have full embeddable URLs. |
|
That's true, currently only full URLs is allowed. |
…75169) * Cover block: Force LTR direction for the background URL input field * Simply add url attribute Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Related: #70043
What? Why? How?
Even in RTL languages, URLs are entered in LTR direction. However, since we need to allow local paths, we can't use
type=url. We should keeptype=textand force LTR using CSS.Testing Instructions
العربية).Screenshots or screencast