<!DOCTYPEHTML>
<html> <!-- Test: textarea with minlength is valid if the user edits and it's not too short -->
<head>
<style>
:valid { background-color:green; }
:invalid { background-color:red; }
* { background-color:white; }
</style>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script>
function runTest() { vartextarea = document.getElementById('textarea'); textarea.setSelectionRange(textarea.value.length, textarea.value.length) textarea.focus();
sendString("o"); // so that it becomes invalid first textarea.blur(); textarea.focus();
sendString("o"); textarea.blur(); // to hide the caret
document.documentElement.className='';
}
</script>
</head>
<body onload="runTest()">
<textarea id="textarea" minlength="3">f</textarea>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.