Skip to content

Commit 7590ed7

Browse files
committed
Add allow-end value to punctuation trim.
1 parent 9d6478f commit 7590ed7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css3-text/Overview.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ <h3 id="punctuation-trim"><span class="secno">7.3.</span>
18351835
</tr>
18361836
<tr>
18371837
<th>Value:</th>
1838-
<td>none | [start || end || adjacent]
1838+
<td>none | [start || [ end | allow-end ] || adjacent]
18391839
</td>
18401840
</tr>
18411841
<tr>
@@ -1880,6 +1880,10 @@ <h3 id="punctuation-trim"><span class="secno">7.3.</span>
18801880
<dt><dfn title="punctuation-trim:end">end</dfn></dt>
18811881
<dd>Trim (kern) the blank half of fullwidth closing punctuation at
18821882
the end of each line.</dd>
1883+
<dt><dfn title="punctuation-trim:allow-end">allow-end</dfn></dt>
1884+
<dd>Trim (kern) the blank half of fullwidth closing punctuation at
1885+
the end of each line if it does not otherwise fit prior to
1886+
justification.</dd>
18831887
<dt><dfn title="punctuation-trim:adjacent">adjacent</dfn></dt>
18841888
<dd>Trim (kern) the blank half of fullwidth opening punctuation if its
18851889
previous adjacent character is a fullwidth opening punctuation,

0 commit comments

Comments
 (0)