https://bugzilla.wikimedia.org/show_bug.cgi?id=19536
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Depends on| |30713 Resolution|LATER | --- Comment #2 from Bartosz Dziewoński <[email protected]> 2012-11-09 12:25:49 UTC --- (Reopening from RESOLVED LATER.) There is now a way to do this with accessible URLs: the HTML5 History API, supported in all major browsers (other than IE < 10) [http://caniuse.com/#feat=history]. In old IEs, we could resort to using hashes (as Brion suggested) or just not enable this feature. However, to implement this, we would need a way to apply things like sortable tables or collapsible navboxes after the page load. Bug 30713 tracks this. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
