[wp-trac] [WordPress Trac] #28547: <span> does not work well with <strong>

WordPress Trac noreply at wordpress.org
Mon Jun 16 02:00:20 UTC 2014


#28547: <span> does not work well with <strong>
---------------------------+------------------------------
 Reporter:  Bertil Friman  |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Editor         |     Version:  3.9.1
 Severity:  normal         |  Resolution:
 Keywords:  close          |     Focuses:
---------------------------+------------------------------
Changes (by knutsp):

 * keywords:   => close


Comment:

 Thank you for the report.

 There are, however, no conflicts between html elements in this case. The
 problem is, I think, that your theme styles the `<strong>` element's color
 inside [http://www.evlinge.hemsida.eu/wp-
 content/themes/SimplePress/style.css]:
 {{{
 strong { font-weight: bold; color: #1c1c1c; }
 }}}

 I suggest contacting your theme vendor to fix this, or just fix it
 yourself by removing `color: #1c1c1c;` from that line, or later in the
 sylesheet cascade, like in a child theme, define this color to be
 `inherited`. You may seek more help on this in our support forums
 [http://wordpress.org/support/].

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


More information about the wp-trac mailing list