Skip to content
Jose Emilio Labra Gayo edited this page May 31, 2013 · 1 revision

URI Scheme

Rewrite cases

When a user clicks an element and the visualization changes the URI must be rewritten. Without loading the whole page. This has some issuses that must be considered:

  • In a normal situation, the HTML5 History API must be used.
  • However, some Internet Explorer versions (previous to Internet Explorer 10), the HTML5 History API is not supported, therefore the onClick event will be used to reload the whole page.
  • Finally, when Javascript is not available, links inside the noscript node have to be used. Considering these three scenarios, navigation is granted for all users.
Clone this wiki locally