
Sustainability Sundays contributer Joel Makower sent us a link to a new report from his company Clean Edge, detailing leading trends in sustainable energy-related businesses. The brief (18 page) report makes for interesting reading; the business side of the bright green future really seems to be picking up steam. Joel summarizes its findings in his blog, and an excerpt is available here. The entire report can be freely downloaded.
Joel's "five trends to watch:"
Technical note: for some reason Safari is rendering almost all of the "Quickchanges" column in italics -- from the start of the bullet points in this comment all the way to "WorldChanging Logo by Jeffrey Rusch".
I assume the problem stems from the fact that Movable Type doesn't close the "list items" tag and somehow that keeps it from properly "noticing" the "close-italic" tag.
Let's test it out:
Yep, that's the problem. Any way to fix it, Jamais?
It renders fine in Firefox, btw.
Looks like I got it. Thanks for the heads-up. I switched over to Firefox awhile back, and don't launch Safari as often.
This page is labelled with an XHTML DTD, but the lack of end tags for the list items mean it's not even well-formed! In addition tag names are case-sensitive in XML so "<LI>" is wrong, and em is an inline element so it's invalid to put li elements inside it.