Issue 1149: JW FLV Player / xml playlist does not work http://code.google.com/p/chromium/issues/detail?id=1149
Comment #3 by [EMAIL PROTECTED]: Sorry about the big delay in getting back to you. The W3.org has an excellent tool that will help identify where a web page is not following the spec. This particular site has a number of problems that confuse Chromium (and other WebKit browsers like Safari). FireFox and IE have done an excellent job of accommodating sites that don't follow the spec but at a cost. It would be really good to get the owner of the site to run their content through the W3.org tool. They can get the report by clicking on this link http://validator.w3.org/check? uri=http://www.fluxmass.org/music/afo/&charset=(detect+automatically)&doctype=Inline&group=0 It takes awhile for the report to come up. Something that stands out immediately is this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <html> <HEAD> As you can see, there are two <html> and <head> tags. Being a transitional XHTML 1.0 document all tags and attributes should be in lowercase and all tags must close. If you can get the author of the page to bring the page into conformance I bet it will work much better on a wide array of browsers. If I don't hear from you by December 1st I will go ahead and close this issue as invalid. Issue attribute updates: Status: Untriaged Labels: Close20081201 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to chromium-bugs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---