What is this name space like wrapping/nested structure in CSS? I have never seen this before. Please help me understand what is this. Thanks
@media screen, projection
{
*
{
margin: 0px;
padding: 0px;
}
body
{
background: #fff;
overflow-y: scroll;
_overflow-y: none;
}
}