CSS Types

CSS Types

Editing

<arg-trigonometric>

삼각 함수 cos(), sin(), tan()의 매개 변수 타입을 나타낸다.

구문

  • CSS Values and Units Module Level 4
    <angle> | <number>
    cos(45deg)
    sin(45deg)
    tan(45deg)
    cos(0.125turn)
    sin(0.125turn)
    tan(0.125turn)
    cos(calc(3.14159 / 4))
    sin(calc(3.14159 / 4))
    tan(calc(3.14159 / 4))

사용되는 타입

버전 명세

Modules
Module NameStatusSummary
CSS Values and Units Module Level 4초안 작업

CSS 속성이 허용하는 공통 값, 단위와 CSS 속성 정의에서 이를 설명하는 데 사용되는 구문을 설명한다.


Last review date: 2022-5-28