Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove inline font manipulation (span, style #45

Open
JohnMoehrke opened this issue Nov 18, 2020 · 2 comments
Open

remove inline font manipulation (span, style #45

JohnMoehrke opened this issue Nov 18, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@JohnMoehrke
Copy link
Contributor

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""

@JohnMoehrke JohnMoehrke added this to the Phase 2 milestone Nov 18, 2020
@vassilpeytchev
Copy link
Contributor

vassilpeytchev commented Nov 19, 2020

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

@JohnMoehrke JohnMoehrke removed this from the Phase 2: February 2021 milestone Feb 8, 2021
@JohnMoehrke JohnMoehrke added this to the Phase 4: Summer 2021 milestone Feb 8, 2021
@JohnMoehrke JohnMoehrke added the bug Something isn't working label Jul 26, 2021
@MaryLJ
Copy link
Contributor

MaryLJ commented Jul 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants