From 0de841abb1d2871c8990bfc911a30b4fb1b4d193 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 23 Nov 2017 20:19:13 +0900 Subject: [PATCH] Streamline StorageEvent attributes normative text --- source | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/source b/source index f3f6445b03f..59f6c3fa3eb 100755 --- a/source +++ b/source @@ -98544,21 +98544,12 @@ dictionary StorageEventInit : EventInit {
-

The key attribute must return the value - it was initialized to. It represents the key being changed.

- -

The oldValue attribute must return - the value it was initialized to. It represents the old value of the key being changed.

- -

The newValue attribute must return - the value it was initialized to. It represents the new value of the key being changed.

- -

The url attribute must return the value - it was initialized to. It represents the URL of the document whose key changed.

- -

The storageArea attribute must - return the value it was initialized to. It represents the Storage object that was - affected.

+

The key, oldValue, newValue, url, and storageArea attributes must return the values + they were initialized to.