Skip to content

Commit 1de4795

Browse files
dholbertgsnedders
authored andcommitted
[css2] Linkify a mention of the 'height' property (w3c#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 2d671eb commit 1de4795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css2/visudet.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h3>10.3.2 <a name="inline-replaced-width">Inline, replaced elements</a></h3>
370370

371371
<blockquote><p>(used height) * (intrinsic ratio)</blockquote>
372372

373-
<p>If 'height' and <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> both
373+
<p>If <a href="visudet.html#propdef-height" class="noxref"><span class="propinst-height">'height'</span></a> and <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> both
374374
have computed values of 'auto' and the element has an intrinsic ratio
375375
but no intrinsic height or width, then the used value of 'width' is
376376
undefined in CSS&nbsp;2.1.

css2/visudet.src

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

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

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

0 commit comments

Comments
 (0)