Pseudo-class:
first-node

Support Key: [N6]
Other Document-Tree
Pseudo-Classes

root
empty
not
first-child
last-child
last-node
lang
= Index DOT Css by Brian Wilson =
Main Index | Property Index | CSS Support History | Browser History



   Quick Statistics   
Applicable Elements:
Any
HTML Equivalent:
NA
What is it?
The First-node Pseudo-class selects the first occurence of an element in the document tree. If you omit an element selector, it SHOULD select ALL first-occurrences of each element in the document tree.
Example
Ext/Doc: div:first-node { background-color: yellow }
(selects the first occurrence of a DIV element in the document and makes its background yellow.)
In-Line:  NA
Browser Peculiarities

Boring Copyright Stuff....