Skip to content

Commit

Permalink
gap/lreq templates, Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 1, 2024
1 parent 49c7f76 commit 3952754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/gap-analysis/gap-analysis-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function buildDoc (repo, doc) {
if (sections.page_layout) buildSection(sections.page_layout,'page_layout', doc, repo)
if (sections.grids_tables) buildSection(sections.grids_tables,'grids_tables', doc, repo)
if (sections.footnotes_etc) buildSection(sections.footnotes_etc,'footnotes_etc', doc, repo)
if (sections.headers_footers) buildSection(sections.page_headers_footers_etc,'headers_footers', doc, repo)
if (sections.headers_footers) buildSection(sections.headers_footers,'headers_footers', doc, repo)
if (sections.interaction) buildSection(sections.interaction,'interaction', doc, repo)
}

Expand Down
4 changes: 2 additions & 2 deletions templates/lreq_doc/lreq_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,14 +726,14 @@ <h3>Case &amp; other character transforms</h3>
</dd><dt>Gap analysis</dt>
<dd>
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/XX_GAPSHORTNAME/#transforms">Font styles, weight, etc</a></li>
<li><a target="_blank" href="https://www.w3.org/TR/XX_GAPSHORTNAME/#transforms">Case &amp; other character transforms</a></li>
</ul>
</dd>

<dt>LE Index</dt>
<dd class="le_index">
<ul class="linkList">
<li><a target="_blank" href="https://www.w3.org/TR/typography/#transforms">Letterform slopes, weights, &amp; italics</a></li>
<li><a target="_blank" href="https://www.w3.org/TR/typography/#transforms">Case &amp; other character transforms</a></li>
</ul>
</dd>
</dl>
Expand Down

0 comments on commit 3952754

Please sign in to comment.