No estándar
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Resumen
El pseudo-elemento::-moz-tree-row
CSS se usa para seleccionar filas y para aplicar estilos a las filas de los árboles.
Elementos asociados
Síntaxis
treechildren::-moz-tree-row {propiedades de estilo }
Propiedades de estilo
Ejemplos
treechildren::-moz-tree-row( foo bar )
{
margin: 2%;
}
...donde...
<treerow properties="foo">...</treerow>