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

HTML tables should have borders #18

Closed
Axel-Naumann opened this issue Feb 18, 2019 · 1 comment
Closed

HTML tables should have borders #18

Axel-Naumann opened this issue Feb 18, 2019 · 1 comment

Comments

@Axel-Naumann
Copy link

This table:

+------------+------------------------------------------------------+------------------------------------------------+
| Category   | *reflexpr-operand*                                   | `reflect` Concept                              |
+============+======================================================+================================================+
| Type       | *class-name* designating a union                     | `reflect::Record`                              |
+------------+------------------------------------------------------+------------------------------------------------+
|            | *class-name* designating a closure type              | `reflect::Lambda`                              |
+------------+------------------------------------------------------+------------------------------------------------+

is rendered without cell borders when generating HTML. It would be nice if tables would have cell borders in HTML, just like they have for the C++ standard PDF. This would make complex cells much more readable. (I notice in the reflection TS; CWG will surely appreciate an improvement there!)

This was referenced Feb 18, 2019
@mpark
Copy link
Owner

mpark commented May 29, 2019

Closed by 546c89b.

The above table now generates:
Screen Shot 2019-05-29 at 4 00 22 AM

@mpark mpark closed this as completed May 29, 2019
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

No branches or pull requests

2 participants