Make WordPress Core


Ignore:
Timestamp:
09/22/2017 11:27:44 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Taxonomy: Convert tag cloud in Tags meta box to a list (<ul>) for better semantics and accessibility.

An unordered list allows screen reader users to know in advance how many tags are within the list.

Props audrasjb, afercia.
Fixes #40187.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r41347 r41563  
    948948                        ?>
    949949                        </div>
    950                         <div class="tagchecklist"></div>
     950                        <ul class="tagchecklist" role="list"></ul>
    951951                </div>
    952952                <?php
Note: See TracChangeset for help on using the changeset viewer.