분류 css

CSS3 Conditional Rules Module

컨텐츠 정보

  • 조회 1,853 (작성일 )

본문

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)) 

 

css