IHE / publications

All domains publications.
Creative Commons Attribution 4.0 International
9 stars 4 forks source link

remove inline font manipulation (span, style #45

Open JohnMoehrke opened 3 years ago

JohnMoehrke commented 3 years ago

This is done sometimes with span This is done inside tables with style

     <tbody>
        <tr style="height:16.6pt">
          <td>Content Creator</td>
          <td>No options defined</td>
          <td>- -</td>
        </tr>
        <tr style="height:11.65pt">
          <td rowspan="2">Content Consumer (Note 1)</td>
          <td>View Option</td>
          <td>
            <a href="../Volume1/ch-30.html#30.2.1">ITI TF-1: 30.2.1</a>
          </td>
        </tr>

and style="font-weight:bold"

and style="font-style:italic""

vassilpeytchev commented 3 years ago

Here is the preferred way for bold, italics and underline: bold - <strong></strong> italics - <em></em> underline - <span class="ul"></span>

Examples of use are in https://ihe.github.io/publications/ITI/TF/Volume2/ITI-44.html

MaryLJ commented 3 years ago

Google Sheet to track progress of fixes for this issue is at https://docs.google.com/spreadsheets/d/1eM8OgzO8qGbc9Q8lEyBtwdALFOaYZN9W-AsyV6EnXWA/edit#gid=2021735577