|
|
||
| test précédent | Décorations | test suivant |
Ce test vérifie l'implémentation de text-decoration.
.none { text-decoration : none }
.underline { text-decoration : underline }
.overline { text-decoration : overline }
.linet { text-decoration : line-through }
.blink { text-decoration : blink }
.all { text-decoration : undeline overline line-through blink }
Ce paragraphe est entièrement souligné sauf les occurences du mot souligné.
Ce paragraphe est entièrement souligné.
Ce paragraphe est entièrement surligné.
Ce paragraphe est traversé par une ligne.
Ce paragraphe clignote !
Ce paragraphe est souligné, surligné, traversé et clignote !
Chacun des tests ci-dessus prend la valeur 2 s'il est vrai et
0 sinon.
|
|
||
| test précédent | Décorations | test suivant |
Auteur : Daniel Glazman.