fix(a11y): wrap long directory headings - #419
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough생성된 HTML의 Changes제목 줄바꿈
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
This was referenced Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Rebuild the unique accessibility behavior from stale PR #411 on current protected
master. File links already wrap, but an unbroken directory name in the generatedh1can overflow a narrow viewport.Test-first evidence
18a344737c99b0434e43869ecda6f62cf3bd2c9cproduced CI run31465482084, but its test regex was malformed and raisedPatternSyntaxException. That run is test-infrastructure evidence only and is not the product RED oracle.1248c8cf1fdff74831bffa9a4a8d4e4c71f3e75eran CI31473152488/ job93720775196: 74 tests executed with exactly one intended failure atMainTest.kt:360, proving the generated stylesheet lacked theh1 { overflow-wrap: anywhere; }rule.0fb29e60a50c11856aea1c74e6e319befef046daadds only that heading-wrap rule while retaining the focused regression test.Exact-head verification
Protected-base snapshot and independently resolved live
masterare botha801bc3b4b4dbc08919dbf02c93477c0cbfd4309.31474207096/ build job93724052789: success, including Gradle tests and JaCoCo verification.31474207106/ job93724053281: success.31474207157: Scorecard93724055938, OSV93724055959, Trivy93724056001, and dependency review93724056033all succeeded.Claim boundary
This fixes wrapping for generated directory headings. It does not claim whole-product WCAG conformance or independently validate every browser zoom, font, localization, or assistive-technology combination.
Summary by CodeRabbit
개선 사항
테스트