blob: c02c978c3beeafe49e77e6d375dbba5f777e95a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<style>
* {
column-width: 1em;
column-span: all;
}
</style>
<script>
function go() {
a.setAttribute("contenteditable", "true")
}
</script>
<body onload=go()>
<option id="a">
<time>
<input style="display: -webkit-flex" type="reset">
|