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

Text is truncated in rowspan table cells in text output #1155

Open
1 task done
ajeanmahoney opened this issue Sep 3, 2024 · 0 comments
Open
1 task done

Text is truncated in rowspan table cells in text output #1155

ajeanmahoney opened this issue Sep 3, 2024 · 0 comments
Labels
bug Something isn't working text Issues in text output

Comments

@ajeanmahoney
Copy link
Collaborator

Describe the issue

In Table 2 (see the txt file), the text in the first column is cut off:

    +--------------------------------------+--------------------------+
    | Put a DevID or Platform Cert in the  | TCG TPM DevID TCG        |
    | TPM                                  | Platform Certificate     |
    |                                      +--------------------------+
    | *  Install an Initial Attestation    | IEEE 802.1AR             |
    +--------------------------------------+--------------------------+

This issue appears in the text output only. The HTML and PDF are fine.

It should look like the following:

    +--------------------------------------+--------------------------+
    | Put a DevID or Platform Cert in the  | TCG TPM DevID TCG        |
    | TPM                                  | Platform Certificate     |
    |                                      +--------------------------+
    | *  Install an Initial Attestation    | IEEE 802.1AR             |
    |    Key at the same time so that      |                          |
    |    Attestation can work out of the   |                          |
    |    box                               |                          |
    |                                      |                          |
    | *  Equipment suppliers and owners    |                          |
    |    may want to implement Local       |                          |
    |    Device ID as well as Initial      |                          |
    |    Device ID                         |                          |
    +--------------------------------------+--------------------------+

Note that when more text is added to the cells on the right, more text appears (see the "tall-rows" files):

    +--------------------------------------+--------------------------+
    | Put a DevID or Platform Cert in the  | TCG TPM DevID TCG        |
    | TPM                                  | Platform Certificate     |
    |                                      |                          |
    | *  Install an Initial Attestation    | The rowspan seems to     |
    |    Key at the same time so that      | truncate due to the      |
    |    Attestation can work out of the   | height of the cell next  |
    |    box                               | to it                    |
    |                                      |                          |
    | *  Equipment suppliers and owners    | Making a tall row here   |
    |    may want to implement Local       +--------------------------+
    |    Device ID as well as Initial      | IEEE 802.1AR             |
    |    Device ID                         |                          |
    |                                      | Making a tall row here   |
    |                                      |                          |
    |                                      | Making a tall row here   |
    +--------------------------------------+--------------------------+

https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14.txt
https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14.xml
https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14.html#name-implementation-notes
https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14.pdf
https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14-tall-rows.txt
https://www.rfc-editor.org/v3test/draft-ietf-rats-tpm-based-network-device-attest-14-tall-rows.xml

Code of Conduct

@ajeanmahoney ajeanmahoney added the bug Something isn't working label Sep 3, 2024
@kesara kesara added the text Issues in text output label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working text Issues in text output
Projects
None yet
Development

No branches or pull requests

2 participants