I found the following definition in a CSS stylesheet :
*|*:link {color:#ff00ff;}
What’s the use of the |? Is it some sort of CSS Hack?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It separates namespace and element name.
Unless a default namespace has been defined,
*|*:linkis a complicated way of writing*:linkor just:link.In an XML document, you could have the following: