Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34286 closed defect (bug) (fixed)

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

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

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 11 years ago.

Download all attachments as: .zip

Change History (3)

@afercia
11 years ago

#1 @afercia
11 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
11 years ago

  • Owner set to afercia
  • Resolutionfixed
  • Status newclosed

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.