[wp-trac] [WordPress Trac] #24676: Twenty Thirteen: Status format selector adjustment
WordPress Trac
noreply at wordpress.org
Wed Jul 3 00:37:04 UTC 2013
#24676: Twenty Thirteen: Status format selector adjustment
------------------------------+-----------------------------
Reporter: celloexpressions | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: minor | Keywords:
------------------------------+-----------------------------
When testing the editor styles, I noticed that the {{{.format-status p
:first-child:before}}} selector also styles blockquotes (because wordpress
adds {{{<p>}}} tags inside blockquotes). It doesn't seem like this is the
intended design, since first-child is used (and people shouldn't use
blockquotes here anyway), but perhaps {{{.post-format-status > p:first-
child:before}}} was the intention? That would result in only the single
occurrence, instead of the potential for multiple if there is a blockquote
for some reason. It would also prevent the styling from displaying if the
entire status is in a blockquote, though.
Current:
[[Image(http://celloexpressions.com/files/status-format-
blockqoute-0.png)]]
Proposed:
[[Image(http://celloexpressions.com/files/status-format-
blockqoute-1.png)]]
(by the way, the differing widths are an editor style bug).
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24676>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list