-
Notifications
You must be signed in to change notification settings - Fork 0
draft(a11y): evaluate hover tooltip as supplemental new-window warning #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| from pathlib import Path | ||
|
|
||
| def test_i18n_supports_title_attribute() -> None: | ||
| """Test that i18n.js supports data-i18n-title.""" | ||
| content = Path("i18n.js").read_text(encoding="utf-8") | ||
| assert "data-i18n-title" in content | ||
| assert "getAttribute(\"title\")" in content or "getAttribute('title')" in content | ||
| assert "setAttribute(\"title\"" in content or "setAttribute('title'" in content | ||
|
Comment on lines
+3
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Comment on lines
+3
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 실제 현재 테스트는 🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Changelog entry omitted
The localized external-link tooltips are absent from the required Korean
[Unreleased]changelog.Was this helpful? React with 👍 or 👎 to provide feedback.