The facades for org.scalajs.dom.HTMLElement.style
is missing several
CSS counterparts. Here are some I’ve noticed:
justify-content
text-decoration-color
text-decoration-line
text-direction-style
text-direction-thickness
(onlytextDecoration
which doesn’t allow setting multiple decorations at once)
Made a thread here `HTMLElement.style` API is Incomplete. · Issue #5137 · scala-js/scala-js · GitHub if someone can help me improve this.