what is grouping in css ?

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "July 30, 2014";

when more then one selectors have same declaration, they grouped by a coma(,)

eg : a,p,ul {}

}