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