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

ISO/IEC Coding Guidelines: table's styles #240

Open
Intelligent2013 opened this issue Sep 9, 2022 · 0 comments
Open

ISO/IEC Coding Guidelines: table's styles #240

Intelligent2013 opened this issue Sep 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Source: #190

In ISO/IEC documents there are styles for table's cell, row, column, borders etc. (see Annex B):

<td align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 1px" valign="top">Available to operator’s right foot</td>
<table frame="box" rules="all" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border:solid 2px;">
<col width="100" align="left" valign="top" style="border:solid 3px;"/>
<table @frame = “box”... or “hside” or “vside” or “above” or “below”
<td @style="transform: rotate(-90deg); ”

Currently, mnconvert ignores these properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant