Scribd Switches To HTML5
drfreak writes "This story from OSNews describes Scribd, a site for uploading and reading documents, switching from Flash to HTML5. The major reason for the decision was that HTML5 supports all the major points of the site's previous functionality, so they saw no point in using Flash any more. The big improvement in the rollout is that documents are now first-class citizens of HTML and no longer need to sit in a Flash 'window.'"
Their own introduction:
http://www.scribd.com/documents/30964170/Scribd-in-HTML5
So far as I can tell this is mostly just html4.1 plus some web-fonts thrown in (which is properly css3), and a bunch of mostly browser-specific css. Not really html5. They mention canvas in their introduction, but I haven't come across an example.
Certainly looks better than the flash, but take a look at the source code and it'll make your eyes bleed. So much for semantic code - there are spans and divs up the wazoo.