|
|
||
| test précédent | display | test suivant |
Ce test vérifie le support des valeurs de la propriété
display liées aux tableaux
.table { display : table }
.tr { display : table-row }
.thead { display : table-header-group }
.tbody { display : table-row-group }
.tfoot { display : table-footer-group }
.col { display : table-column }
.colgroup { display : table-column-group }
.td { display : table-cell }
.th { displat : table-cell ; font-weight : bold }
.caption { display : table-caption }
Ce test prend la valeur 2 si le tableau construit ci-dessus avec des DIV est formatté effectivement comme un tableau et 0 sinon.
|
|
||
| test précédent | display | test suivant |
Auteur : Daniel Glazman.