Skip to content

Character-based alignment in a table column using text-align #4372

@sonicdoe

Description

@sonicdoe

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:

+---------------------+
| Long distance calls |
+---------------------+
|         $1.30       |
|         $2.50       |
|        $10.80       |
|       $111.01       |
|        $85.         |
|        N/A          |
|          $.05       |
|          $.06       |
+---------------------+

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions