raggleton / PomPom

Attempt at a simple Pomodoro timer.
https://raggleton.github.io/PomPom
7 stars 3 forks source link

Replace <b> with <strong> #6

Open albyr opened 8 years ago

albyr commented 8 years ago

As of HTML 5, <b> tags are deprecated unless they're being used purely to draw attention. Here <strong> is semantically more appropriate, as the data entered is required, and essential to the code's functioning.