Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#34286 closed defect (bug) (fixed)

#a11y-headings - the "Status" heading in the Edit Comment screen

Reported by: afercia's profile afercia Owned by: afercia's profile afercia
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.3
Component: Administration Keywords: has-patch commit
Focuses: ui, accessibility Cc:

Description

In the Edit Comment screen we missed the "Status" heading which is hard-coded in edit-form-comment.php. Should be bumped up from H3 to H2.

https://cldup.com/lmG_q9gzIF.png

#a11y-headings

Attachments (1)

34286.patch (531 bytes) - added by afercia 9 years ago.

Download all attachments as: .zip

Change History (3)

@afercia
9 years ago

#1 @afercia
9 years ago

  • Keywords has-patch commit added

The patch changes the current H3 in H2. Since this box is always expanded I think the heading doesn't need the <span class="hndle">. No visual changes.

#2 @afercia
9 years ago

  • Owner set to afercia
  • Resolution set to fixed
  • Status changed from new to closed

In 35160:

Bump the "Status" H3 heading to H2 on the Edit Comment screen for better accessibility.

Fixes #34286.

Note: See TracTickets for help on using tickets.