Skip to content

Commit 77541a6

Browse files
Remove broken link from C29 (#3700)
This link no longer exists. The domain itself still has a site on it and I looked for the specific post, it seems to have been removed. [Preview](https://deploy-preview-3700--wcag2.netlify.app/techniques/css/c29#resources) Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
1 parent 46b3b7d commit 77541a6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

techniques/css/C29.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,7 @@ <h2>Related Techniques</h2>
362362
</section>
363363
<section id="resources">
364364
<h2>Resources</h2>
365-
366-
<ul>
367-
<li>
368-
<a href="http://www.456bereastreet.com/archive/200608/build_your_own_php_style_sheet_switcher/">Build your own PHP style sheet switcher</a>
369-
</li>
370-
</ul>
371-
365+
372366
<section>
373367
<h3>Using cookies</h3>
374368
<p>A user's selection can be made persistent across pages, and from one visit to another, by storing information on the user's computer via a cookie. This functionality requires cookies to be supported by and allowed on the user's computer. Cookies can be created, read, modified and erased by using client-side scripts, such as Javascript, or by server-side scripts, such as CGI scripts. Reliance on client-side technologies will require the support and availability of the technology on the user's computer in addition to supporting and allowing cookies. </p>
@@ -408,4 +402,4 @@ <h3>Progressive Enhancement and Unobtrusive Javascript</h3>
408402
</section>
409403
</section>
410404
</body>
411-
</html>
405+
</html>

0 commit comments

Comments
 (0)