ScalaJS dom API is incomplete

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
    (only textDecoration 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.

1 Like