Skip to content

Commit

Permalink
standardize working-example link and expected result, add link to rel…
Browse files Browse the repository at this point in the history
…ated technique
  • Loading branch information
Michael Cooper committed Sep 5, 2018
1 parent b67a6fd commit 57978e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions techniques/css/C31.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Example 1: Medium complex flexbox layout in HTML and CSS</h3>
&lt;/body&gt;
&lt;/html&gt;</code></pre>

<p class="working-example">Working example: <a href="https://rawgit.com/w3c/wcag/example-css-flexbox/working-examples/css-flexbox/index.html">Using CSS Flexbox for Reflow</a></p>
<p class="working-example">Working example: <a href="../../working-examples/css-flexbox/">Using CSS Flexbox for Reflow</a></p>
</section>
</section>
<section id="tests">
Expand All @@ -128,13 +128,13 @@ <h3>Procedure</h3>
</section>
<section class="test-results">
<h3>Expected Results</h3>
<p>Check that #3 and #4 are true.</p>
<p>#3 and #4 are true.</p>
</section>
</section>
<section id="related">
<h2>Related Techniques</h2>
<ul>
<li>@@@ Grid reflow technique @@@</li>
<li><a href="https://w3c.github.io/wcag/techniques/css/C32">Grid reflow technique</a></li>
</ul>
</section>
<section id="resources">
Expand Down

0 comments on commit 57978e3

Please sign in to comment.