| 473 |
|
|
|
| 474 |
====Adding titles====
|
|
|
| 475 |
|
|
|
| 476 |
Any table element can be given a ##title## attribute to enhance its accessibility. Titles are typically displayed in graphical browsers by hovering over the corresponding element and are useful to display unobtrusive descriptions about specific elements. You can specify a ##title## for any table element by using the ##(t=''title'')## parameter.
|
|
|
| 477 |
|
|
|
| 478 |
The following example adds titles to several table elements (you can hover over the table to display them):
|
|
|
| 479 |
|
|
|
| 480 |
%%
|
|
|
| 481 |
#|
|
|
|
| 482 |
!|(t="Comparative figures for fruit production in the last year"){width: 350px}|!
|
|
|
| 483 |
?|Fruit production in 2026|?
|
|
|
| 484 |
*| |(t="yearly production of apples")Apples|(t="yearly production of pears")Pears|*
|
|
|
| 485 |
^|(t="Mary's contribution to 2026 production")Mary|(t="Mary's production of apples in 2026"){text-align:center}300Kg|(t="Mary's production of pears in 2026"){text-align:center}320Kg||
|
|
|
| 486 |
^|(t="John's contribution to 2026 production")John|(t="John's production of apples in 2026"){text-align:center}400Kg|(t="John's production of pears in 2026"){text-align:center}630Kg||
|
|
|
| 487 |
|#
|
|
|
| 488 |
%%
|
|
|
| 489 |
|
|
|
| 490 |
#|
|
|
|
| 491 |
!|(t="Comparative figures for fruit production in the last year"){width: 350px}|!
|
|
|
| 492 |
?|Fruit production in 2026|?
|
|
|
| 493 |
*| |(t="yearly production of apples")Apples|(t="yearly production of pears")Pears|*
|
|
|
| 494 |
^|(t="Mary's contribution to 2026 production")Mary|(t="Mary's production of apples in 2026"){text-align:center}300Kg|(t="Mary's production of pears in 2026"){text-align:center}320Kg||
|
|
|
| 495 |
^|(t="John's contribution to 2026 production")John|(t="John's production of apples in 2026"){text-align:center}400Kg|(t="John's production of pears in 2026"){text-align:center}630Kg||
|
|
|
| 496 |
|#
|
|
|