Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17426 closed defect (bug) (fixed)

Twenty Eleven: Missing comma in transition-property

Reported by: jayjdk's profile Jayjdk Owned by: iandstewart's profile iandstewart
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.2
Component: Themes Keywords:
Focuses: Cc:

Description

In Twenty Eleven, a comma is needed between the properties in transition-property

.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity visibility;
	-moz-transition-timing-function: ease;
}

The attached patch fixes this.

Attachments (1)

twentyeleven_transition_property_comma.patch (620 bytes) - added by Jayjdk 14 years ago.

Download all attachments as: .zip

Change History (8)

#1 @Jayjdk
14 years ago

  • Keywords has-patch added

#2 @ocean90
14 years ago

  • Cc lancewillett iandstewart added
  • Milestone changed from Awaiting Review to 3.2

#3 @iandstewart
14 years ago

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

In [18046]:

Twenty Eleven: correct syntax for CSS transition property; Props Jayjdk; Fixes #17426

#4 @Jayjdk
14 years ago

  • Keywords has-patch removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

#5 @dd32
14 years ago

[18046] was reverted in [18050] (accidentally by looks of it)

#6 @azaozz
14 years ago

+1 to restore the comma.

#7 @azaozz
14 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In [18389]:

Twenty Eleven: Fix missing comma in transition-property (accidentally reverted), props Jayjdk, fixes #17426

Note: See TracTickets for help on using tickets.