tbody Element TestBack to the MIME Type Tests.
This document references a local CSS document that has the following rule.
tbody
{
background: #fc0;
color: #000;
}
The following table does not contain a tbody element, but when served as text/html, a tbody element is implicitly present. The rule defined above is applied the table when served as text/html, but not when served as application/xhtml+xml.
| X | Y |
|---|---|
| 1 | 1 |
| 2 | 4 |
| 3 | 9 |
| 4 | 16 |
| 5 | 25 |