Skip to content

Commit

Permalink
[e] (0) make IDL consistent with prose
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5308 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2010
1 parent e6a4ae7 commit 80a67c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -76543,7 +76543,7 @@ <h4 id=the-storage-interface><span class=secno>11.2.1 </span>The <code><a href=#
readonly attribute unsigned long <a href=#dom-storage-length title=dom-Storage-length>length</a>;
getter DOMString <a href=#dom-storage-key title=dom-Storage-key>key</a>(in unsigned long index);
getter any <a href=#dom-storage-getitem title=dom-Storage-getItem>getItem</a>(in DOMString key);
setter creator void <a href=#dom-storage-setitem title=dom-Storage-setItem>setItem</a>(in DOMString key, in any data);
setter creator void <a href=#dom-storage-setitem title=dom-Storage-setItem>setItem</a>(in DOMString key, in any value);
deleter void <a href=#dom-storage-removeitem title=dom-Storage-removeItem>removeItem</a>(in DOMString key);
void <a href=#dom-storage-clear title=dom-Storage-clear>clear</a>();
};</pre>
Expand Down Expand Up @@ -95256,6 +95256,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
David H&aring;s&auml;ther,
David Hyatt,
David I. Lehn,
David John Burrowes,
David Matja,
David Remahl,
David Smith,
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -88503,6 +88503,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
David H&aring;s&auml;ther,
David Hyatt,
David I. Lehn,
David John Burrowes,
David Matja,
David Remahl,
David Smith,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -86208,7 +86208,7 @@ interface <dfn>MessagePort</dfn> {
readonly attribute unsigned long <span title="dom-Storage-length">length</span>;
getter DOMString <span title="dom-Storage-key">key</span>(in unsigned long index);
getter any <span title="dom-Storage-getItem">getItem</span>(in DOMString key);
setter creator void <span title="dom-Storage-setItem">setItem</span>(in DOMString key, in any data);
setter creator void <span title="dom-Storage-setItem">setItem</span>(in DOMString key, in any value);
deleter void <span title="dom-Storage-removeItem">removeItem</span>(in DOMString key);
void <span title="dom-Storage-clear">clear</span>();
};</pre>
Expand Down Expand Up @@ -109305,6 +109305,7 @@ interface <span>HTMLDocument</span> {
David H&aring;s&auml;ther,
David Hyatt,
David I. Lehn,
David John Burrowes,
David Matja,
David Remahl,
David Smith,
Expand Down

0 comments on commit 80a67c8

Please sign in to comment.