Skip to content

Fix Replace deprecated vendor prefixed property value#42407

Open
andreas-andersson wants to merge 2 commits into
twbs:mainfrom
andreas-andersson:fix/replace_invalid_vendor_prefix
Open

Fix Replace deprecated vendor prefixed property value#42407
andreas-andersson wants to merge 2 commits into
twbs:mainfrom
andreas-andersson:fix/replace_invalid_vendor_prefix

Conversation

@andreas-andersson
Copy link
Copy Markdown

Description

The property -webkit-match-parent is no longer supported.
Replaced the property with a non-prefix version match-parent.

Motivation & Context

Solves css validation issues and since browsers no longer support it the css rule is currently useless.
Stylelint complains about this property and it cannot be fixed using the --fix-flag

This property was originally included to fix an issue in Safari back in 2020. However Safari has supported the non-prefix match-parent since 2021. (can-i-use: match-parent)

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would change existing functionality)

Checklist

  • I have read the contributing guidelines
  • My code follows the code style of the project (using npm run lint)
  • My change introduces changes to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

The vendor prefix -webkit-match-parent is no longer a valid property
@andreas-andersson andreas-andersson requested a review from a team as a code owner May 12, 2026 08:36
@andreas-andersson andreas-andersson changed the title Update table header text alignment and remove deprecated property Fix Replace deprecated vendor prefixed property non-vendor prefixed property May 12, 2026
@andreas-andersson andreas-andersson changed the title Fix Replace deprecated vendor prefixed property non-vendor prefixed property Fix Replace deprecated vendor prefixed property with non-vendor prefixed property May 12, 2026
@andreas-andersson andreas-andersson changed the title Fix Replace deprecated vendor prefixed property with non-vendor prefixed property Fix Replace deprecated vendor prefixed property value May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant