We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e362861 commit 90e2f93Copy full SHA for 90e2f93
htmlbook.xsd
@@ -566,6 +566,13 @@
566
<xs:attribute name="rel"/>
567
<xs:attribute name="target"/>
568
<xs:attribute name="type"/>
569
+ <!-- The following attributes are for indexterms -->
570
+ <xs:attribute name="data-primary" type="xs:string"/>
571
+ <xs:attribute name="data-secondary" type="xs:string"/>
572
+ <xs:attribute name="data-tertiary" type="xs:string"/>
573
+ <xs:attribute name="data-see" type="xs:string"/>
574
+ <xs:attribute name="data-seealso" type="xs:string"/>
575
+ <xs:attribute name="data-sortas" type="xs:string"/>
576
</xs:extension>
577
</xs:complexContent>
578
</xs:complexType>
0 commit comments