CSS 3ユーザインタフェース

1272 ワード

appearance


ローカルのデフォルトスタイルに従うかどうかは、基本的にブラウザではサポートされていません.
appearance: none | button | button-bevel ...;

text-overflow

text-overflow:clip | ellipsis

outline

outline: width || style || color

nav-index


ブラウザがサポートされていません
nav-index: auto | 

cursor

cursor: ....

zoom

zoom : normal |  |     //      

box-sizing


box-sizingを書かない場合はデフォルトでcontent-boxです
box-sizing:content-box | border-box    
//content-box:padding border width height 
//border-box:padding border width height 

resize

resize: none | both | horizontal | vertical

ime-mode


ユーザーが中国語、韓国語、日本語などの入力方式(IME)の状態をアクティブにできるかどうか
ime-mode:auto | normal | active | inactive | disabled

user-select

user-select: none | text | all | element

pointer-events


属性イベントのtargetになるタイミング
pointer-events :auto | none | ...