Difference between revisions for Playground / Table Markup Reference
Additions:
*|(i=main_heading){text-size: 120%}This is the main heading|*- Attributes
(attribute parameters)is an optional series ofparameter=valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a space ().
*| HTML Elements | Delimiter | Notes |*
|| ##<tr>## | ##||## | Must be set for each row of table cells. ||
|| ##lang## | ##l## ||
||(x=2 a=center) style ||
|| ##width## | ##w## ||
||(x=2 a=center) class ||
|| ##align## | ##a## ||
|| ##bgcolor## | ##c## ||
|| ##vertical## | ##v## ||
Deletions:
*|(i:main_heading){text-size: 120%}This is the main heading|*- Attributes
(attribute parameters)is an optional series ofparameter:valuedeclarations enclosed in brackets. Valid parameters are described in the attribute table below. Multiple parameter declarations can be separated with a semicolon (;).
*| XHTML Elements | Delimiter | Notes |*
|| ##<tr>## | none | Will be opened for each row of table cells. ||
|| ##title## | ##t## ||
|| ##xml:lang## | ##l## ||
|| ##headers## | ##h## ||
|| ##abbr## | ##a## ||
|| ##axis## | ##z## ||
*|(x=2) Other Table elements |*
|| ##span## | ##p## ||
|| ##summary## | ##u## ||