[wp-trac] [WordPress Trac] #17520: cite element used incorrectly

WordPress Trac noreply at wordpress.org
Tue Jul 5 15:42:26 UTC 2022


#17520: cite element used incorrectly
-------------------------------------+-----------------------------
 Reporter:  holizz                   |       Owner:  (none)
     Type:  enhancement              |      Status:  new
 Priority:  normal                   |   Milestone:  Future Release
Component:  General                  |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-refresh  |     Focuses:
-------------------------------------+-----------------------------
Changes (by desrosj):

 * component:  Administration => General
 * milestone:   => Future Release


Comment:

 Looks like the milestone was removed on this one, so re-adding.

 Looks like there are 6 occurrences of `<cite>` in core itself today and 9
 occurrences across 5 default themes.

 4 tags are found within `wp-admin/includes` ''should'' be able to get
 changed without much ripple effect. The `<cite>` tags within
 `wp_widget_rss_output()`, `Walker_Comment::comment()`, and the default
 themes will be more difficult because they could cause display issues with
 themes or child themes for bundled themes.

 One way this could be addressed is by using the `html5` feature of
 `add_theme_support()`/`current_theme_supports()` to allow theme authors to
 opt into the switch. I don't love requiring themes to opt-in to the
 correct behavior, but another backwards compatible approach is not yet
 coming to mind.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/17520#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list