Skip to content

Commit

Permalink
gap-analysis-github, Add handling for page layout stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Feb 3, 2020
1 parent fa15f48 commit 5370b34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions textlayout/resources/gap-analysis-github.js
Expand Up @@ -84,6 +84,11 @@ function buildDoc (repo, doc) {
if (sections.letter_spacing) buildSection(sections.letter_spacing,'spacing', doc)
if (sections.lists_counters_etc) buildSection(sections.lists_counters_etc,'lists', doc)
if (sections.styling_initials) buildSection(sections.styling_initials,'initials', doc)

if (sections.page_layout_progression) buildSection(sections.page_layout_progression,'page_layout', doc)
if (sections.footnotes_endnotes_etc) buildSection(sections.footnotes_endnotes_etc,'footnotes_etc', doc)
if (sections.page_headers_footers_etc) buildSection(sections.page_headers_footers_etc,'headers_footers', doc)
if (sections.forms_user_interaction) buildSection(sections.forms_user_interaction,'interaction', doc)
}


Expand Down

0 comments on commit 5370b34

Please sign in to comment.