This is a simple test to evaluate basic front-end development skills.
In this repo is a file (index.html) where there is duplication of the link text in the title attribute. This is unnecessary, and must be removed. However, we still want a tooltip to appear when the images are hovered over.
Please treat this task like you would any other task at work - feel free to search the web, and try to write code which is easily maintained by others.
Fork this repo, and when you are finished, submit a pull request with your changes.
- When hovering over the images, a tooltip should appear.
- There must be no duplication of content.
- There must be no title attribute used - at all.
- The solution must not interfere with standard browser behaviour.
- HTML and CSS must validate.
- The principles of Progressive Enhancement must not be violated.
- Browser support: YUI GBS.
- Must be easy to maintain.