Consider using CSSOM to manage styles #1130
davletovalmir
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, styles are not on par with CSSOM standards. The test below would fail:
Though it sounds like
node.style.backgroundColor
should return"#ffa015"
, according to the specs, it must convert hexadecimal values torgb
format.References:
Beta Was this translation helpful? Give feedback.
All reactions