Skip to content

Commit 9462c76

Browse files
committed
[css-text] Add issue on value ordering for 'word-spacing'. Ask Lea about it later...
1 parent 19a519e commit 9462c76

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css-text/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,8 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a
24302430
</table>
24312431

24322432
<p>This property specifies the optimum, maximum, and minimum spacing (in
2433-
that order) between “words”. Missing values are assumed to be ‘<code
2433+
that order <span class=issue>Is this a good order?</span>) between
2434+
“words”. Missing values are assumed to be ‘<code
24342435
class=css>normal</code>’. Values are interpreted as defined below:
24352436

24362437
<dl>

css-text/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,8 @@ <h3 id="word-spacing">
17911791
</table>
17921792

17931793
<p>This property specifies the optimum, maximum, and minimum spacing
1794-
(in that order) between &ldquo;words&rdquo;.
1794+
(in that order <span class="issue">Is this a good order?</span>)
1795+
between &ldquo;words&rdquo;.
17951796
Missing values are assumed to be ''normal''.
17961797
Values are interpreted as defined below:
17971798

0 commit comments

Comments
 (0)