diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:38 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:38 +0100 |
| commit | 140af67703afc87573cee8ffbeded90da17c2fcf (patch) | |
| tree | 5360bca75881e3f83e5bec5c46ad783fc12c05a9 | |
| parent | Fix typo (diff) | |
| download | unicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.gz unicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.bz2 unicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | style.css | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -22,7 +22,7 @@ table.tableless { font-family: sans-serif; } -/* duplicate character entry (except one entry with not have this class) */ +/* duplicate character entry (except one entry that does not have this class) */ .dup { color: #32A679; } @@ -38,15 +38,15 @@ table.tableless { } /* code point error known to exist in at least one font - * (some font have minor error: they glyph deviate from - * specification — that is not want is marked here — this - * marks that some font has mixed up th glyph with another + * (some fonts have minor errors: their glyphs deviate from + * the specification — that is not what is marked here — this + * marks that some font has mixed up the glyph with another * code point's glyph) */ .err { color: #CD656C; } -/* no character is defined, but one could easily be constructed (and without not be pointless) */ +/* no character is defined, but one could easily be constructed (and would not be pointless) */ .lacuna { opacity: 0.5; background-color: #000000; @@ -58,7 +58,7 @@ table.tableless { content: ""; } -/* used one code point combination that, last checked, did not render as one symbol */ +/* uses a code point combination that, last checked, did not render as one symbol */ .omit { /** attributes to enable to hide combination: **/ visibility: hidden; @@ -69,7 +69,7 @@ table.tableless { /** **/ } -/* used one code point combination that do render as one symbol */ +/* used on code point combinations that do render as one symbol */ .keep { /** attributes to enable to hide combination: ** visibility: hidden; |
