-
Notifications
You must be signed in to change notification settings - Fork 10
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
need a way to horizontally align <table>s #9
Comments
|
Please say more about the "need" here. What semantically is being lost without this? Can tables be misinterpreted without such alignment? |
|
No, but I don't see how this is relevant. We do have attributes to control same-page-placement, which is presentation only, and only applies to paged media, after all. |
|
FWIW, a quick & dirty statistic over AUTH48 XML shows ~1700 text tables (in 427 RFCs), of which ~120 were aligned left using the align attribute (in 45 RFCs). The default would be centered. |
|
+1, see additional reasoning in issue #40 (duplicate issue). Experience with the limitation of the v3 text formatter indicates that removing this ability is detrimental. |
|
Fixed in the -01 |
(from https://tools.ietf.org/tools/xml2rfc/trac/ticket/324)
This was possible in v2 with texttable/@align.
The text was updated successfully, but these errors were encountered: