Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48683 closed enhancement (duplicate)

Change ID of recent comment widget list to CLASS instead of ID

Reported by: arionarian's profile arionarian Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.3
Component: Widgets Keywords:
Focuses: accessibility Cc:

Description

The Recent Comment Widget's UL tag has recentcomment ID. If we have more than one of this widget this will cause multiple ID which is not Accessibility Best Practice.

We can change it to class instead of ID or by adding unique id to the end of id e.g recentcomment-1, recentcomment-2 etc. But the easiest way is by changing it to class.

Change History (1)

#1 @SergeyBiryukov
5 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi @arionarian, welcome to WordPress Trac!

Thanks for the report, we're already tracking this issue in #46747.

Note: See TracTickets for help on using tickets.