blob: 863e58a6690c5d41424b168ab59214a2139c49ed (
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 - textarea</title>
<style>
#container { width: 500px; }
textarea {
appearance: none;
}
</style>
<div id="container">
<textarea>textarea</textarea>
</div>
|