For browsers that use the title param, what value should we use to tell the browser to use its default?
title
In Safari 5.1.7 (7534.57.2), i
Not sure if there is a specific way of setting it to a default title, but a safe way which should work in all browsers is setting the title to the location.href
location.href
document.title = location.href;