summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:56:38 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:56:38 +0100
commit140af67703afc87573cee8ffbeded90da17c2fcf (patch)
tree5360bca75881e3f83e5bec5c46ad783fc12c05a9
parentFix typo (diff)
downloadunicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.gz
unicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.bz2
unicode-tables-140af67703afc87573cee8ffbeded90da17c2fcf.tar.xz
fix commentsHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/style.css b/style.css
index 55042fc..d920959 100644
--- a/style.css
+++ b/style.css
@@ -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;