investigating EI9 Platform Preview

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