Open
Bug 1330888
Opened 8 years ago
Updated 2 years ago
Consider dropping deprecated moz-prefixed values from overflow shorthand
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: addon-compat, dev-doc-needed, site-compat)
I wonder whether we can drop the following deprecated moz-prefixed values from overflow shorthand:
* -moz-scrollbars-none
* -moz-scrollbars-horizontal
* -moz-scrollbars-vertical
People can already get the effect of these values via standard CSS values. Other vendors obviously never support these keywords, and thus there shouldn't be web compat issue. Also, we don't have any internal use of them except in tests.
It seems they are somehow widely used in addons, so I'm not completely sure whether we should keep them.
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
It seems stylo has already implemented this, so it no longer needs to block that, but I guess in long term we still want to remove non-standard things, so keep this bug open.
No longer blocks: 1356087
Updated•7 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Type: defect → task
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•