GEDCOM 5.5.2 Notes for Contributors

Editor:
John Cardinal (Family History Hosting, LLC)

General Comments

Focus

Medium

The specification document is a single HTML document. It uses a base CSS stylesheet and two alternative stylesheets. The document does not require, and does not use, any Javascript.

Those characteristics are all deliberate.

Automated References

The "See:" reference lists are created automatically by a program that reviews the document for certain kinds of links and then updates the lists.

For automated entries:

Document Conventions

Best Practice Sections

Best Practice sections use nested lists. The text for an outer-list item is a brief statement of the challenge, problem, or issue that the best practice recommendation(s) are intended to address. The list nested under that item describes the recommendations.

HTML Model

<div class="best-practice">
  <h4 id="area-best-practice">Best Practice Recommendations</h4>
  <ul>
    <li>
      <p>Description of issue.</p>
      <ul>
        <li>
          <p>Suggestion one</p>
        </li>

        <li>
          <p>Suggestion two</p>
        </li>
      </ul>
    </li>
  </ul>
</div>