-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Galen & Wendy's html5 as a platform assignment #13
base: master
Are you sure you want to change the base?
Conversation
…atform Conflicts: .DS_Store Audio/.DS_Store
Merge branch 'master' of https://github.com/gkbroderick/html5-as-a-platform
Please enter the commit message for your changes. Lines starting
…atform Trying to solve DS STORE HELL
<source src="Audio Converts/FillOutSomeForms.ogg" type="audio/mp3"> | ||
<source src="Audio Converts/FillOutSomeForms.wav" type="audio/mp3"> | ||
</audio> | ||
<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
br
tags have no semantic meaning, do not use.
<button onclick="frameChange(-2)" type="button"> Rewind </button> | ||
<button onclick="restart()" type="button">Restart</button><br> | ||
<button onclick="pauseplay()" type="button">PausePlay</button> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty line.
Thanks for the comments. I unfortunately buried them a little when I made a central "Galen-Wendy" folder for our project. We got together today and cleaned up all the areas you pointed out. We also deleted any unnecessary empty lines of code we found elsewhere. We replaced |
No description provided.