Make WordPress Core

Opened 6 months ago

Closed 6 months ago

#61499 closed task (blessed) (fixed)

Update `caniuse` data for 6.6

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: 6.6 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch commit
Focuses: Cc:

Description (last modified by TobiasBg)

This ticket is for tracking updates to the caniuse data and documenting resulting changes throughout the 6.6 cycle.

Previously:

Change History (3)

#1 @desrosj
6 months ago

The browserlist database was updated as part of the audit fixes in #61498/[58563].

This release, running grunt precommit:css seems to have just one change: the removal of -webkit-clip-path properties.

The last versions that required this vendor prefix are:

  • Chrome 24-54 (last released October 2016) - currently at 0.1% usage
  • Safari < 13 (last released September 2019) - currently at 0.05% usage
  • Opera 15-41 (last released October 2016) - currently at 0.0% usage

#2 @TobiasBg
6 months ago

  • Description modified (diff)

#3 @desrosj
6 months ago

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

In 58567:

Build/Test Tools: Run grunt precommit:css.

This rebuilds compiled CSS files after updating the caniuse database in [58563].

All -webkit-clip-path properties have been removed as the corresponding browsers dipped below 1% usage and have fallen out of the browser support policy.

Fixes #61499.

Note: See TracTickets for help on using tickets.