Uh oh!
There was an error while loading. Please reload this page.
🎨 Palette: 혼합 문자열(BiDi)을 위한 dir="auto" 적용 - #435
Conversation
디렉토리 이름이나 파일 이름에 아랍어, 히브리어 등 오른쪽에서 왼쪽으로 쓰는(RTL) 문자가 포함된 경우, 기존의 왼쪽에서 오른쪽으로 쓰는(LTR) 기본 HTML 문서 흐름 내에서 문자열이 올바르게 렌더링되지 않는 문제가 발생할 수 있습니다 (예: 확장자나 기호의 위치 오류). 이 커밋은 사용자 텍스트가 렌더링되는 `<h1>` 태그(디렉토리 이름)와 `<span>` 태그(파일 이름)에 `dir="auto"` 속성을 추가하여 브라우저가 해당 요소 내의 텍스트 언어 및 방향을 자동으로 인식하고 올바르게 격리하여 표시할 수 있도록 합니다. 이 변경 사항은 테스트(MainTest.kt)에도 반영되었으며 코드베이스의 100% 테스트 커버리지가 유지됩니다.
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Warning Review limit reached
Next review available in:95 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
디렉토리 이름이나 파일 이름에 아랍어, 히브리어 등 오른쪽에서 왼쪽으로 쓰는(RTL) 문자가 포함된 경우, 기존의 왼쪽에서 오른쪽으로 쓰는(LTR) 기본 HTML 문서 흐름 내에서 문자열이 올바르게 렌더링되지 않는 문제가 발생할 수 있습니다 (예: 확장자나 기호의 위치 오류). 이 커밋은 사용자 텍스트가 렌더링되는 `<h1>` 태그(디렉토리 이름)와 `<span>` 태그(파일 이름)에 `dir="auto"` 속성을 추가하여 브라우저가 해당 요소 내의 텍스트 언어 및 방향을 자동으로 인식하고 올바르게 격리하여 표시할 수 있도록 합니다. 이 변경 사항은 테스트(MainTest.kt)에도 반영되었으며 코드베이스의 100% 테스트 커버리지가 유지됩니다.
seonghobae
commented
Aug 14, 2026
Superseded by #447 after exact-head comparison. The canonical branch now contains this PR’s BiDi production behavior ( |
Pull request was closed
Understood. Acknowledging that this work is now obsolete as it has been superseded by #447, and stopping work on this task. |
변경
사용자가 만든 디렉터리명과 파일명을 표시하는
<h1>및 가시적 이름<span>에dir="auto"를 적용합니다. 링크 URL,aria-label,title계약은 변경하지 않습니다.사용자 효과
아랍어·히브리어와 숫자·라틴 확장자가 섞인 이름도 주변 한국어/LTR 문맥에 일방적으로 끌려가지 않고 각 이름의 첫 강한 문자 방향을 기준으로 표시됩니다.
검증
دليل-2026דוח-report.txtdir="auto"가 생성되는지 검증aria-label과 파일명이 보존되는지 검증dir계약 및 W3C 국제화 지침을docs/doctoring/bidirectional-file-name-rendering.md에 APA 7th 형식으로 추적PR created automatically by Jules for task 534433647654614168 started by @seonghobae