mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 16:58:28 +00:00
Issue #1673 - Part 4: Unprefix -moz-tab-size.
While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
This commit is contained in:
@@ -4513,7 +4513,7 @@ struct LengthNumberCalcObj
|
||||
bool mIsNumber;
|
||||
};
|
||||
|
||||
struct LengthNumberCalcOps : public css::FloatCoeffsAlreadyNormalizedOps
|
||||
struct LengthNumberCalcOps : public css::NumbersAlreadyNormalizedOps
|
||||
{
|
||||
typedef LengthNumberCalcObj result_type;
|
||||
nsStyleContext* const mStyleContext;
|
||||
|
||||
Reference in New Issue
Block a user