I noticed the html.css file (which I assume is the default style sheet
mozilla renders with) has a couple style sheet attributes i'm not too
familiar with. If anyone can provide some insight as to what they mean or
direct me to some documentation (aside from w3c since it doesnt seems to be
any sort of css standard)...

Specifically, this is what i'm referring to:

body > *:first-node, td > *:first-node {
  margin-top: 0;
}

what does the "> *:first-node" mean? i know css2 has a ":first-child"
property but couldnt find anything on "first-node" or the syntax of this
context.

-Thx.




Reply via email to