Add <time> semantics to tabular data

This commit is contained in:
Anthony J. Bentley 2025-04-08 00:54:34 -06:00 committed by Alex Cabal
parent df22546072
commit c11a654a15

View file

@ -124,46 +124,46 @@
<p>“He come out to see me two years ago and bought me the house I live in now. Of course we was broke up when he run off from home, but I see now there was a reason for it. He knew he had a big future in front of him. And ever since he made a success he was very generous with me.”</p>
<p>He seemed reluctant to put away the picture, held it for another minute, lingeringly, before my eyes. Then he returned the wallet and pulled from his pocket a ragged old copy of a book called <i epub:type="se:name.publication.book">Hopalong Cassidy</i>.</p>
<p>“Look here, this is a book he had when he was a boy. It just shows you.”</p>
<p>He opened it at the back cover and turned it around for me to see. On the last flyleaf was printed the word <b>schedule</b>, and the date September 12, 1906. And underneath:</p>
<p>He opened it at the back cover and turned it around for me to see. On the last flyleaf was printed the word <b>schedule</b>, and the date <time datetime="1906-09-12">September 12, 1906</time>. And underneath:</p>
<table>
<tbody>
<tr>
<td>Rise from bed</td>
<td>6:00</td>
<td><time datetime="1906-09-12T06:00">6:00</time></td>
<td>
<abbr>a.m.</abbr>
</td>
</tr>
<tr>
<td>Dumbell exercise and wall-scaling</td>
<td>6:156:30</td>
<td><time datetime="1906-09-12T06:15">6:15</time><time datetime="1906-09-12T06:30">6:30</time></td>
<td></td>
</tr>
<tr>
<td>Study electricity, <abbr>etc.</abbr></td>
<td>7:158:15</td>
<td><time datetime="1906-09-12T07:15">7:15</time><time datetime="1906-09-12T08:15">8:15</time></td>
<td></td>
</tr>
<tr>
<td>Work</td>
<td>8:304:30</td>
<td><time datetime="1906-09-12T08:30">8:30</time><time datetime="1906-09-12T16:30">4:30</time></td>
<td>
<abbr>p.m.</abbr>
</td>
</tr>
<tr>
<td>Baseball and sports</td>
<td>4:305:00</td>
<td><time datetime="1906-09-12T16:30">4:30</time><time datetime="1906-09-12T17:00">5:00</time></td>
<td></td>
</tr>
<tr>
<td>Practise elocution, poise and how to attain it</td>
<td>5:006:00</td>
<td><time datetime="1906-09-12T17:00">5:00</time><time datetime="1906-09-12T18:00">6:00</time></td>
<td></td>
</tr>
<tr>
<td>Study needed inventions</td>
<td>7:009:00</td>
<td><time datetime="1906-09-12T19:00">7:00</time><time datetime="1906-09-12T21:00">9:00</time></td>
<td></td>
</tr>
</tbody>