Skip to content

Commit 4944987

Browse files
dholberttabatkins
authored andcommitted
[css2] Linkify a mention of the 'height' property (#1532)
In section CSS2 10.3.2, there are a series of paragraphs that start out "If 'height' and 'width' ..." with both properties linkified. One of them neglects to linkify 'height'. This pull request fixes that.
1 parent 0787874 commit 4944987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css2/visudet.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ value of <span class="propinst-width">'width'</span> is:
299299

300300
<blockquote><p>(used height) * (intrinsic ratio)</blockquote>
301301

302-
<p>If 'height' and <span class="propinst-width">'width'</span> both
302+
<p>If <span class="propinst-height">'height'</span> and <span class="propinst-width">'width'</span> both
303303
have computed values of 'auto' and the element has an intrinsic ratio
304304
but no intrinsic height or width, then the used value of 'width' is
305305
undefined in CSS&nbsp;2.2.

0 commit comments

Comments
 (0)