-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathoutline.yml
More file actions
20 lines (20 loc) · 825 Bytes
/
outline.yml
File metadata and controls
20 lines (20 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: outline
description: The `outline` CSS shorthand sets the color, style, and width of a line around an element, outside of the border.
spec: https://drafts.csswg.org/css-ui-4/#outline
# https://caniuse.com/outline is not linked because it covers both shorthand and
# longhands, which are split in web-features. TODO: merge the features.
compat_features:
- css.properties.outline
- css.properties.outline.dashed
- css.properties.outline.dotted
- css.properties.outline.double
- css.properties.outline.groove
- css.properties.outline.inset
- css.properties.outline.medium
- css.properties.outline.none
- css.properties.outline.outset
- css.properties.outline.ridge
- css.properties.outline.solid
- css.properties.outline.thick
- css.properties.outline.thin
- css.properties.outline.transparent