Skip to content

Commit

Permalink
Naming and describing section: Remove bibliography reference
Browse files Browse the repository at this point in the history
PR #994 included changes to common/biblio.js that should not have been merged
because that file is maintained outside the aria-practices repository.
The change was addition of a reference to an external site.
This commit removes the common/biblio.js changes and the reference to them.
  • Loading branch information
mcking65 committed Jun 28, 2019
1 parent 37da361 commit c74fb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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
7 changes: 1 addition & 6 deletions common/biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@ var biblio = {
},
"WAI-ARIA": {
"aliasOf": "WAI-ARIA-1.1",
},
"CALORIC-RESTRICTION": {
"href": "https://www.ncbi.nlm.nih.gov/pubmed/17986602",
"title": "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",
"publisher": "The National Center for Biotechnology Information"
}
}
};

0 comments on commit c74fb8b

Please sign in to comment.