appearance
是否按照本地默认样式,基本上浏览器都不支持
appearance: none | button | button-bevel ...;
text-overflow
text-overflow:clip | ellipsis
outline
outline: width || style || color
nav-index
浏览器不支持
nav-index: auto | <number>
cursor
cursor: ....
zoom
zoom : normal | <number> | <percentage> //实际尺寸 浮点数定义缩放比例 百分比定义缩放比例
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 | ...