Hi,
if I read the gadget xsd for 0.8 right, then the rel parameter of
<Link> element allows only three values: icon, gadget.help and
gadget.support:
<xs:attribute name="rel" type="xs:string" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="gadgets.help"/>
<xs:enumeration value="gadgets.support"/>
<xs:enumeration value="icon"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
However, various tests in LinkSpecTest on the 1.0.x release branch
happily use "foo" etc. values and actually do substitution on the rel
value (something which I haven't found anywhere in the spec at all).
Is that correct?
Ciao
Henning