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

Remove references to specify-number #270

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
8 changes: 3 additions & 5 deletions best-practices/tagging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,15 +431,14 @@ <h4>Lists</h4>
<p>The reserved class values in this section are only applied to [^ol^], [^ul^], and [^dl^].</p>
<dd>
<ul class="nomark">
<li><code>nomark</code>, <code>exercise</code>, <code>glossary</code>, <code>index</code>, <code>toc</code>, <code>poetry</code>, <code>specify-number</code></li>
<li><code>nomark</code>, <code>exercise</code>, <code>glossary</code>, <code>index</code>, <code>toc</code>, <code>poetry</code></li>
<ul class="nomark">
<li><code>nomark</code>&#8212; used to prevent the automatic inclusion of list prefixes, like bullets or numbers.</li>
<li><code>exercise</code>&#8212; used to denote an exercise question, typically one in a list format like a multiple-choice question.</li>
<li><code>glossary</code>&#8212; used to denote a glossary entry.</li>
<li><code>index</code>&#8212; used to denote an indices entry.</li>
<li><code>toc</code>&#8212; used to denote a table of contents entry.</li>
<li><code>poetry</code>&#8212; used to denote a line in a work of poetry that is meant to formatted in stanzas or a way that is similar to a list.</li>
<li><code>specify-number</code>&#8212; used to denote very specific numeric values and recommended to be used sparingly as it will hardcode those cell positions. Examples of accompanying cell positions would be <code>1-3</code>, <code>5-7</code>, etc. with the first number representing which cell the item should start in and the second number representing which cell the second line and all subsequent lines should start in.</li>
<li><code>poetry</code>&#8212; used to denote a line in a work of poetry that is meant to be formatted in stanzas or a way that is similar to a list.</li>
</ul>
</ul>

Expand Down Expand Up @@ -528,12 +527,11 @@ <h4>Paragraphs</h4>
<dt>Reserved <code>class</code> values:</dt>
<dd>
<ul class="nomark">
<li><code>left-aligned</code>, <code>directions</code>, <code>hanging</code>, <code>specific-number</code></li>
<li><code>left-aligned</code>, <code>directions</code>, <code>hanging</code></li>
<ul class="nomark">
<li><code>left-aligned</code>&#8212; used to denote a paragraph that should be left justified.</li>
<li><code>directions</code>&#8212; used to denote directions that will typically accompany tests, quizzes, or multiple choice questions.</li>
<li><code>hanging</code>&#8212; used to denote a paragraph in which the first line is set to the left margin, but all subsequent lines are indented.</li>
<li><code>specific-number</code>&#8212; used to denote very specific numeric values and recommended to be used sparingly as it will hardcode those cell positions. Examples of accompanying cell positions would be <code>1-3</code>, <code>5-7</code>, etc. with the first number representing which cell the item should start in and the second number representing which cell the second line and all subsequent lines should start in.</li>
</ul>
</ul>
</dd>
Expand Down