Skip to content

Commit dbf275c

Browse files
committed
*** empty log message ***
1 parent 4cddcb6 commit dbf275c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ <h3>The 'hyphenate-character' property</h3>
15141514
<td><dfn>hyphenate-character</dfn>
15151515
<tr>
15161516
<td><em>Value:</em>
1517-
<td>auto | &lt;string> &lt;string>?
1517+
<td>auto | &lt;string> <!-- &lt;string>? -->
15181518
<tr>
15191519
<td><em>Initial:</em>
15201520
<td>auto
@@ -1537,12 +1537,13 @@ <h3>The 'hyphenate-character' property</h3>
15371537

15381538
<p>This property specifies strings that are shown between parts of
15391539
hyphenated words. The 'auto' value means that the user agent should
1540-
find an appropriate value. If one string is specified, it appears at
1540+
find an appropriate value. <!--If one string is specified, it appears at
15411541
the end of lines. If two strings are specified, the second string
15421542
appears at the beginning of lines.
15431543
15441544
<p class=issue>Is the use of hyphenate charaters at the beginning of
15451545
lines common enough for this to be part of the specification?
1546+
-->
15461547

15471548
<div class="example">
15481549
<p>In Latin scripts, the hyphen character (U+2010) is often used to

0 commit comments

Comments
 (0)