diff --git a/.jules/palette.md b/.jules/palette.md index 7b223901..24f62135 100644 --- a/.jules/palette.md +++ b/.jules/palette.md @@ -52,3 +52,6 @@ ## 2024-07-13 - 빈 디렉토리 상태의 접근성(Accessibility) 개선 **Learning:** 정적 파일 서버의 빈 디렉토리 상태는 스크린 리더 사용자에게 컨텐츠 누락으로 오해받을 수 있으며, 시각적으로도 일반 리스트 아이템과 정렬이 맞지 않는 문제가 있었습니다. **Action:** 빈 상태를 나타내는 요소에 `role="status"`를 추가하여 스크린 리더가 명확하게 인지할 수 있도록 하고, 아이콘과 flex 레이아웃을 통해 다른 리스트 아이템과 일관된 시각적 흐름을 제공하도록 합니다. +## 2026-08-08 - 긴 디렉토리 이름 줄바꿈 처리 +**Learning:** 모바일 기기 등 좁은 화면에서 공백이 없는 긴 디렉토리 이름이 h1 태그에 표시될 때, 줄바꿈이 되지 않아 레이아웃이 깨질 수 있음을 발견했습니다. overflow-wrap: anywhere 및 word-break: break-all 속성을 통해 해결할 수 있습니다. +**Action:** 긴 문자열이 표시되는 제목이나 텍스트 요소에는 모바일 호환성을 위해 텍스트 줄바꿈 CSS 속성을 기본적으로 적용해야 합니다. diff --git a/CHANGELOG.md b/CHANGELOG.md index ca420843..d997f9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,21 +12,4 @@ All notable changes to this project are documented in this file. ### Fixed -- Generate the inline-style Content Security Policy SHA-256 source expression - from the exact normalized UTF-8 stylesheet bytes emitted into each generated - `index.html` file, preventing template whitespace from invalidating the policy. - -### Tests - -- Add a real generated-file regression test that independently recomputes the - declared style hash from the emitted `