Ticket #871 (closed enhancement: fixed)
inline style의 제거
| Reported by: | graphittie | Owned by: | graphittie |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.7.4 |
| Component: | Skin | Version: | 1.7 |
| Keywords: | skin,style,inline style,css | Cc: | |
| Release: |
Description
PHP에 의해 HTML element 출력시 inline style을 출력하는 부분을 최대한 제거한다. inline style은:
- 스킨이 DOCTYPE strict 모드(1.0 strict 또는 1.1)를 사용할 경우 validation에서 에러로 체크된다.
- structure와 presentation을 뒤섞어 유지보수에 시간을 소비하게 한다.
제거된 style은 style/system.css로 보아 하위 호환성을 유지하도록 하되, 이 파일은 스킨의 하위호환성이 버려질 때(2.0?) deprecated 될 것이다.
Change History
Note: See
TracTickets for help on using
tickets.
