Changes between Initial Version and Version 4 of Ticket #43398
- Timestamp:
- 02/26/2018 04:08:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43398
- Property Keywords needs-design added
-
Ticket #43398 – Description
initial v4 12 12 13 13 Example of fake tabs used in Menu screen: 14 ``` 14 {{{ 15 15 <h2 class="nav-tab-wrapper wp-clearfix"> 16 16 <a href="/wp-admin/nav-menus.php" class="nav-tab nav-tab-active">Edit Menus</a> 17 17 <a href="/wp-admin/nav-menus.php?action=locations" class="nav-tab">Manage Locations</a> 18 18 </h2> 19 ``` 19 }}} 20 20 21 21 This ticket is a part of a bigger one: #40678. During the last accessibility team meeting, we suggested to separate the different tasks of 40678 in separate tickets to make it easier to commit.