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

Do we really need to separate property & attribute on DOM creation? #114

Open
nizniz187 opened this issue Oct 16, 2021 · 0 comments
Open
Labels
architecture Everything about programming architecture question Further information is requested

Comments

@nizniz187
Copy link
Contributor

nizniz187 commented Oct 16, 2021

After applying the property-attribute sync scheme (#95), changing one is also changing another, which means there is no difference between setting property and attribute on DOM creation.
For some special cases like className property can actually be replaced by 'class' attribute.
We should consider combining them to use one mainly before publishing the first version.

@nizniz187 nizniz187 added architecture Everything about programming architecture question Further information is requested labels Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Everything about programming architecture question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant