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

fix: Recursively find <frame> #146

Merged
merged 5 commits into from
Apr 14, 2021

Conversation

yokra9
Copy link
Contributor

@yokra9 yokra9 commented Mar 13, 2021

Fixed to recursively find <frame> and inject a script into them, not only <iframe>.

<frame> is deprecated in HTML5, but sometimes use in bad examples when teach modern & accessible coding.
ex) https://barrierfree.nict.go.jp/accessibility/whatsacs/sample/level0/index.html

Thanks!

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Code is reviewed for security

@CLAassistant
Copy link

CLAassistant commented Mar 13, 2021

CLA assistant check
All committers have signed the CLA.

@yokra9 yokra9 changed the title Fix recursively find frame Fix to recursively find <frame> Mar 13, 2021
@michael-siek
Copy link
Member

Hi, @yokra9 do you mind providing tests for this fix.

@michael-siek michael-siek requested a review from a team April 9, 2021 12:32
@yokra9 yokra9 changed the title Fix to recursively find <frame> fix: Recursively find <frame> Apr 13, 2021
Copy link
Member

@michael-siek michael-siek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your contribution @yokra9

@michael-siek michael-siek merged commit aae4836 into dequelabs:develop Apr 14, 2021
@yokra9 yokra9 deleted the fix-recursively-find-frame branch April 14, 2021 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants