forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappearance.yml
More file actions
19 lines (19 loc) · 840 Bytes
/
appearance.yml
File metadata and controls
19 lines (19 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: appearance
description: "The `appearance` CSS property controls the appearance of form controls. Using `appearance: none` disables any default native appearance and allows the elements to be styled with CSS."
spec: https://drafts.csswg.org/css-ui-4/#appearance-switching
group: css
compat_features:
- css.properties.appearance
- css.properties.appearance.auto
- css.properties.appearance.button
- css.properties.appearance.checkbox
- css.properties.appearance.listbox
- css.properties.appearance.menulist
- css.properties.appearance.menulist-button
- css.properties.appearance.meter
- css.properties.appearance.none
- css.properties.appearance.progress-bar
- css.properties.appearance.radio
- css.properties.appearance.searchfield
- css.properties.appearance.textarea
- css.properties.appearance.textfield