description & Usage
The all property applies all css-related properties except unicode-bidi and directions to the initial value of the tags.
Informations
| # | Description |
|---|---|
| Default Value | none |
| Inherited | no |
| Animatable | no |
| Version | CSS3 |
| JavaScript syntax | object.style.all="initial" |
Browser compatibility and Support
The numbers inserted in the browser fields indicate the version that supports the all property.
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| all |
Syntax
Values
| Values | Description |
|---|---|
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |
| unset | Changes all values applied to tags or their parents. |