Here's a random thought. I wish browsers would automatically add missing title attributes to anchor tags.
<a href="google.com">Google</a> becomes <a href="google.com" title="Google">Google</a>
Also, just to clear up some confusion, it's a title attribute, not a title tag. A <title> tag goes in the document <head> and specifies the title of the entire document.
While the browser is adding missing attributes, they might as well fix my broken Javascript.
ReplyDelete