Skip to content

Fix note structure in abbreviation definition #4452

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
62 changes: 32 additions & 30 deletions guidelines/terms/20/abbreviation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,40 @@
of the language
</p>

<p class="note">This includes initialisms and acronyms where:</p>

<ol>

<li>

<p><strong>initialisms</strong> are shortened forms of a name or phrase made from the initial letters of words or
syllables contained in that name or phrase
</p>

<p class="note">Not defined in all languages.</p>

<aside class="example"><p>SNCF is a French initialism that contains the initial letters of the <span lang="fr">Société Nationale des Chemins de Fer</span>, the French national railroad.
</p></aside>

<aside class="example"><p>ESP is an initialism for extrasensory perception.</p></aside>

</li>
<div class="note">This includes initialisms and acronyms where:

<li>

<p><strong>acronyms</strong> are abbreviated forms made from the initial letters or parts of other words (in a
name or phrase) which may be pronounced as a word
</p>

<aside class="example"><p>NOAA is an acronym made from the initial letters of the National Oceanic and Atmospheric
Administration in the United States.
</p></aside>

</li>
<ol>

<li>

<p><strong>initialisms</strong> are shortened forms of a name or phrase made from the initial letters of words or
syllables contained in that name or phrase
</p>

<p><em>Note:</em> Not defined in all languages.</p>

<aside class="example"><p>SNCF is a French initialism that contains the initial letters of the <span lang="fr">Société Nationale des Chemins de Fer</span>, the French national railroad.
</p></aside>

<aside class="example"><p>ESP is an initialism for extrasensory perception.</p></aside>

</li>

<li>

<p><strong>acronyms</strong> are abbreviated forms made from the initial letters or parts of other words (in a
name or phrase) which may be pronounced as a word
</p>

<aside class="example"><p>NOAA is an acronym made from the initial letters of the National Oceanic and Atmospheric
Administration in the United States.
</p></aside>

</li>

</ol>

</ol>
</div>

<p class="note">Some companies have adopted what used to be an initialism as their company name. In
these cases, the new name of the company is the letters (for example, Ecma) and the
Expand Down