blob: ad8dcc2289e9d23170426de7473efed2f7819340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: Compute kind of widget - fallback - input-text</title>
<style>
#container { width: 500px; }
input[type=text] {
appearance: none;
}
</style>
<div id="container">
<input type="text" value="input-text">
</div>
|