Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#22616 closed defect (bug) (fixed)

Properly scope media views CSS fallbacks

Reported by: koopersmith's profile koopersmith Owned by: ryan's profile ryan
Milestone: 3.5 Priority: high
Severity: blocker Version: 3.5
Component: Media Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

Several of the media CSS fallbacks are completely unscoped — selectors like a and textarea cannot be applied without a class, as they will severely alter themes.

Attachments (1)

22616.diff (1.3 KB) - added by koopersmith 13 years ago.

Download all attachments as: .zip

Change History (4)

@koopersmith
13 years ago

#1 @koopersmith
13 years ago

  • Keywords has-patch commit added

This covers the basics, and will prevent CSS from leaking through to themes.

#2 @nacin
13 years ago

  • Keywords dev-reviewed added

#3 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In 22886:

Scope media views CSS fallbacks.

Props koopersmith
fixes #22616

Note: See TracTickets for help on using tickets.