From 1e1a4894a27b8daa4eb13fbf2b7fa00a67db20b6 Mon Sep 17 00:00:00 2001 From: okorion Date: Mon, 29 Jun 2026 17:25:19 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20=ED=83=88=EC=B6=9C=20=EC=A7=84?= =?UTF-8?q?=ED=96=89=20=ED=9E=8C=ED=8A=B8=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 변경 유형: feat - 주된 영역: index.html 외 1개 - 변경 의도: index.html 외 1개에 작고 검증 가능한 사용자 기능 개선을 추가합니다. Co-authored-by: Codex --- index.html | 35 +++++++++++++++++++++++++ styles.css | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) diff --git a/index.html b/index.html index 6741def..2408ede 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,41 @@

Forms

실험 이름 +
+
+ + +
+ +

+ 제출 전 브라우저가 필수 입력과 이메일 형식을 검증합니다. +

+

+ 필수 이메일 형식을 확인하세요. +

+

+ 이메일 형식이 유효합니다. +

+
+ Native validation +

required와 type=email만으로 빈 값과 이메일 형식 오류를 브라우저가 처리합니다.

+
+