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

Bug: transform-origin is not recognized as a valid attribute despite being in SVG specs #26112

Closed
rtpg opened this issue Feb 6, 2023 · 0 comments · Fixed by #26130
Closed
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@rtpg
Copy link

rtpg commented Feb 6, 2023

This is re-opening this issue, which is likely too stale to get eyes on it

React version: 18

Steps To Reproduce

  1. Go to this JS fiddle
  2. Inspect console to see error about transform-origin being invalid

The current behavior

transform-origin is not recognized as a valid attribute

The expected behavior

transform-origin should be recognized as a valid attribute.

From the previous issue, I wrote:

transform-origin is now a proper SVG attribute (seen here), spec references below). I believe this is worth re-opening (and investigating whether there are other missing SVG attributes)

My understanding of the SVG spec reference above is that we should consider this to be valid now.

@rtpg rtpg added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
1 participant