This PR adds support / fixes a gap when using on attributes (e.g. onpositionmove="doAThing(event)") when the MML document is executing in a browser using the networked-dom-web-runner package.
What kind of changes does your PR introduce? (check at least one)
[x] Bugfix
Does your PR introduce a breaking change? (check one)
[x] No
Does your PR fulfill the following requirements?
[ ] All tests are passing
[x] The title references the corresponding issue # (if relevant)
Fixes #120
This PR adds support / fixes a gap when using
on
attributes (e.g.onpositionmove="doAThing(event)"
) when the MML document is executing in a browser using thenetworked-dom-web-runner
package.What kind of changes does your PR introduce? (check at least one)
Does your PR introduce a breaking change? (check one)
Does your PR fulfill the following requirements?