File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < head >
3
+ < title > Unset reset</ title >
4
+ < link rel ="stylesheet " type ="text/css " href ="c/style-insert-tests.css ">
5
+ < style type ="text/css " media ="all " id ="tests ">
6
+ html : not (: hover ) body , html : not (: hover ) body * {all : unset;}
7
+ </ style >
8
+ </ head >
9
+ < body >
10
+
11
+ < section >
12
+
13
+ < h1 > A header-1</ h1 >
14
+ < p >
15
+ < strong > MOVE YOUR MOUSE CURSOR OFF THE BROWSER WINDOW TO < CODE > UNSET:ALL</ CODE > THE < CODE > BODY</ CODE > ELEMENT AND EVERYTHING INSIDE IT!</ strong >
16
+ </ p >
17
+ < p >
18
+ This paragraph contains < em > emphasized text</ em > .
19
+ </ p >
20
+ < UL >
21
+ < li > List item</ li >
22
+ < li > List item</ li >
23
+ < li > List item</ li >
24
+ </ UL >
25
+ < OL >
26
+ < li > List item</ li >
27
+ < li > List item</ li >
28
+ < li > List item</ li >
29
+ </ OL >
30
+
31
+ </ section >
32
+
33
+ </ body >
34
+ < html >
You can’t perform that action at this time.
0 commit comments