#21932 closed defect (bug) (fixed)
Twenty Twelve: Missing style rules for html elements that can be added in the text widget.
Reported by: | iamtakashi | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.5 | Priority: | low |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Since Twenty Twelve limits the styles for many html elements specifically inside .entry-content
and .comment-content
, (See Line 662 - 864 in style.css) those that can be inside a text widget are left unstyled.
As users are able to add html elements in a text widget, those should be styled accordingly as well.
Attachments (3)
Change History (10)
#1
@
12 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 3.5
- Priority changed from normal to low
#3
@
12 years ago
I vote on only styling simple things, like paragraph elements and unordered lists. (Not headings and all other possible HTML input.)
#4
@
12 years ago
- Cc xoodrew@… added
- Keywords has-patch added; needs-patch removed
With 21932.diff:
FF 15: http://cl.ly/image/1Q1a45163U41
Chrome 21: http://cl.ly/image/2T380h3B0q2G
Safari 6: http://cl.ly/image/0L0P0q0p1G2q
Opera 12: http://cl.ly/image/0i2c1o3w1D10
#5
@
12 years ago
Thanks for the patch and screenshots. After testing, I think we should apply the p
styles to .widget
and the list and list item styles only to .textwidget
.
#6
@
12 years ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21990]:
Thanks for the ticket, Takashi. I'm going to mark as minor since it's not a blocker for 1.0 going to Extend, in my opinion. But, it should be addressed soon.