| Style | TD { /* text‑decoration: none; */ } | TD { text‑decoration: inherit; } |
|---|---|---|
| TR { text‑decoration: none; } | The text in this cell should be undecorated. | The text in this cell should be undecorated. |
| TR { text‑decoration: underline; } | The text in this cell should not be underlined. | The text in this cell should be underlined. |
| TR { text‑decoration: overline; } | The text in this cell should not be overlined. | The text in this cell should be overlined. |
| TR { text‑decoration: line‑through; } | The text in this cell should not be lined-through. | The text in this cell should be lined-through. |
| TR { text‑decoration: blink; } | The text in this cell should not blink. | The text in this cell should blink. |