Topic: formaction is allowed in safe mode
The following code is not caught by the safe mode of HtmLawed:
<button form="test" formaction="javascript:alert(123489574)">Click</button>' does not contain "formaction
But, if you click on the following code, it will execute the javascript.
I would suggest to disallow the formaction attribute in safe mode.
Let me know if it would be helpful for me to contribute such a change.