Issue #1671 - Unprefix ::-moz-selection

This actually keeps both pseudo-elements for now, since the prefixed version is
still used internally, but we need the unprefixed version for web compat.
Note: while unprefixing a non-spec-compliant pseudo here, it's exactly in line
with what other browsers do. Nobody is following the spec here and at least
we'll be doing what everyone else is with our unprefixed version.
This commit is contained in:
Moonchild 2020-10-19 19:35:03 +00:00 committed by roytam1
commit e3f6690ee7
5 changed files with 17 additions and 5 deletions

View file

@ -9375,6 +9375,7 @@ exports.PSEUDO_ELEMENTS = [
":backdrop",
":first-letter",
":first-line",
":selection",
":-moz-selection",
":-moz-focus-inner",
":-moz-focus-outer",