Skip to content

Commit

Permalink
gap-analysis, Add langTags, emphasis, & abbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 4, 2024
1 parent 2a5c815 commit 132a6fa
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions gap-analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
// langs array lists languages addressed by this document, in order of speaker (highest first)
// it is used to generate the javascript needed for the matrix
langs: ['Amharic','Tigriña'],
langTags: ['am','ti'],
gapDocPath: 'https://www.w3.org/TR/elreq-gap/',
};
</script>
Expand Down Expand Up @@ -339,6 +340,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="ok">
<h3>Inline notes &amp; annotations</h3>
Expand Down

0 comments on commit 132a6fa

Please sign in to comment.