mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Don't link to specific WHATWG multipage page
"Links to the multipage version of the specification are unfortunately likely to break over time." -- https://html.spec.whatwg.org/multipage/asefij.html This commit removes all references to the specific pages when viewing WHATWG using multipage mode. I went through all these links and they redirect fine. Regex used to generate this commit: `s_whatwg.org/multipage/.*#_whatwg.org/multipage/#_g`
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* Interface for a client side storage. See
|
||||
* https://html.spec.whatwg.org/multipage/webstorage.html#the-storageevent-interface
|
||||
* https://html.spec.whatwg.org/multipage/#the-storageevent-interface
|
||||
* for more information.
|
||||
*
|
||||
* Event sent to a window when a storage area changes.
|
||||
|
||||
Reference in New Issue
Block a user