Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@355 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 23, 2006
1 parent 06493a5 commit c32c3bd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 6 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -19465,10 +19465,14 @@ interface <dfn id=storageitem>StorageItem</dfn> {
href="#refsCSS3UI">[CSS3UI]</a>.</p>
<!--XXXX
Other things to look at are IE's focus APIs (document.activeElement,
HTMLElement.setActive(), onBeforeActivate, onActivate,
onBeforeDeactivate, onDeactivate, document.hasFocus):
document.hasFocus, HTMLElement.setActive(), onBeforeActivate,
onActivate, onBeforeDeactivate, onDeactivate, document.hasFocus):
https://bugzilla.mozilla.org/show_bug.cgi?id=296471
https://bugzilla.mozilla.org/show_bug.cgi?id=296469
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/activeelement.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setactive.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onbeforeactivate.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/focus.asp
-->

<h3 id=dnd><span class=secno>6.4. </span><a href="#scs" title=SCS>[SCS]</a>
Expand Down
12 changes: 10 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@ and suggestions on this to the list, btw).
void <span title="dom-document-write">write</span>(in DOMString text);
void <span title="dom-document-writeln">writeln</span>(in DOMString text);

// <span>Interaction</span>
readonly attribute <span>Element</span> <span title="dom-document-activeElement">activeElement</span>;
readonly attribute boolean <span title="dom-document-hasFocus">hasFocus</span>;

// <span title="concept-command">Commands</span>
readonly attribute <span>HTMLCollection</span> <span title="dom-document-commands">commands</span>;

Expand Down Expand Up @@ -17850,10 +17854,14 @@ interface <dfn>StorageItem</dfn> {

<!--XXXX
Other things to look at are IE's focus APIs (document.activeElement,
HTMLElement.setActive(), onBeforeActivate, onActivate,
onBeforeDeactivate, onDeactivate, document.hasFocus):
document.hasFocus, HTMLElement.setActive(), onBeforeActivate,
onActivate, onBeforeDeactivate, onDeactivate, document.hasFocus):
https://bugzilla.mozilla.org/show_bug.cgi?id=296471
https://bugzilla.mozilla.org/show_bug.cgi?id=296469
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/activeelement.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setactive.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onbeforeactivate.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/focus.asp
-->


Expand Down

0 comments on commit c32c3bd

Please sign in to comment.