Changes between Initial Version and Version 2 of Ticket #64548
- Timestamp:
- 01/23/2026 09:08:24 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64548
- Property Keywords has-patch added
- Property Focuses accessibility added
-
Property
Milestone
changed from
Awaiting Reviewto7.0
-
Ticket #64548 – Description
initial v2 1 This ticket covers the visual reskin of admin notices in wp-adminas part of the WordPress 7.0 admin visual refresh (#64308).1 This ticket covers the visual reskin of admin notices in `wp-admin` as part of the WordPress 7.0 admin visual refresh (#64308). 2 2 3 = Why This Matters=3 == Why This Matters == 4 4 5 Notices are a key communication mechanism in wp-admin. They are often the first thing an editor sees after completing an action. A consistent notice system improves clarity, reduces visual noise, and supports accessibility through predictable structure and contrast.5 Notices are a key communication mechanism in `wp-admin`. They are often the first thing an editor sees after completing an action. A consistent notice system improves clarity, reduces visual noise, and supports accessibility through predictable structure and contrast. 6 6 7 7 Currently, notice styling varies across screens and has drifted from the patterns established in the block editor. This refresh brings notices into alignment with the WordPress Design System while preserving all existing markup and behavior. 8 8 9 = Proposed Scope=9 == Proposed Scope == 10 10 11 11 '''Notice types:''' … … 21 21 * Links and buttons inside notices 22 22 23 = Key Principles=23 == Key Principles == 24 24 25 25 * '''CSS-Only Changes''': No markup or JavaScript modifications … … 28 28 * '''Accessibility''': Text contrast meets WCAG AA, dismiss button keyboard accessible with visible focus 29 29 30 = What This Is NOT=30 == What This Is NOT == 31 31 32 32 * No new notice classes … … 34 34 * No changes to notice behavior or dismissal logic 35 35 36 = Testing Approach=36 == Testing Approach == 37 37 38 38 Test notices where they occur naturally: … … 45 45 Verify in at least two color schemes (modern and light) and confirm dismiss button focus states are visible. 46 46 47 = Related Resources=47 == Related Resources == 48 48 49 49 * Parent ticket: #64308