Difference between revisions for Playground / Table Markup Reference
| Version1 | Version2 | Differences |
|---|---|---|
| 22 | 22 | |
| 23 | 23 | #| |
| 24 | 24 | !|{width: 80%}|! |
| 25 |
?| |
|
| 26 |
*| |
|
| 25 | ?| Table Elements |? | |
| 26 | *| HTML Elements | Delimiter | Notes |* | |
| 27 | 27 | || ##<table>## | ##""!|""## | Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself. || |
| 28 | 28 | || ##<caption>## | ##""?|""## | || |
| 29 | 29 | || ##<colgroup>## | ##""_|""## | || |
| … | … | … |
| 31 | 31 | || ##<thead>## | ##""[|""## | || |
| 32 | 32 | || ##<tfoot>## | ##""]|""## | || |
| 33 | 33 | || ##<tbody>## | ##""|#|""## | || |
| 34 |
|| ##<tr>## | |
|
| 34 | || ##<tr>## | ##""||""## | Must be set for each row of table cells. || | |
| 35 | 35 | || ##<th>## | ##""^|""## | || |
| 36 | 36 | || ##<td>## | ##""|""## | || |
| 37 | 37 | |# |
| … | … | … |
| 43 | 43 | *| Attribute | Markup key |* |
| 44 | 44 | *|(x=2) Core |* |
| 45 | 45 | || ##id## | ##i## || |
| 46 |
|
|
| 47 | 46 | || ##class## | ##c## || |
| 48 | 47 | || ##style## | ##s## || |
| 49 | 48 | *|(x=2) i18n |* |
| 50 |
|| ## |
|
| 49 | || ##lang## | ##l## || | |
| 51 | 50 | || ##dir## | ##d## || |
| 52 | 51 | *|(x=2) Table cells |* |
| 53 | 52 | || ##colspan## | ##x## || |
| 54 | 53 | || ##rowspan## | ##y## || |
| 55 | 54 | || ##scope## | ##o## || |
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 | 55 | |# |