Opened 14 months ago
Closed 14 months ago
#20573 closed defect (bug) (fixed)
Press This CSS contains invalid, unused, and inconsistent properties
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Press This | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
The CSS block for .pressthis a contains an invalid property (background-image-repeat), an unused property (background-repeat), and irregular gradient declarations that also need more cross-browser work.
Attachments (2)
Change History (6)
georgestephanis
— 14 months ago
comment:2
helenyhou
— 14 months ago
- Keywords has-patch added
20573.diff cleans up and adds more browser support to the gradient declarations and also contains the changes from removing-invalid-property.diff.
comment:3
SergeyBiryukov
— 14 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.4
Tested in Firefox 12, Chrome 18, IE 8, Opera 11.62, Safari 5.1.5.
Note: See
TracTickets for help on using
tickets.
Semi-related: #19957