Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for @-moz-document #2529

Open
2 tasks
nex3 opened this issue Jun 22, 2018 · 1 comment
Open
2 tasks

Drop support for @-moz-document #2529

nex3 opened this issue Jun 22, 2018 · 1 comment
Labels
blocked Waiting on another issue to be fixed CSS compatibility Support the CSS spec enhancement New feature or request requires deprecation Blocked on a deprecation cycle

Comments

@nex3
Copy link
Contributor

nex3 commented Jun 22, 2018

Firefox is dropping support for @-moz-document, and Sass implementations should do so as well. This doesn't have to be a quick change, both because Firefox 61 isn't even out yet and most users are still on Firefox 59, and because continuing to support it doesn't cause much pain other than implementation complexity. But we should probably get deprecation warnings out at some point so that the next breaking release of each implementation can drop support entirely.

Note that an empty url-prefix function will still be allowed for a while, so we shouldn't deprecate that yet.

@nex3 nex3 added CSS compatibility Support the CSS spec requires deprecation Blocked on a deprecation cycle labels Jun 22, 2018
@nex3 nex3 changed the title Deprecate support for @-moz-document Drop support for @-moz-document Jun 22, 2018
nex3 added a commit to sass/sass-spec that referenced this issue Jun 23, 2018
@nex3 nex3 added the enhancement New feature or request label Jun 16, 2022
@Goodwine
Copy link
Member

Firefox ESR v91 still supports url-prefix()
Firefox Latest v101 does too

Related - https://bugzilla.mozilla.org/show_bug.cgi?id=1035091

Since it seems many websites target FF with that rule I wonder if it'll ever be removed 🤔

@Goodwine Goodwine added the blocked Waiting on another issue to be fixed label Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting on another issue to be fixed CSS compatibility Support the CSS spec enhancement New feature or request requires deprecation Blocked on a deprecation cycle
Projects
None yet
Development

No branches or pull requests

2 participants