We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2436f9 commit 04b537dCopy full SHA for 04b537d
schema/htmlbook.xsd
@@ -1761,7 +1761,7 @@
1761
<!-- Sidebar; primarily for <aside> -->
1762
<xs:complexType name="sidebar">
1763
<xs:sequence>
1764
- <xs:element ref="h5" minOccurs="0"/> <!-- Unlike other sections, sidebar titles are optional -->
+ <xs:element ref="h1" minOccurs="0"/> <!-- Unlike other sections, sidebar titles are optional -->
1765
<xs:group ref="figure_elements" minOccurs="0" maxOccurs="unbounded"/>
1766
</xs:sequence>
1767
<!-- ToDo: require data-type attr restriction of "sidebar" here? -->
0 commit comments