Is it possible to change the length of the TAB (\t) character (currently 8 characters) displayed in a XUL <textbox> element ?
Note that I want to avoid replacing TABs with spaces.
|
1
|
Is it possible to change the length of the TAB (\t) character (currently 8 characters) displayed in a XUL <textbox> element ? Note that I want to avoid replacing TABs with spaces.
|
||
|
|
|
The CSS 2.1 spec specifies tabs be rendered as the width of 8 spaces. (Spec) I don't see any mozilla specific CSS to override that value. |
|||
|
|
|
|
Not an expert of XUL, but I would say no. From the docs https://developer.mozilla.org/en/XUL/textbox I see no property to set this, nor any setting in the firefox about:config. |
||
|