Ability test page: Better i18n, add copy functionality.#256
Ability test page: Better i18n, add copy functionality.#256jeffpaul merged 3 commits intoWordPress:developfrom
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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #256 +/- ##
=============================================
+ Coverage 55.87% 55.91% +0.04%
Complexity 509 509
=============================================
Files 32 32
Lines 2613 2611 -2
=============================================
Hits 1460 1460
+ Misses 1153 1151 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What?
Adding a few UX improvements to the single ability test page. Wrapping the list in proper HTML element, adds copy functionality for the schema reference, and fixes icon alignment within the copy button (since the reskin).
Why?
Lists weren't wrapped in proper HTML, making i18n and accessibility harder. Also adding the copy button to make it easier to copy contents and adding cohesion with the other screens.
How?
<ol>tag for proper semantic structure and better i18n supportTesting Instructions
Testing Instructions
Screenshots or screencast