string
string
string
string
string
enum('border-box', 'content-box', 'padding-box')
string
string
string
string
string
string
outlineColor
property specifies the color of an outline.Note: Always declare theoutlineStyle
property before theoutlineColor
property. An element must have an outline before you change the color of it.
ColorPropType
enum(string, number)
string
Note: Always declare theoutlineStyle
property before theoutlineWidth
property. An element must have an outline before you change the width of it.
enum(string, number)
overscrollBehavior
CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for overscrollBehaviorX
and overscrollBehaviorY
.enum('auto', 'contain', 'none')
overscrollBehaviorX
CSS property sets the browser's behavior when the horizontal boundary of a scrolling area is reached.enum('auto', 'contain', 'none')
overscrollBehaviorY
CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached.enum('auto', 'contain', 'none')
enum('auto', 'thin', 'none')
string
string
string
enum('auto', 'touch')