Ray Di Ciaccio

Results 4 issues of Ray Di Ciaccio

Because the `style` module sets values with `elm.style[name] = val`, it will fail if we have a style attr like `style="color: red !important"`. Instead it should probably be using [CSSStyleDeclaration.setProperty()](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration)....

type:bug
affects:user
good first issue

I believe this should resolve #34 that I had submitted earlier.

It doesn't appear that there's a way to tell when one of the _async methods returns an error status code. I don't see how we can catch the HttpError that...

This doesn't parse as you would expect it to... ``` html Level One Level Two ```