diff --git a/techniques/failures/F2.html b/techniques/failures/F2.html index 48eb9c2713..107c1f08df 100644 --- a/techniques/failures/F2.html +++ b/techniques/failures/F2.html @@ -33,25 +33,7 @@
<img src="Chapter1.gif" alt="Chapter One">
<p>Once upon a time in the land of the Web...</p>
- The following example fails because the information conveyed by using the CSS font-weight property to change to a bold font is not conveyed through semantic markup or stated explicitly in the text.
-Here is a CSS class to specify bold:
-.yell {
- font-weight:bold;
- text-transform: uppercase;
- }
-
- And here is the corresponding HTML:
-<p>
- "I said, <span class="yell">no</span>, not before dinner!",
- was the exasperated response when Timmy asked his mother for the
- fourth time for an ice cream cone.
-</p>
-
-
- For styled text that conveys information: