Revisions: Use CSS outline as secondary non-color indicator for diff blocks#78393
Conversation
dd72ded to
7c5f889
Compare
|
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. |
|
At a glance, this looks good to me. I know some other folks have followed this work a bit more closely than I have, I will defer to them if they have input. |
|
Let's consider backporting this to the 7.0 minor release. If there are any other opinions, we can make adjustments before backporting. |



What?
Part of #77530.
Add CSS
outline-based secondary indicators for the diff blocks. Adds a solid outline to added blocks.Why?
outlinewas specifically proposed and endorsed as the correct pattern:outlineis used to avoid layout interference and conflict with user-applied image styles. It renders correctly in High Contrast Mode.Testing Instructions
Screenshots or screencast
See #77530 (comment) and #77530 (comment)