Changes between Initial Version and Version 1 of Ticket #30685, comment 25
- Timestamp:
- 06/30/2016 07:08:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30685, comment 25
initial v1 1 Discussed this ticket on the contributor day in WordCamp Europe last week with @afercia @jipmoors and @webmandesign. And we came up with the following :1 Discussed this ticket on the contributor day in WordCamp Europe last week with @afercia @jipmoors and @webmandesign. And we came up with the following (patch 30685.5) 2 2 3 3 '''CSS class notice''': … … 6 6 7 7 '''aria-describedby''': 8 In the login screen: '''aria-describedby="login_error"'''will only be added to the input fields when there are actually error messages.8 In the login screen:`aria-describedby="login_error` will only be added to the input fields when there are actually error messages. 9 9 To ensure the aria-describedby attribute is used only when there are errors, the issue is everything here is technically a WP_Error but some of them are just informative messages, 10 10 for example when: