From bbdb740696f0bfdca0582389bf86c2785e7b7cc9 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:52:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20=EC=8B=9C=EC=8A=A4?= =?UTF-8?q?=ED=85=9C=20=ED=8F=B0=ED=8A=B8=20=EB=B0=8F=20=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=95=84=EC=9B=83=20=EA=B0=9C=EC=84=A0=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EA=B0=80=EB=8F=85=EC=84=B1=20=ED=96=A5=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit html4tree에서 생성되는 index.html 파일의 가독성과 접근성을 높이기 위해, CSS에 system-ui 폰트와 body 패딩을 추가하고, main 컨테이너에 max-width를 적용하여 와이드 스크린에서의 사용자 스캐닝(scanning) 경험을 크게 개선했습니다. 단위 테스트를 추가하여 해당 스타일 변경 사항에 대해 100% 테스트 커버리지를 보장합니다. --- .jules/palette.md | 3 +++ src/main/kotlin/html4tree/main.kt | 10 ++++++++++ src/test/kotlin/html4tree/MainTest.kt | 6 ++++++ 3 files changed, 19 insertions(+) diff --git a/.jules/palette.md b/.jules/palette.md index b8df5bd..25217b4 100644 --- a/.jules/palette.md +++ b/.jules/palette.md @@ -13,3 +13,6 @@ ## 2024-06-25 - Directory Listing Navigation Landmark **Learning:** Generated directory listings act as navigation regions, and screen readers benefit when the listing is announced separately from the page's main content. **Action:** Wrap generated directory listing `