Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming and describing section: Remove bibliography reference #1059

Merged
merged 2 commits into from
Jun 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -4060,7 +4060,7 @@ <h5>Naming Tables and Figures with Captions</h5>
&lt;tr>&lt;td>30 May &lt;td>Closed
&lt;tr>&lt;td>6 June &lt;td>11:00-16:00
&lt;/table></code></pre>
<p>The following example gives the table a number ("Table 1") so it can be referenced. [[?CALORIC-RESTRICTION]]</p>
<p>The following example gives the table a number (<q>Table 1</q>) so it can be referenced. </p>
<pre><code>&lt;table>
&lt;caption>Table 1. Traditional dietary intake of Okinawans and other Japanese circa 1950&lt;/caption>
&lt;thead>
Expand All @@ -4077,6 +4077,7 @@ <h5>Naming Tables and Figures with Captions</h5>
[...]

&lt;/table></code></pre>
<p>Note: Above table content is from <a href="https://www.ncbi.nlm.nih.gov/pubmed/17986602">Caloric restriction, the traditional Okinawan diet, and healthy aging: the diet of the world's longest-lived people and its potential impact on morbidity and life span</a>.</p>
<p>Similarly, the HTML <code>figure</code> element can be given a caption using the <code>figcaption</code> element. The caption can appear before or after the figure, but it is more common for figures to have the caption after.</p>
<pre><code>&lt;figure>
&lt;img alt="Painting of a person walking in a desert." src="Hole_JesusalDesierto.jpg">
Expand Down