Re: [csswg-drafts] [css-text] can tab-size be zero?

Excluding zero is not simple. As `tab-size` accepts `<length>`, 
dropping zero would make valid values an open range, which, according 
to Tab, violates CSS's rule of limited ranges.

Oh, by the way, what `0` actually means in `tab-size`? Should it be 
parsed as integer zero or `0px`? They may be effectively the same for 
layout, but can be obversable via the computed value from 
`getComputedStyle()`.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/460#issuecomment-246215221 
using your GitHub account

Received on Monday, 12 September 2016 00:28:46 UTC