Open
Bug 1179406
Opened 9 years ago
Updated 2 years ago
Alias -webkit-column* CSS properties
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: miketaylr, Unassigned)
Details
We should alias the following -webkit- prefixed CSS multicol properties to their standards equivalents (either via CSS Unprefixing or otherwise) in Gecko.
-webkit-column-break-after
-webkit-column-break-before
-webkit-column-break-inside
-webkit-column-count
-webkit-column-gap
-webkit-column-rule
-webkit-column-rule-color
-webkit-column-rule-style
-webkit-column-rule-width
-webkit-columns
-webkit-column-span
-webkit-column-width
Source <https://docs.google.com/spreadsheets/d/173d1p3LkW_LWk-VMnrxGPhTobtKSpED30Fys5ZJLttA/edit?pli=1#gid=51341101>
Reporter | ||
Comment 1•9 years ago
|
||
Note: we need to investigate just how interoperable our implementations are and the impact of aliasing these properties. It may be that this has huge wins for Microsoft, but very little to none for us.
Comment 2•9 years ago
|
||
Have we actually run into web-compat bugs resulting from use of these prefixed properties? (I suspect not, given comment 1.)
Reporter | ||
Comment 3•9 years ago
|
||
I don't think we have, which suggests we should probably not take any action here for now.
(It's on my TODO list to investigate.)
Reporter | ||
Comment 4•9 years ago
|
||
Going to remove as a blocker to Bug 1170789 because this doesn't qualify as "most important for mobile compat". If we find enough places this breaks sites, we can re-link.
No longer blocks: 1170789
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•