From 1ada6af3a2d41e734a01e30e31c2dd5068b3779e Mon Sep 17 00:00:00 2001 From: yeji0214 <1225yj50@naver.com> Date: Fri, 19 Sep 2025 15:39:47 +0900 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20=EC=96=B8=EC=96=B4=20=ED=95=9C?= =?UTF-8?q?=EA=B5=AD=EC=96=B4=EB=A1=9C=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a11y/index.html | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/a11y/index.html b/a11y/index.html index 12fa3e7..e525729 100644 --- a/a11y/index.html +++ b/a11y/index.html @@ -1,16 +1,14 @@ - - - - - - - - Accessibility - - - -
- - + + + + + + + Accessibility + + +
+ + From b3e92212ef913dd892d840ffc2bb70ca6038723e Mon Sep 17 00:00:00 2001 From: yeji0214 <1225yj50@naver.com> Date: Fri, 19 Sep 2025 15:44:49 +0900 Subject: [PATCH 2/5] =?UTF-8?q?refactor:=20App.tsx=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=8B=9C=EB=A7=A8=ED=8B=B1=20=ED=83=9C=EA=B7=B8=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a11y/src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/a11y/src/App.tsx b/a11y/src/App.tsx index a8159f9..b8fecc8 100644 --- a/a11y/src/App.tsx +++ b/a11y/src/App.tsx @@ -6,11 +6,11 @@ import FlightBooking from "./components/FlightBooking"; function App() { return (
-
-
+
+
-
-
+ +
); } From 1d613bd9afa966c7f7f9465840f3a5c2e6a4be5f Mon Sep 17 00:00:00 2001 From: yeji0214 <1225yj50@naver.com> Date: Fri, 19 Sep 2025 15:54:35 +0900 Subject: [PATCH 3/5] =?UTF-8?q?feat:=20=EC=8A=B9=EA=B0=9D=20=EA=B0=90?= =?UTF-8?q?=EC=86=8C/=EC=B6=94=EA=B0=80=20=EB=B2=84=ED=8A=BC=EC=97=90=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EB=B8=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a11y/src/components/FlightBooking.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/a11y/src/components/FlightBooking.tsx b/a11y/src/components/FlightBooking.tsx index 313cab3..03bbdc7 100644 --- a/a11y/src/components/FlightBooking.tsx +++ b/a11y/src/components/FlightBooking.tsx @@ -21,11 +21,19 @@ const FlightBooking = () => {
성인
- {adultCount} -
From 7c555ca943ea808e9b9334313fbb813cec043afa Mon Sep 17 00:00:00 2001 From: yeji0214 <1225yj50@naver.com> Date: Fri, 19 Sep 2025 16:05:31 +0900 Subject: [PATCH 4/5] =?UTF-8?q?feat:=20=EC=8A=B9=EA=B0=9D=20=EC=88=98?= =?UTF-8?q?=EC=97=90=20aria-live=20=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a11y/src/components/FlightBooking.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a11y/src/components/FlightBooking.tsx b/a11y/src/components/FlightBooking.tsx index 03bbdc7..76c6135 100644 --- a/a11y/src/components/FlightBooking.tsx +++ b/a11y/src/components/FlightBooking.tsx @@ -28,7 +28,7 @@ const FlightBooking = () => { > - - {adultCount} + {adultCount} + + {statusMessage} +