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

LibWeb: Recompute relative units in Element::recompute_inherited_style() #3372

Conversation

kalenikaliaksandr
Copy link
Member

Properties with relative units has to be recomputed in inherited style update as they depend on the parent's style.

Fixes #3364

Properties with relative units has to be recomputed in inherited style
update as they depend on the parent's style.

Fixes LadybirdBrowser#3364
@kalenikaliaksandr kalenikaliaksandr force-pushed the invalidate-relative-units-in-inherited-style-update branch from 5988ffb to 6d9dc85 Compare January 26, 2025 21:33
@awesomekling awesomekling merged commit cfe9b7a into LadybirdBrowser:master Jan 26, 2025
7 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.

Relative font size invalidation does not happen after "style" attribute change
2 participants