-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add test case that ensures width prop is properly set using setAttribute
#495
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
Conversation
width prop is properly set using setAttribute
|
Hey! |
|
Just an update on this: one of the goals of Preact is to avoid adding additional abstraction over the DOM. It's important that any means of fixing these inconsistencies with React can be accomplished without custom mappings/behavior. |
|
Just checked the spec again and only pixel values are valid for |
related to #492