We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See Character-based Alignment in a Table Column in the CSS Text Module Level 4 specification.
For example, td { text-align: "." center } might render the following table:
td { text-align: "." center }
+---------------------+ | Long distance calls | +---------------------+ | $1.30 | | $2.50 | | $10.80 | | $111.01 | | $85. | | N/A | | $.05 | | $.06 | +---------------------+
The text was updated successfully, but these errors were encountered:
If it helps, Mozilla's current docs say that tables are not supported by any Chrome/Firefox/Safari, and everything else is a '?'.
Sorry, something went wrong.
I’ve added that row myself in revision 1394813. I’ve just checked the latest versions of Chrome, Firefox, and Safari, though, and nothing has changed.
text-align: <string>
No branches or pull requests
See Character-based Alignment in a Table Column in the CSS Text Module Level 4 specification.
For example,
td { text-align: "." center }
might render the following table:The text was updated successfully, but these errors were encountered: