Skip to content

Commit 96d148f

Browse files
committed
[CSS2] Fixed broken link.
1 parent 273d237 commit 96d148f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ simply called anonymous boxes in this specification.
332332
<p>[This section exists so that the section numbers are the same as in
333333
previous drafts. <span class="index-def" title="run-in">'Display:
334334
run-in'</span> is now defined in CSS level&nbsp;3 (see <a
335-
href="/TR/css3-box">CSS basic box model</a>).]
335+
href="https://www.w3.org/TR/css3-box/">CSS basic box model</a>).]
336336

337337
<h3><a name="display-prop">The</a> <span
338338
class="propinst-display">'display'</span> property</h3>
@@ -1469,7 +1469,7 @@ right'), or both ('clear: both').</li>
14691469

14701470
<div class="note"><p>
14711471
<em><strong>Note.</strong>
1472-
This property <a href="http://www.w3.org/TR/REC-CSS1#clear">applied to all elements in CSS1</a>. Implementations
1472+
This property <a href="http://www.w3.org/TR/REC-CSS1/#clear">applied to all elements in CSS1</a>. Implementations
14731473
may therefore have supported this property on all elements. In CSS2
14741474
and CSS&nbsp;2.2 the 'clear' property only applies to block-level elements.
14751475
Therefore authors should only use this property on block-level

0 commit comments

Comments
 (0)