-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
HTMLElement.outerHTML miss style.aspectRatio #1147
Labels
Comments
Thank you for reporting @infeng! 🙂 It seems like we are missing support for |
Can I try it? |
yinm
added a commit
to yinm/happy-dom
that referenced
this issue
Sep 12, 2024
capricorn86
added a commit
to yinm/happy-dom
that referenced
this issue
Nov 5, 2024
capricorn86
added a commit
to yinm/happy-dom
that referenced
this issue
Nov 5, 2024
capricorn86
added a commit
to yinm/happy-dom
that referenced
this issue
Nov 5, 2024
capricorn86
added a commit
that referenced
this issue
Nov 5, 2024
…1537) * feat: [#1147] Adds support for the aspect-ratio property * chore: [#1147] Adds support for aspect-ratio to CSSStyleDeclaration * chore: [#1147] Adds support for aspect-ratio to CSSStyleDeclaration * chore: [#1147] Adds support for aspect-ratio to CSSStyleDeclaration --------- Co-authored-by: David Ortner <david@ortner.se>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I set style.aspectRatio on HTMLElement, but HTMLElment.outerHTML can not contain aspectRatio
To Reproduce
Steps to reproduce the behavior:
actual output:
<div style="width: 100%;"></div>
Expected behavior
expect output:
<div style="aspect-ratio: 100 / 200; width: 100%;"></div>
Device:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: