Skip to content

Commit c33634e

Browse files
authored
Update spacing-override.html
Linked Alastair's examples for #1 and #2.
1 parent 7ef725b commit c33634e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

techniques/css/spacing-override.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@

Example 1: A box sized with space to allow for expansion

3737
<ul><br>
3838
</nav>code>
3939
<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>
4141
<code>/* CSS */<br>
4242
.nav li { display: inline-block; }<br>
4343
<!-- HTML --><br>
@@ -48,16 +48,17 @@

Example 2: A box which expands with the text size

4848
<ul><br>
4949
</nav><br>
5050
code>
51-
<h3>Example 3: A paragraph expands vertically within containerh3>
52-
<code>/* CSS: No height property is set.*/<br>
51+
<p><a href="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>
5354
/* html */<br>
5455
<div class="card"><br>
5556
<img src="image.png" alt="proper alt text"><br>
5657
<h3>Heading</h3> <br>
5758
<p class="lede">Long lede paragraph…</p><br>
5859
</div>
5960
code>
60-
<p><a href="http://www.d.umn.edu/~lcarlson/wcagwg/tests/card_spacing/">Live Example: Paragraph expands vertically within container.a>p>
61+
<p> A <a href="http://www.d.umn.edu/~lcarlson/wcagwg/tests/card_spacing/">working example of paragraph expands vertically within containera> is available.p>
6162
section>
6263
section>
6364
<section id="tests">
@@ -88,5 +89,5 @@

Related Techniques

8889
<li>IDli>
8990
ul>
9091
section>
91-
body>
92+
body>
9293
html>

0 commit comments

Comments
 (0)