Skip to content

Commit 97a6a1d

Browse files
committed
[cssom-1] clarify resolved value of 'line-height: normal'.
Closes w3c#3749.
1 parent c941657 commit 97a6a1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cssom-1/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2947,11 +2947,13 @@ as follows:
29472947
<dt>'box-shadow'
29482948
<dt>'caret-color'
29492949
<dt>'color'
2950-
<dt>'line-height'
29512950
<dt>'outline-color'
29522951
<dt>A <dfn export>resolved value special case property like 'color'</dfn> defined in another specification
29532952
<dd>The <a>resolved value</a> is the <a>used value</a>.
29542953

2954+
<dt>'line-height'
2955+
<dd>The <a>resolved value</a> is 'normal' if the <a>computed value</a> is 'normal', or the <a>used value</a> otherwise.
2956+
29552957
<dt>'block-size'
29562958
<dt>'height'
29572959
<dt>'inline-size'

0 commit comments

Comments
 (0)