Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-16-2012, 10:41 PM   PM User | #1
jenntacular
New to the CF scene

 
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jenntacular is an unknown quantity at this point
Open Graph validation error

I have a fully valid website, save one error:
Code:
<meta property="og:locale" />
The error is because property is not a valid attribute for the meta tag. The site is a Joomla site with an XHTML 1.0 Transitional doctype. I found this thread from two years ago, but for some reason the w3c validator did not recognize the suggested doctype fix:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa-1.dtd">
I'm not sure if that it because my current site is in XHTML1.0 transitional and the fix is for HTML4.01 transitional? (Also, a whole bunch of new errors were found with the 4.01 doctype, so I'm not really trying to change doctypes.)

Is there a known solution for this validation error that doesn't involve changing doctypes? Or, one that works with the site's current doctype (XHTML1.0 transitional)?

Thanks!
jenntacular is offline   Reply With Quote
Reply

Bookmarks

Tags
open graph, validation

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:46 AM.


Advertisement
Log in to turn off these ads.