Skip to content
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

Add title attribute to iframe elements #492

Open
yileifeng opened this issue Dec 19, 2024 · 0 comments
Open

Add title attribute to iframe elements #492

yileifeng opened this issue Dec 19, 2024 · 0 comments
Labels
Priority: High This task is high priority and should be tackled soon WCAG Compliance Tasks related to Accessibility and WCAG compliance

Comments

@yileifeng
Copy link
Member

Description

Cross referencing https://github.com/ramp4-pcar4/tcei-tmx-cwa-storylines/issues/115, add a title attribute to iframe elements to avoid WCAG violation.

From accessibility test in Storylines:

  1. WCAG Violation Code: H64
    Message: Iframe element requires a non-empty title attribute that identifies the frame.
    Context: <iframe class="media-player" src="https://www.youtube.com/embed/4kTq-hnrMHI" height="500px" allowfullscreen=""></iframe>
    Selector: #4-cumulative-effects-video > div > div:nth-child(2) > div > iframe
    Get Help
@yileifeng yileifeng added Priority: High This task is high priority and should be tackled soon WCAG Compliance Tasks related to Accessibility and WCAG compliance labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High This task is high priority and should be tackled soon WCAG Compliance Tasks related to Accessibility and WCAG compliance
Projects
None yet
Development

No branches or pull requests

1 participant