- From: AHMED BAGI <ahmed.bagi@virgin.net>
- Date: Tue, 30 Mar 2010 06:32:57 +0100
- To: w3c-translators@w3.org
- Message-ID: <a4cc0121003292232i297855e8t1b80902a201efdef@mail.gmail.com>
This is by no means an advertisement for Microsoft! Unfortunately I am
totally unconnected to the giant corporation (I am retired and registered
disabled) ! It may be of some interest to some of you to
investigate the new interactive visualization of the DOM Level 3 Event Flow
for 4 objects in the DOM: window, document, html, and body, the CSS3
border-radius property in conjunction with border-width and border-style and
CSS3 Selectors<http://mail.virgin.net/mail/HTML5/10CSS3_Selectors/Default.html>
(provides
new, more powerful ways to select nodes using CSS)
DOM Events <http://mail.virgin.net/mail/HTML5/13DOM_Events/Default.html>
(provides
an interoperable eventing mechanism)
example code: var addSummaryListeners = function () { ... // Call
"showSummary" on mouseover addEventListener("mouseover", showSummary,
false); // Call "hideSummary" on mouseout addEventListener("mouseout",
showSummary, false); } } }
DOM Style <http://mail.virgin.net/mail/HTML5/16DOM_Style/Default.html>
(enables
reading and interacting with all the style information for a document)
Enjoy! Best wishes
Ahmed Bagi
Received on Tuesday, 30 March 2010 05:33:30 UTC