Skip to content

Commit 4955cad

Browse files
committed
Added an all-unset test/example
1 parent 9b34d78 commit 4955cad

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

all-unset.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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>

0 commit comments

Comments
 (0)