{"id":280,"date":"2007-09-02T12:54:15","date_gmt":"2007-09-02T09:54:15","guid":{"rendered":"http:\/\/www.void.gr\/kargig\/blog\/?p=280"},"modified":"2007-09-02T12:55:23","modified_gmt":"2007-09-02T09:55:23","slug":"xhtml-11-validation","status":"publish","type":"post","link":"https:\/\/www.void.gr\/kargig\/blog\/2007\/09\/02\/xhtml-11-validation\/","title":{"rendered":"XHTML 1.1 validation"},"content":{"rendered":"<p>I&#8217;ve finally managed to get the theme for my blog XHTML 1.1 validated. The first time I checked it with <a href=\"http:\/\/validator.w3.org\">W3C Markup Validator<\/a> it had 99 errors. Most were about some br and ul,li tags. The part that I had some difficulty into making it valid, was meebo&#8217;s chat flash code. Meebo serves this to paste in websites:<br \/>\n<code><br \/>\n&lt;!-- Beginning of meebo me widget code. Want to talk with visitors on your page? Go to http:\/\/www.meebome.com\/ and get your widget! --&gt;<br \/>\n&lt;embed src=\"http:\/\/widget.meebo.com\/mm.swf?EunEtULzWx\" type=\"application\/x-shockwave-flash\" wmode=\"transparent\" width=\"160\" height=\"250\"&gt;&lt;\/embed&gt;<br \/>\n<\/code><br \/>\nWhich is not XHTML 1.1 valid. To make it valid I transformed it to something like this:<br \/>\n<code><br \/>\n&lt;object type=\"application\/x-shockwave-flash\"<br \/>\ndata=\"http:\/\/widget.meebo.com\/mm.swf?EunEtULzWx\"<br \/>\nwidth=\"160\" height=\"250\"&gt;<br \/>\n&lt;param name=\"movie\"<br \/>\nvalue=\"http:\/\/widget.meebo.com\/mm.swf?EunEtULzWx\" \/&gt;<br \/>\n&lt;img src=\"noflash.gif\"<br \/>\nwidth=\"160\" height=\"250\" alt=\"\" \/&gt;<br \/>\n&lt;\/object&gt;<br \/>\n<\/code><\/p>\n<p>according to this: <a href=\"http:\/\/alistapart.com\/articles\/flashsatay\">Flash Satay<\/a>.<\/p>\n<p>You can now <a href=\"http:\/\/validator.w3.org\/check?uri=http%3A%2F%2Fwww.void.gr%2Fkargig%2Fblog%2F\">check the validator that my blog is OK<\/a> \ud83d\ude42 <\/p>\n<p>References:<br \/>\n<a href=\"http:\/\/learningforlife.fsu.edu\/webmaster\/references\/xhtml\/tags\/\">http:\/\/learningforlife.fsu.edu\/webmaster\/references\/xhtml\/tags\/<\/a><br \/>\n<a href=\"http:\/\/alistapart.com\/articles\/flashsatay\">http:\/\/alistapart.com\/articles\/flashsatay<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve finally managed to get the theme for my blog XHTML 1.1 validated. The first time I checked it with W3C Markup Validator it had 99 errors. Most were about some br and ul,li tags. The part that I had some difficulty into making it valid, was meebo&#8217;s chat flash code. Meebo serves this to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"footnotes":""},"categories":[1,5],"tags":[],"class_list":["post-280","post","type-post","status-publish","format-standard","hentry","category-general","category-internet"],"aioseo_notices":[],"views":8253,"_links":{"self":[{"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":0,"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.void.gr\/kargig\/blog\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}