Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added firefox support for ::before/::after::marker nested pseudo-elem…
…ents
  • Loading branch information
dletorey committed Sep 15, 2025
commit 2ccd7cde3ac0d479f6b3fd3c0518abdde7a395f5
4 changes: 2 additions & 2 deletions css/selectors/after.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand All @@ -153,7 +153,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
4 changes: 2 additions & 2 deletions css/selectors/before.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "143"
},
"firefox_android": "mirror",
"oculus": "mirror",
Expand All @@ -170,7 +170,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down