Closed (duplicate)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2012 at 04:55 UTC
Updated:
15 Apr 2013 at 05:43 UTC
Just throwing this out there without having put much thought into it yet.
It would be good to be able to support the scheme attribute to specify encoding schemes.
The problem I suppose is that if multiple schemes could be used how do you know what has been used.
Maybe each tag definition could have a list of available schemes that can be selected via a select box. Or it can just be left blank.
The definitation could also possibly have a default scheme defined, although that might be less often used.
So for example a date tag could have the allowed schemes of 'ISO 639-2' & 'RFC 1766'.
So then users who care to can select the scheme for their tag and it gets added to the <meta> tag.
Comments
Comment #1
damienmckennaDo you have any links to specifications for this?
Comment #2
rooby commentedThe scheme is not a meta tag of it's own, it is an attribute for meta tags to describe the format of the tag content.
See http://www.w3.org/TR/html401/struct/global.html#h-7.4.4.2
And some more info just below this anchor http://www.w3.org/TR/html401/struct/global.html#profiles
There are some examples using scheme at http://dublincore.org/documents/2000/07/16/usageguide/qualified-html.shtml
Some more info at:
http://dublincore.org/documents/dcmi-terms/#H4
http://dublincore.org/documents/dcmi-terms/#H5
Comment #3
rooby commentedOops, forgot to change title back.
Comment #4
xtfer commentedWould be good to see some movement on this, as DC metadata is largely useless without it.
Comment #5
xtfer commentedI've submitted a patch which handles 'scheme', 'lang' and 'dir'.
Marking this as a dupe...
#1970362: Support all attributes of the meta element