The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.
Ref.: https://developer.mozilla.org/en-US/docs/Web/CSS/backface-visibility
visible : CSS.Internal.Property
The back face is visible when turned towards the user.
hidden : CSS.Internal.Property
The back face is hidden, effectively making the element invisible when turned away from the user.
inherit : CSS.Internal.Property
Specifies that all the element's properties should be changed to their inherited values.
initial : CSS.Internal.Property
Specifies that all the element's properties should be changed to their initial values.
revert : CSS.Internal.Property
Specifies behavior that depends on the stylesheet origin to which the declaration belongs:
revertLayer : CSS.Internal.Property
Specifies that all the element's properties should roll back the cascade to a previous cascade layer, if one exists. If no other cascade layer exists, the element's properties will roll back to the matching rule, if one exists, in the current layer or to a previous style origin.
unset : CSS.Internal.Property
Specifies that all the element's properties should be changed to their inherited values if they inherit by default, or to their initial values if not.