зеркало из https://github.com/mozilla/pjs.git
12 строки
207 B
HTML
12 строки
207 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body onload="init()">
|
||
|
<input type="text" value="blahblahblah">
|
||
|
<script>
|
||
|
function init() {
|
||
|
document.body.spellcheck = true;
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|