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

Adopt CSS Typed OM API for Internal Styling #57

Open
vincentriemer opened this issue Jun 8, 2018 · 0 comments
Open

Adopt CSS Typed OM API for Internal Styling #57

vincentriemer opened this issue Jun 8, 2018 · 0 comments

Comments

@vincentriemer
Copy link
Owner

Moving to the CSS Typed OM API instead of what is currently done with just the style property on HTMLElements should improve both styling performance (no need to serialize styles to a string just to have the browser parse that string to apply it) and maintainability with a more structured/typed API.

It may be a tad to early to start work but it could be started soon as https://github.com/csstools/css-typed-om stabilizes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant