Skip to content

Commit 81c3d7d

Browse files
committed
Add text-autospace:punctuation for French punctuation
1 parent cd177dc commit 81c3d7d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css3-text/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,6 +2300,13 @@ <h3 id="text-autospace"><span class="secno">7.4.</span>
23002300
<dd>Extends the width of the space character while surrounded by ideographs.</dd>
23012301
<dt><dfn title="text-autospace:ideograph-parenthesis"><code>ideograph-parenthesis</code></dfn></dt>
23022302
<dd>Creates extra spacing between normal (non wide) parenthesis and ideographs.</dd>
2303+
<dt><dfn title="text-autospace:punctuation"><code>punctuation</code></dfn>
2304+
<dd>Creates extra non-breaking spacing around punctuation as required by
2305+
language-specific typographic conventions. For example, if the
2306+
element's content language is French, narrow no-break space (U+202F)
2307+
and no-break space (U+00A0) should be inserted where required by
2308+
<a href="http://unicode.org/udhr/n/notes_fra.html">French typographic
2309+
guidelines</a>.
23032310
</dl>
23042311
<p class="issue">We are considering to cut ideograph-space and ideograph-parenthesis
23052312
as these two, unlike others, are to fix errors in the document

0 commit comments

Comments
 (0)