blob: c2bf3db346350285bc6d54319344db90177382c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<style>
fieldset:valid { display: none; }
</style>
</head>
<body>
<fieldset id="fieldset">
<input required readonly>
</fieldset>
</body>
</html>
|