@@ -8239,21 +8239,21 @@ Fullwidth Punctuation Collapsing</h4>
82398239
82408240 <ul>
82418241 <li>
8242- Set <a>fullwidth opening punctuation</a> half-width if the previous character is
8243- a <a>fullwidth opening punctuation</a> ,
8244- <a>fullwidth middle dot punctuation</a> ,
8245- or ideographic space (U+3000),
8246- or if the previous character is a <a>fullwidth closing punctuation</a>
8247- of an equivalent or larger 'font-size' .
8248- Else set it full-width.
8242+ Set <a>fullwidth opening punctuation</a> half-width if the previous character is any of:
8243+ * a <a>fullwidth opening punctuation</a>
8244+ * a <a>fullwidth middle dot punctuation</a>
8245+ * an ideographic space (U+3000)
8246+ * a <a>fullwidth closing punctuation</a> of an equivalent or larger 'font-size'
8247+
8248+ Otherwise set it full-width.
82498249 <li>
8250- Set <a>fullwidth closing punctuation</a> half-width if the next character is
8251- a <a>fullwidth closing punctuation</a> ,
8252- <a>fullwidth middle dot punctuation</a> ,
8253- or ideographic space (U+3000),
8254- or if the next character is a <a>fullwidth opening punctuation</a>
8255- of a larger 'font-size' .
8256- Else set it full-width.
8250+ Set <a>fullwidth closing punctuation</a> half-width if the next character is any of:
8251+ * a <a>fullwidth closing punctuation</a>
8252+ * a <a>fullwidth middle dot punctuation</a>
8253+ * an ideographic space (U+3000)
8254+ * a <a>fullwidth opening punctuation</a> of a larger 'font-size'
8255+
8256+ Otherwise set it full-width.
82578257 </ul>
82588258
82598259 <div class="example">
0 commit comments