mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01: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:
parent
4fd4370a96
commit
8b08c6f43f
24 changed files with 57 additions and 57 deletions
|
@ -133,7 +133,7 @@ trait PrivateStorageHelpers {
|
|||
}
|
||||
|
||||
impl<'a> PrivateStorageHelpers for JSRef<'a, Storage> {
|
||||
/// https://html.spec.whatwg.org/multipage/webstorage.html#send-a-storage-notification
|
||||
/// https://html.spec.whatwg.org/multipage/#send-a-storage-notification
|
||||
fn broadcast_change_notification(self, key: Option<DOMString>, old_value: Option<DOMString>,
|
||||
new_value: Option<DOMString>){
|
||||
let global_root = self.global.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue