Given the following scenario:
body {
font-family: sans-serif;
}
and some paragraph:
body > p {
font-family: initial;
}
The paragraph will be rendered with font-family: sans-serif
Expected would be to set it to the intiail font-family, which is often serif.
Version 1.0.0 (139), WebKit 623.1.8.0.0
Tahoe (26)