Opened 14 months ago
Closed 14 months ago
#62741 closed defect (bug) (wontfix)
Twenty Seventeen : CSS Warnings
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch dev-feedback |
| Focuses: | css | Cc: |
Description
In theme Twenty Seventeen,
we can see some warnings in style.css i.e.
- Also define the standard property 'appearance' for compatibility
- Also define the standard property 'backface-visibility' for compatibility
Attachments (1)
Change History (3)
#1
@
14 months ago
- Keywords dev-feedback added
Hey @pitamdey, Thanks for bringing this up.
Even though I observed these warnings for the Twenty Seventeen Theme, I am not sure whether this patch would be the best way to handle those.
Maybe we would need a second opinion on this.
#2
@
14 months ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
As mentioned on #61963, some CSS rules are "intentionally not cross-browser," so I will close this ticket too.
- The
-webkit-appearancerules come fromnormalize.css, both for buttons and for search fields. - On PR 213, Joe Fusco specifically said "I have included only the prefixed version of
backface-visibilityas this just happens in Chrome."
Note: See
TracTickets for help on using
tickets.
Patch for this issue