-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
iframe compat layer: clarify how dependencies related to inline styles work #51199
Conversation
Size Change: 0 B Total Size: 1.39 MB ℹ️ View Unchanged
|
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.
Thanks, looks good to me!
Flaky tests detected in d22dc63. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5156822026
|
What?
Follow-up to #48286
Code clarity improvement to clarify how the code processes inline styles:
my-stylesheet-inline-css
), look for a potential dependency (my-stylesheet-css
) and add it before it.my-stylesheet-css
), look for a potential inline styles dependency (my-stylesheet-inline-css
) and add it after it.Why?
To improve readability.
Testing Instructions
Make sure tests pass.
TwentyTwentyThree (block theme):
TwentyTwentyOne (classic theme):