mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35:15 +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>
|