-
Notifications
You must be signed in to change notification settings - Fork 278
Expand file tree
/
Copy pathoutlines.yml
More file actions
24 lines (24 loc) · 1.06 KB
/
outlines.yml
File metadata and controls
24 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Outlines
description: The `outline-color`, `outline-style`, and `outline-width` and `outline-offset` CSS properties style 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-color
- css.properties.outline-color.transparent
- css.properties.outline-offset
- css.properties.outline-style
- css.properties.outline-style.auto
- css.properties.outline-style.dashed
- css.properties.outline-style.dotted
- css.properties.outline-style.double
- css.properties.outline-style.groove
- css.properties.outline-style.inset
- css.properties.outline-style.none
- css.properties.outline-style.outset
- css.properties.outline-style.ridge
- css.properties.outline-style.solid
- css.properties.outline-width
- css.properties.outline-width.medium
- css.properties.outline-width.thick
- css.properties.outline-width.thin