HTML6 icon indicating copy to clipboard operation
HTML6 copied to clipboard

Cleaner meta tags

Open stuartjmoore opened this issue 12 years ago • 4 comments

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 avatar May 23 '13 19:05 stuartjmoore

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

stuartjmoore avatar May 24 '13 23:05 stuartjmoore

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

OscarGodson avatar May 28 '13 15:05 OscarGodson

Hmmm, why not:

<html:link src="meta/meta.html" title="Main Meta" type="text/meta" />

philandy avatar Jul 23 '13 00:07 philandy

@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

cshaa avatar Aug 12 '13 11:08 cshaa