Closed DmitrySharabin closed 5 months ago
Consequently, custom listeners defined with on<prop>change attributes are not executing on element initialization.
on<prop>change
Testcase
<color-slider space="hsl" stops="red, yellow, lime, aqua, blue, magenta, red" min="-50" max="50" value="20" oncolorchange="this.nextElementSibling.textContent = this.color"></color-slider> <output></output>
Not an issue anymore.
Consequently, custom listeners defined with
on<prop>change
attributes are not executing on element initialization.Testcase