| 07:58 | <Streusel> | any chance of og: and dc. being added to the wiki? |
| 10:23 | <MikeSmith> | Streusel what wiki |
| 10:26 | <Streusel> | MikeSmith: http://wiki.whatwg.org/wiki/MetaExtensions ? |
| 10:29 | <MikeSmith> | Streusel: if you want to add something there I can create a wiki account for you |
| 10:30 | <Streusel> | Well I didn't feel like creating _another_ account for something I won't use more than once so I thought I'd come here and ask if there are any plans or whats up |
| 10:35 | <Ms2ger`> | The plans are that somebody who cares can request an account and add them |
| 10:41 | <MikeSmith> | Streusel: I see a bunch of og:* and dc.* values there already |
| 10:41 | <Streusel> | hmm |
| 10:41 | <dekiss> | can I add class to the html element? |
| 10:41 | <Streusel> | because I got an error on dc.title |
| 10:41 | <Streusel> | and dc:description |
| 10:41 | <Streusel> | opps not dc:description, but og: |
| 10:43 | <MikeSmith> | well og:description is there so I guess I should add that to the validator |
| 10:43 | <MikeSmith> | dc.title is not there though |
| 10:43 | <MikeSmith> | dunno why not |
| 10:45 | <MikeSmith> | maybe because there's not actually any spec anywhere that says anything about using dc.* values for meta@name |
| 10:45 | <MikeSmith> | http://dublincore.org/documents/dcmi-terms/#terms-language doesn't say it, as far as I can tell |
| 10:46 | <MikeSmith> | ah wait http://dublincore.org/documents/dc-html/ does |
| 10:47 | Ms2ger` | pokes sankha93 |
| 10:47 | <MikeSmith> | Streusel: anyway, whatever you add to http://wiki.whatwg.org/wiki/MetaExtensions I will add to the validator, but I'm not going to add them to that page myself |
| 10:47 | <MikeSmith> | Streusel: I will add og:description right now to the validator |
| 10:48 | <Streusel> | Thanks MikeSmith |
| 10:49 | <MikeSmith> | hmm wait |
| 10:49 | <MikeSmith> | http://ogp.me/ doesn't say anything about using og:* values with meta@name |
| 10:50 | <MikeSmith> | it only deals with meta@property |
| 10:50 | <MikeSmith> | Streusel: right? |
| 10:50 | <Streusel> | og: was.. |
| 10:51 | <Streusel> | facebook I believe |
| 10:51 | <Streusel> | open graph |
| 10:52 | <MikeSmith> | yeah I know that. What I'm asking is that the facebook open graph documentation defines how to use it with the property attribute, not the name attribute |
| 10:52 | <Streusel> | yeah |
| 10:52 | <MikeSmith> | so http://wiki.whatwg.org/wiki/MetaExtensions is only about values to use for the name attribute |
| 10:52 | <Streusel> | I got name="og:title" |
| 10:53 | <MikeSmith> | so as far as I can see none of the og:* values should be listed on that wiki page to begin with |
| 10:53 | <Streusel> | mm |
| 10:53 | <Streusel> | https://developers.facebook.com/docs/opengraph/getting-started/ suggests that it's a property |
| 10:53 | <Streusel> | not a name |
| 10:53 | <Streusel> | wonder who mislead me to believe it's a name.. |
| 10:55 | <MikeSmith> | dunno but at least there's no restrictions on what values can be used for the property attribute |
| 10:57 | <MikeSmith> | rightly there really shouldn't be any restrictions on meta@name values but unfortunately the spec says otherwise |