mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
7 lines
136 B
HTML
7 lines
136 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<input>
|
||
|
|
<script>
|
||
|
|
const input = document.querySelector('input');
|
||
|
|
const isValid = input.validity.valid;
|
||
|
|
</script>
|