CSS Types

CSS Types

Editing

<'clip-path'>

데브딕에서 지정한 색인용 자료 타입

clip-path 속성에 사용되는 타입이다.

구문

  • CSS Masking Module Level 1
    <clip-source> | [ <basic-shape> || <geometry-box> ] | none
  • CSS Masking Module Level 1
    <basic-shape> || <geometry-box>

    다음 아래와 같은 작성 패턴은 현재 Firefox, Safari 등 일부 웹브라우저에서만 지원하는 점을 주의하고 실제 적용시 확인이 필요하다.

    clip-path: margin-box circle(25% at 25% 25%);

사용되는 키워드

키워드요약
none

어떠한 값도 설정하지 않음을 나타낸다.

사용되는 타입

버전 명세

Modules
Module NameStatusSummary
CSS Masking Module Level 1후보 추천 초안

Last review date: 2023-1-14