File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html lang="en">
2
+ < html >
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > F87 Tests</ title >
6
+ < style type ="text/css ">
7
+ p .jim : before { content : "Jim: " }
8
+ p .mary : before { content : "Mary: " }
9
+
10
+ q : before { content : open-quote }
11
+ q : after { content : close-quote }
12
+
13
+ p .fact : before { content : "Fact: " ; font-weight : bold; }
14
+ p .opinion : before { content : "Opinion: " ; font-weight : bold; }
15
+
16
+ </ style >
17
+ </ head >
18
+
19
+ < body >
20
+ < h1 > F87 Examples</ h1 >
21
+
22
+ < p > From < a href ="https://www.w3.org/TR/WCAG20-TECHS/F87.html "> Failure Technique F87.</ p >
23
+
24
+ < h2 > Example 1</ h2 >
25
+ < p class ="jim ">
26
+ < q > Do you think he's going to make it?</ q >
27
+ </ p >
28
+
29
+ < p class ="mary ">
30
+ < q > It's not looking good.</ q >
31
+ </ p >
32
+
33
+ < h2 > Example 2</ h2 >
34
+
35
+ < p class ="fact "> The defendant was at the scene of the crime when it occurred.</ p >
36
+
37
+ < p class ="opinion "> The defendant committed the crime.</ p >
38
+
39
+ </ body >
40
+ </ html >
You can’t perform that action at this time.
0 commit comments