Skip to content

Commit

Permalink
templates/gap-analysis/gap-analysis_template, Add emphasis & abbrev. …
Browse files Browse the repository at this point in the history
…charset -> encoding
  • Loading branch information
r12a committed Jul 2, 2024
1 parent 9be5b7c commit c997945
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions templates/gap-analysis/gap-analysis_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ <h3>Case &amp; other character transforms</h3>
<h2>Typographic units</h2>


<section id="charset" class="tbd">
<section id="encoding" class="tbd">
<h3>Characters &amp; encoding</h3>
<p id="prompt-charset" class="status_prompt promptStub"></p>
<p id="prompt-encoding" class="status_prompt promptStub"></p>

<div id="insert-charset"></div>
<div id="insert-encoding"></div>
</section>


Expand Down Expand Up @@ -376,6 +376,36 @@ <h3>Quotations &amp; citations</h3>



<section id="emphasis" class="tbd">
<h3>Emphasis &amp; highlighting</h3>
<p id="prompt-emphasis" class="status_prompt promptStub"></p>


<div id="insert-emphasis"></div>
</section>








<section id="abbrev" class="tbd">
<h3>Abbreviation, ellipsis &amp; repetition</h3>
<p id="prompt-abbrev" class="status_prompt promptStub"></p>


<div id="insert-abbrev"></div>
</section>









<section id="inline_notes" class="tbd">
<h3>Inline notes &amp; annotations</h3>
Expand Down Expand Up @@ -700,12 +730,12 @@ <h3>What else?</h3>

<div id="insert-other"></div>
</section>

</section>





<details id="summaryStats">
<summary style="margin-top:4em; cursor: pointer;" onclick="setUpSummary(); printSummary(true)">Show summary</summary>
<pre id="summaryPlaceholder" style="white-space: pre-wrap;"></pre>
Expand Down

0 comments on commit c997945

Please sign in to comment.