RESOLVED DUPLICATE of bug 179022 152683
tab-size as length (as per spec) does not work
https://bugs.webkit.org/show_bug.cgi?id=152683
Summary tab-size as length (as per spec) does not work
yisibl
Reported 2016-01-03 23:39:26 PST
As per the CSS Text Module Level 3 specification, one should be able to specify a tab-size property as either an integer (number of white spaces), or as "length". See http://www.w3.org/TR/css-text-3/#tab-size However, chrome only appears to support the integer case, not the length case: See http://jsbin.com/qocetori/1/ Blink fixed it in: https://code.google.com/p/chromium/issues/detail?id=386437
Attachments
yisibl
Comment 1 2016-01-03 23:43:27 PST
I think WebKit should take some time to synchronize the CSS features of Blink repair.
Gérard Talbot (no longer involved)
Comment 2 2019-02-28 10:43:55 PST
I believe bug 179022 and this bug report are the same. If this is correct, then one of the 2 should be resolved as DUPLICATE. - - - - The spec on tab-size now accepts real number, not just integer: Value: <number> | <length> https://www.w3.org/TR/css-text-3/#tab-size-property testing tab-size: calc(10px) http://w3c-test.org/css/css-values/calc-numbers.html https://wpt.fyi/results/css/css-values/calc-numbers.html?label=master
Simon Fraser (smfr)
Comment 3 2019-02-28 11:22:42 PST
Yes, thank you. *** This bug has been marked as a duplicate of bug 179022 ***
Note You need to log in before you can comment on or make changes to this bug.