You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/css/spacing-override.html
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
Example 1: A box sized with space to allow for expansion
37
37
<ul><br>
38
38
</nav>code>
39
39
<h3>Example 2: A box which expands with the text sizeh3>
40
-
<p>The containers are given an display of inline-block.p>
40
+
<p>The containers are given a display of inline-block.p>
41
41
<code>/* CSS */<br>
42
42
.nav li { display: inline-block; }<br>
43
43
<!-- HTML --><br>
@@ -48,16 +48,17 @@
Example 2: A box which expands with the text size
48
48
<ul><br>
49
49
</nav><br>
50
50
code>
51
-
<h3>Example 3: A paragraph expands vertically within containerh3>
52
-
<code>/* CSS: No height property is set.*/<br>
51
+
<p><ahref="https://rawgit.com/w3c/wcag/tech-spacing-override-ac/techniques/css/example-text-spacing/">Working examples of #2 and #3a> are available.p>
52
+
<h3>Example 3: A paragraph expands vertically within containerh3>
53
+
<code>/* CSS: No height property is set.*/<br>
53
54
/* html */<br>
54
55
<div class="card"><br>
55
56
<img src="image.png" alt="proper alt text"><br>
56
57
<h3>Heading</h3> <br>
57
58
<p class="lede">Long lede paragraph…</p><br>
58
59
</div>
59
60
code>
60
-
<p><ahref="http://www.d.umn.edu/~lcarlson/wcagwg/tests/card_spacing/">Live Example: Paragraph expands vertically within container.a>p>
61
+
<p> A <ahref="http://www.d.umn.edu/~lcarlson/wcagwg/tests/card_spacing/">working example of paragraph expands vertically within containera> is available.p>
0 commit comments