Dear,
I need CSS selector specification, but I couldn't find it. Can someone help me and give appropriate reference? For example, is CSS like
*.in3 *.in4 i *.in5 *in6.in7 i.inner1{
/* some properties */
}
valid? I am writing parser, so it is not just enough to check in some validator, like W3 has. I tried to find out the answer on http://www.w3.org/TR/REC-CSS2/selector.html, but without success. Maybe some of you can suggest further links/papers...
newbie
Posts: 1
Joined: 2008-07-24
Location: Deronje
Posted: Thu, 2008-07-24 14:25
Dear,
I need CSS selector specification, but I couldn't find it. Can someone help me and give appropriate reference? For example, is CSS like
*.in3 *.in4 i *.in5 *in6.in7 i.inner1{ /* some properties */ }valid? I am writing parser, so it is not just enough to check in some validator, like W3 has. I tried to find out the answer on http://www.w3.org/TR/REC-CSS2/selector.html, but without success. Maybe some of you can suggest further links/papers...
Thank you in advance.