This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
요약
tab-size
CSS 속성은 탭 문자(U+0009
)의 너비를 조절하는데 사용됩니다.
초기값 | 8 |
---|---|
적용대상 | block containers |
상속 | yes |
Media | visual |
Computed value | the specified integer or an absolute length |
Animatable | no |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
문법
문법 형식: <integer> | <length>
tab-size: 4 tab-size: 0 tab-size: 8 tab-size: inherit
값
예제
pre { tab-size: 4; /* 탭 크기를 4 칸의 공백으로 정함 */ }
pre { tab-size: 0; /* 들여쓰기를 없앰 */ }
pre { tab-size: 99; /* 탭을 쓰지 마세요! */ }
명세
명세 | 상태 | 비고 |
---|---|---|
CSS Text Level 3 The definition of 'tab-size' in that specification. |
Working Draft | 초기 정의 |
브라우저 호환성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
기본 지원 | 21 | 4.0 (2.0)-moz | No support | 10.60-o/15 | 6.1 |
<length> |
No support | bug 943918 |
No support | No support | No support |
참고 사항
- 탭 문자(U+0009)의 크기 조절, Anne van Kesteren(Opera)이 CSSWG에 보낸 메일입니다.