diff options
| -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; |
