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

Graby: keep empty td and th elements #289

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

Kdecherf
Copy link
Collaborator

Empty td and th must be kept to prevent any layout breakage, e.g.:

    <table>
      <tr>
        <td></td>
        <td>Header</td>
      </tr>
      <tr>
        <td>Foo</td>
        <td>Bar</td>
      </tr>
    </table>

Empty td and th must be kept to prevent any layout breakage, e.g.:

    <table>
      <tr>
        <td></td>
        <td>Header</td>
      </tr>
      <tr>
        <td>Foo</td>
        <td>Bar</td>
      </tr>
    </table>

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.102% when pulling 9f52007 on Kdecherf:fix/table into 6ed0164 on j0k3r:master.

@j0k3r j0k3r merged commit f8564e9 into j0k3r:master Feb 28, 2022
@Kdecherf Kdecherf deleted the fix/table branch February 28, 2022 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants