Make WordPress Core

#62741 closed defect (bug) (wontfix)

Twenty Seventeen : CSS Warnings

Reported by: pitamdey's profile pitamdey 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)

fixes.patch (794 bytes) - added by pitamdey 14 months ago.
Patch for this issue

Download all attachments as: .zip

Change History (3)

@pitamdey
14 months ago

Patch for this issue

#1 @abcd95
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 @sabernhardt
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-appearance rules come from normalize.css, both for buttons and for search fields.
  • On PR 213, Joe Fusco specifically said "I have included only the prefixed version of backface-visibility as this just happens in Chrome."
Note: See TracTickets for help on using tickets.