Hello, I am Sarai and I have a doubt about the inheritance control, about the five special universal property values to control the inheritance, this is how I understood it:
-
inherit: this value is used so that the element inherits the value of the property that its parent has assigned.
-
initial: this value will take the initial value of the property.
-
revert: this value has two behaviors and these depend on that if it is inherited of its father, then it will take its style, and if it is not inherited it will take the style of the style sheet of the navigator, right?
-
unset: this value also has two behaviors which depends that if it is inherited in a natural way it will take the value of its parent, and if it is not inherited it will behave as initial.
then can you explain me why the class 3 that has as value UNSET this of green color? if it is not inherited in a natural way, thank you for your time and I would appreciate if you could explain to me
page:
code: