[wp-trac] [WordPress Trac] #62688: Twenty Seventeen: Comments block having space issue for the comment title. (was: Twenty seventeen theme: The comment block having space issue for the comment title.)

WordPress Trac noreply at wordpress.org
Fri Dec 13 17:01:56 UTC 2024


#62688: Twenty Seventeen: Comments block having space issue for the comment title.
---------------------------+------------------------------
 Reporter:  viralsampat    |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  close          |     Focuses:  css
---------------------------+------------------------------
Changes (by sabernhardt):

 * keywords:  dev-feedback => close
 * version:  6.7.1 =>


Comment:

 I want to close this for the same reason as #55744.

 The Comments block does not belong within the post/page content,
 especially with a theme that already has a comments template such as
 Twenty Seventeen. The block creates duplicate IDs, which is a bigger
 problem than broken styles. A bad appearance can help discourage someone
 from using the block.

 [38866] set the styles on `#comments`, and ID selectors //should// only
 affect one element. However, the Comments block adds a `comments` ID to
 its heading (without the ability to customize it in the sidebar). The
 `#comments` selector probably could be switched to `.comments-area` in
 both stylesheets, but I prefer keeping the broken appearance.

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


More information about the wp-trac mailing list