Skip to content

[SR]MWPW-197617: split-aside-grid RTL and a11y#6204

Open
zagi25 wants to merge 3 commits into
stagefrom
split-aside-grid-rtl
Open

[SR]MWPW-197617: split-aside-grid RTL and a11y#6204
zagi25 wants to merge 3 commits into
stagefrom
split-aside-grid-rtl

Conversation

@zagi25 zagi25 requested a review from a team June 19, 2026 15:53
@aem-code-sync

aem-code-sync Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

@github-actions

Copy link
Copy Markdown
Contributor

This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR.

@aem-code-sync aem-code-sync Bot temporarily deployed to split-aside-grid-rtl June 23, 2026 08:23 Inactive
@zagi25 zagi25 changed the title [SR]MWPW-197617: Fix split-aside-grid RTL [SR]MWPW-197617: split-aside-grid RTL and a11y Jun 23, 2026
@zagi25 zagi25 force-pushed the split-aside-grid-rtl branch from 6dcb05e to 94ff469 Compare June 23, 2026 08:24
@aem-code-sync aem-code-sync Bot temporarily deployed to split-aside-grid-rtl June 23, 2026 08:24 Inactive

@overmyheadandbody overmyheadandbody left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just a few nits

@@ -413,19 +428,66 @@
}

:root:has(meta[name="foundation"][content="c2"]) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Since this is a C2 block, why is this check needed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

To override this in global video.css

Comment thread libs/mep/ace1205/split-aside-grid/split-aside-grid.css
Comment thread libs/mep/ace1205/split-aside-grid/split-aside-grid.css
Comment on lines 232 to +233
oldFront.style.transition = `transform ${FLY_MS}ms ease-out`;
oldFront.style.transform = `translateX(${-width}px) rotate(-25deg)`;
oldFront.style.transform = `translateX(${negateSwipe * -width}px) rotate(${negateSwipe * -25}deg)`;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm not sure if it was this block where I asked in the past, but: could we set some custom properties and let CSS read and apply them? Just to keep styling in CSS and logic in JS to understand where effects come from. Same applies to logic a bit lower in the file

@zagi25 zagi25 Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I would need to dive more into this. There is a ticket for tech debt (I added this comment also).

@github-actions

Copy link
Copy Markdown
Contributor

Reminder to set the Ready for Stage label - to queue this to get merged to stage & production.

@NadiiaSokolova NadiiaSokolova left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Verified. Ready for Stage.
Testing details MWPW-197617, MWPW-198149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants