You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will be using the dream-html website quite a lot and expect do run into some edge cases with the markup converter. I'll use this issue to keep track of them.
got Aria.hidden "true", should be Aria.hidden true
viewbox takes labelled arguments, but the converter renders a string. In order to handle this, the converter would need to do some parsing.
got tabindex - 1, should be `tabindex (-1)
The text was updated successfully, but these errors were encountered:
I will be using the dream-html website quite a lot and expect do run into some edge cases with the markup converter. I'll use this issue to keep track of them.
Aria.hidden "true"
, should beAria.hidden true
tabindex - 1
, should be `tabindex (-1)The text was updated successfully, but these errors were encountered: