Skip to content

Commit 04b537d

Browse files
committed
Changing Sidebar Headers from h5 to h1
This commit changes the expected heading element for sidebars from h5 to h1. This is being done to improve the appearance of content on the Platform.
1 parent b2436f9 commit 04b537d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/htmlbook.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
<!-- Sidebar; primarily for <aside> -->
17621762
<xs:complexType name="sidebar">
17631763
<xs:sequence>
1764-
<xs:element ref="h5" minOccurs="0"/> <!-- Unlike other sections, sidebar titles are optional -->
1764+
<xs:element ref="h1" minOccurs="0"/> <!-- Unlike other sections, sidebar titles are optional -->
17651765
<xs:group ref="figure_elements" minOccurs="0" maxOccurs="unbounded"/>
17661766
</xs:sequence>
17671767
<!-- ToDo: require data-type attr restriction of "sidebar" here? -->

0 commit comments

Comments
 (0)