Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does *|* this mean in CSS?

I just saw this: *|*:link with Firebug. It seems to be some default styling which Firefox appends, but what does *|* mean?

like image 344
Uffo Avatar asked Aug 31 '10 12:08

Uffo


1 Answers

It means "all elements in all namespaces that are :link."

More on universal selectors and namespaces.

like image 187
Frankie Avatar answered Sep 21 '22 05:09

Frankie