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
The closed caption element should probably be a <span>. I want our cc element to be a <p> since that makes semantically the most sense for us (but I could see people deciding on something else). <div> will get rendered inside our <p> now, but <div> inside <p> (or most other text elements) is semantically invalid.
Hi
The closed caption element should probably be a
<span>
. I want ourcc
element to be a<p>
since that makes semantically the most sense for us (but I could see people deciding on something else).<div>
will get rendered inside our<p>
now, but<div>
inside<p>
(or most other text elements) is semantically invalid.chart2music/src/ScreenReaderBridge.ts
Line 75 in 62d15d8
I implemented chart(js)2music now and noticed a few bugs. So that's why I am creating several issues, but overall I'm quite happy with the plugin. ❤️
The text was updated successfully, but these errors were encountered: