Y! News (beta)

//beta.news.yahoo.com/ Ahh, the big Y! has rolled out a new standards-compliant (well i think it is) news page.So far, I’ve seen some cool behaviors:1) Using the window.onload event handler to traverse the document and set an onclick event handler for each of the ul>li>a> secondary navigation elements. It allows non-JavaScript browsers to execute properly because the a> element’s href attribute is set. nice. [guessing from the markup]2) Cookie wranglin’ to remember a specific news source for each topic.The page degrades nicely using Pederick’s Web Dev extension; there are some presentation bugs (“Source Name”) but I’m sure it’ll be fixed soon.Bravo!