Skip to content

Commit

Permalink
Streamline StorageEvent attributes normative text
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 23, 2017
1 parent 269ac43 commit 0de841a
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98544,21 +98544,12 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {

<div w-nodev>

<p>The <dfn><code data-x="dom-StorageEvent-key">key</code></dfn> attribute must return the value
it was initialized to. It represents the key being changed.</p>

<p>The <dfn><code data-x="dom-StorageEvent-oldValue">oldValue</code></dfn> attribute must return
the value it was initialized to. It represents the old value of the key being changed.</p>

<p>The <dfn><code data-x="dom-StorageEvent-newValue">newValue</code></dfn> attribute must return
the value it was initialized to. It represents the new value of the key being changed.</p>

<p>The <dfn><code data-x="dom-StorageEvent-url">url</code></dfn> attribute must return the value
it was initialized to. It represents the <span>URL</span> of the document whose key changed.</p>

<p>The <dfn><code data-x="dom-StorageEvent-storageArea">storageArea</code></dfn> attribute must
return the value it was initialized to. It represents the <code>Storage</code> object that was
affected.</p>
<p>The <dfn><code data-x="dom-StorageEvent-key">key</code></dfn>, <dfn><code
data-x="dom-StorageEvent-oldValue">oldValue</code></dfn>, <dfn><code
data-x="dom-StorageEvent-newValue">newValue</code></dfn>, <dfn><code
data-x="dom-StorageEvent-url">url</code></dfn>, and <dfn><code
data-x="dom-StorageEvent-storageArea">storageArea</code></dfn> attributes must return the values
they were initialized to.</p>

</div>

Expand Down

0 comments on commit 0de841a

Please sign in to comment.