Changes between Initial Version and Version 1 of Ticket #23938, comment 6
- Timestamp:
- 04/04/2013 10:05:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23938, comment 6
initial v1 3 3 We probably should switch to using the same code as the [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-admin-bar.php#L335 toolbar] for that. Even if we drop IE7 support soon, IE8 and 9 will be around for quite some time and it's nice to be able to tweak the admin css for them. 4 4 5 We can't hide the labels with `display: none;`, need to do it with the screen-reader-text class. Looking at all formats, only the Quote format fields seem to need visible labels. All the rest get a nice "helper text" above the fields and work well with or without the placeholders. 5 We can't hide the labels with `display: none;`, need to do it with the screen-reader-text class. Looking at all formats, only the Quote format fields seem to need visible labels. All the rest get a nice "helper text" above the fields and work well with or without the placeholders. Of course we will keep the screen-reader-text labels on all other fields, only make them "normal" labels for the three Quote fields.