ml5js / ml5-website-v01

ml5.js website
https://ml5js.org
MIT License
64 stars 45 forks source link

Fix link for Firefox #95

Closed dobladov closed 5 years ago

dobladov commented 5 years ago

There is a small problem with the link "See Examples", the markup is not valid on Firefox and is impossible to click the link as mentioned on this issue https://stackoverflow.com/questions/17253410/link-inside-a-button-not-working-in-firefox.

I just wrapped the button on the link to make it work.

shiffman commented 5 years ago

This looks good to me but checking with @yining1023 to be sure!

joeyklee commented 5 years ago

@dobladov - looks good + thanks for catching this issue. Those nested <a> tags in buttons do cause issues. Merging now! ==> website is now updated with changes.