분류
css
CSS3 Conditional Rules Module
본문
CSS3 Conditional Rules Module에 대한 최신 정보는 http://www.w3.org/TR/css3-conditional/ 에서 확인할 수 있습니다.
@supports (color: green)
@supports not (foo: bar)
@supports (color: green) or (color: red)
@supports (color: green) and (color: red)
@supports (color: green) and (not (foo: bar))
@supports (color: green) or (not (foo: bar))
- 이전글CSS3 Cascading and Inheritance 15.05.03
- 다음글CSS3 Masking Module 15.05.03