If I add a random string as the URL fragments to a url while it is not pointing to any element on the page, Can I make sure that it does not break up any thing?
For example let's say that I want to open http://example.com
with my Firefox browser, if I add a random string to the url as a fragment such as http://example.com#t1234567843
while t1234567843
is not related to any of the page's elements, Can I make sure that the browser can always open the page without error (regardless of the web application or the filetype: XML, html, xhtml, html5, ...)?