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

feat: support advanced rule execution for iframes #62

Merged
merged 8 commits into from
Aug 6, 2024

Conversation

Abhi3685
Copy link
Collaborator

<< Describe the changes >>

Closes:

@Abhi3685 Abhi3685 changed the title Support advanced rule execution for iframes feat: support advanced rule execution for iframes Jul 10, 2024
@mattscepter mattscepter changed the base branch from main to release-2.3.1 July 16, 2024 12:21
lib/core/public/load.js Outdated Show resolved Hide resolved
@@ -22,6 +22,11 @@ export default function collectResultsFromFrames(
// elementRefs can't be passed across frame boundaries
options = { ...options, elementRef: false };

// check a11yengine advance run flag
if (options.a11yEngineConfig && !options.a11yEngineConfig.advancedRun) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

iframeAdvancedRun

@mattscepter mattscepter merged commit 3b2b3a5 into release-2.3.1 Aug 6, 2024
5 of 6 checks passed
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