Closed
Bug 1308174
Opened 9 years ago
Closed 9 years ago
-moz-tab-size:0px should make TABs have zero width
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 943918
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
Spec change:
https://github.com/w3c/csswg-drafts/issues/460
Comment 1•9 years ago
|
||
"-moz-tab-size: 0" already makes tabs have zero width, and the corresponding code is [1]. What else do we need to do here?
[1] https://dxr.mozilla.org/mozilla-central/rev/c7d62e6d052c5d2638b08d480a720254ea09ff2d/layout/generic/nsTextFrame.cpp#3358
| Reporter | ||
Comment 2•9 years ago
|
||
Oh, I guess this is just an effect of not supporting <length> values at all.
Sorry, I thought that had already landed.
Anyway, I seem to recall there was some specific problem in layout with
having a zero tab-size... I'll add a note on bug 943918 about it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•