Skip to content

Commit

Permalink
:has-attachment pseudo-class should be prefixed
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=266948
rdar://120599170

Unreviewed, add missing alias that somehow didn't make it in the initial push.

* Source/WebCore/css/CSSPseudoSelectors.json:

Canonical link: https://commits.webkit.org/272821@main
  • Loading branch information
nt1m committed Jan 9, 2024
1 parent ee0b8ec commit 4f86be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/WebCore/css/CSSPseudoSelectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"pseudo-classes": {
"-apple-has-attachment": {
"aliases": [
"has-attachment"
],
"comment": "For use in Apple internal apps.",
"conditional": "ENABLE(ATTACHMENT_ELEMENT)",
"settings-flag": "DeprecatedGlobalSettings::attachmentElementEnabled"
Expand Down

0 comments on commit 4f86be2

Please sign in to comment.