Re: controlling tab size

--- Harry Maugans <hmaugans@gmail.com> wrote:

> James - Have you considered the "text-indent" property?  Or depending on
> what you're doing, "word-spacing" might be might be appropriate as well.

I don't see how those properties could be used to fake tabs without adding enormous amounts of
otherwise useless markup, and it wouldn't work for textarea unless every line had the same level
of indentation. Even if it's possible, it's not semantic.

> I don't see much advantage in adding a "tab-size" property when it's so
> seldom used

That sounds like a chicken-and-egg problem to me. As long as tabs are poorly supported, few people
will use them. There is an enormous amount of source code on the web that would benefit greatly
from tabs. At rosettacode.org there are often code examples on the same page using a varying
number of spaces for indention. If tabs were used instead, the indentions would be uniform.

> and there are a wide-range of alternatives that would produce a
> near identical outcome.

That's true, but as far as I know there aren't any *good* alternatives. I don't think <span
class="indentionlevel2">...</span> is a good alternative to proper tab support.

Received on Wednesday, 28 March 2007 15:04:31 UTC