OscarGodson / HTML6

A spec to HTML6
http://html6spec.com
169 stars 25 forks source link

Cleaner meta tags #13

Open stuartjmoore opened 11 years ago

stuartjmoore commented 11 years ago

Allow more than one meta name to share the same value.

<html:meta types="description, twitter:description, og:description" value="This is an example of description for Google, Twitter, and Facebook">
stuartjmoore commented 11 years ago

Scratch those commas and maybe the s in types; should be closer to the class list.

OscarGodson commented 11 years ago

I like it. Can't you already do this except that other sites, like twitter, expect that you make these separate?

philandy commented 11 years ago

Hmmm, why not:

<html:link src="meta/meta.html" title="Main Meta" type="text/meta" />
m93a commented 11 years ago

@stuartjmoore - You can make a pull request. @philandy - Not really a link, I think include or using would be better - https://github.com/OscarGodson/HTML6/issues/5