Give better manual description for i18n hyphen tests
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-auto-001.html b/css/css-text/hyphens/i18n/hyphens-i18n-auto-001.html
index 4a84f5a..bfcd2f1 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-auto-001.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-auto-001.html
@@ -18,6 +18,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=nl class=test>cafeetje</div>
+<hr>
 <div lang=nl>café&#x2010;<br>tje</div>
+<hr>
+<div lang=nl>café-<br>tje</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-auto-002.html b/css/css-text/hyphens/i18n/hyphens-i18n-auto-002.html
index 50d2651..9e2a16e 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-auto-002.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-auto-002.html
@@ -18,6 +18,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=hu class=test>Összeg</div>
+<hr>
 <div lang=hu>Ösz&#x2010;<br>szeg</div>
+<hr>
+<div lang=hu>Ösz-<br>szeg</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-auto-003.html b/css/css-text/hyphens/i18n/hyphens-i18n-auto-003.html
index 1e31feb..70e68db 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-auto-003.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-auto-003.html
@@ -18,6 +18,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>tú’àn</div>
+<hr>
 <div lang=zh-Latn-pinyin>tú&#x2010;<br>àn</div>
+<hr>
+<div lang=zh-Latn-pinyin>tú-<br>àn</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-auto-004.html b/css/css-text/hyphens/i18n/hyphens-i18n-auto-004.html
index cb1a3b8..5da4e43 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-auto-004.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-auto-004.html
@@ -20,6 +20,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng&#x2010;fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-manual-001.html b/css/css-text/hyphens/i18n/hyphens-i18n-manual-001.html
index a0f2e10..2bb63fc 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-manual-001.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-manual-001.html
@@ -19,6 +19,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=nl class=test>cafee&shy;tje</div>
+<hr>
 <div lang=nl>café&#x2010;<br>tje</div>
+<hr>
+<div lang=nl>café-<br>tje</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-manual-002.html b/css/css-text/hyphens/i18n/hyphens-i18n-manual-002.html
index b83bd25..a5d1684 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-manual-002.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-manual-002.html
@@ -19,6 +19,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=hu class=test>Ös&shy;szeg</div>
+<hr>
 <div lang=hu>Ösz&#x2010;<br>szeg</div>
+<hr>
+<div lang=hu>Ösz-<br>szeg</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-manual-003.html b/css/css-text/hyphens/i18n/hyphens-i18n-manual-003.html
index ee42f4f..aaa15c5 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-manual-003.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-manual-003.html
@@ -19,6 +19,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>tú&shy;’àn</div>
+<hr>
 <div lang=zh-Latn-pinyin>tú&#x2010;<br>àn</div>
+<hr>
+<div lang=zh-Latn-pinyin>tú-<br>àn</div>
diff --git a/css/css-text/hyphens/i18n/hyphens-i18n-manual-004.html b/css/css-text/hyphens/i18n/hyphens-i18n-manual-004.html
index 54e52f8..ac433a8 100644
--- a/css/css-text/hyphens/i18n/hyphens-i18n-manual-004.html
+++ b/css/css-text/hyphens/i18n/hyphens-i18n-manual-004.html
@@ -21,6 +21,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng&shy;&#x2010;fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-alt-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-alt-ref.html
index bc2f421..bd6eb02 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-alt-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-alt-ref.html
@@ -12,6 +12,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=nl class=test>café-<br>tje</div>
+<hr>
 <div lang=nl>café&#x2010;<br>tje</div>
+<hr>
+<div lang=nl>café-<br>tje</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-ref.html
index 068001a..7926b27 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-001-ref.html
@@ -12,6 +12,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=nl class=test>café&#x2010;<br>tje</div>
+<hr>
 <div lang=nl>café&#x2010;<br>tje</div>
+<hr>
+<div lang=nl>café-<br>tje</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-alt-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-alt-ref.html
index 265d0e0..96daadf 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-alt-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-alt-ref.html
@@ -12,6 +12,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=hu class=test>Ösz-<br>szeg</div>
+<hr>
 <div lang=hu>Ösz&#x2010;<br>szeg</div>
+<hr>
+<div lang=hu>Ösz-<br>szeg</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-ref.html
index 257a1ba..4da351c 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-002-ref.html
@@ -12,6 +12,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=hu class=test>Ösz&#x2010;<br>szeg</div>
+<hr>
 <div lang=hu>Ösz&#x2010;<br>szeg</div>
+<hr>
+<div lang=hu>Ösz-<br>szeg</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-alt-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-alt-ref.html
index 5ed4e2d..8880fc2 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-alt-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-alt-ref.html
@@ -14,6 +14,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>tú-<br>àn</div>
+<hr>
 <div lang=zh-Latn-pinyin>tú&#x2010;<br>àn</div>
+<hr>
+<div lang=zh-Latn-pinyin>tú-<br>àn</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-ref.html
index e04be00..6aaa73d 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-003-ref.html
@@ -14,6 +14,9 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>tú&#x2010;<br>àn</div>
+<hr>
 <div lang=zh-Latn-pinyin>tú&#x2010;<br>àn</div>
+<hr>
+<div lang=zh-Latn-pinyin>tú-<br>àn</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-2-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-2-ref.html
index a8f9f1b..1379e21 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-2-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-2-ref.html
@@ -11,6 +11,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-3-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-3-ref.html
index 4da3250..3b4e7fa 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-3-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-3-ref.html
@@ -11,6 +11,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng-<br>-fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-ref.html
index 80ca65b..c6543cd 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-alt-ref.html
@@ -11,6 +11,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>
diff --git a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-ref.html b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-ref.html
index 612fecf..f691565 100644
--- a/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-ref.html
+++ b/css/css-text/hyphens/i18n/reference/hyphens-i18n-auto-004-ref.html
@@ -11,6 +11,13 @@
 }
 </style>
 
-<p>Test passes if the blue text and orange text are identical (except for the color).
+<p>Test passes if the blue text is identical to one of the orange texts (which may be identical to eachother, or may have a different hyphen).
 <div lang=zh-Latn-pinyin class=test>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
 <div lang=zh-Latn-pinyin>àizēng&#x2010;<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>&#x2010;fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng&#x2010;<br>-fēnmíng</div>
+<hr>
+<div lang=zh-Latn-pinyin>àizēng-<br>-fēnmíng</div>