Skip to content

Commit 1425e60

Browse files
author
Sanders Kleinfeld
committed
Comment cleanup.
1 parent 9a0544e commit 1425e60

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

htmlbook.xsd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@
14631463
</xs:element>
14641464

14651465
<!-- Heading elements -->
1466-
<!-- ToDo: Should we require class="title" on all section heading titles? -->
14671466
<xs:element name="h1" type="inline_children_only"/>
14681467

14691468
<xs:element name="h2" type="inline_children_only"/>
@@ -1765,7 +1764,7 @@
17651764
<xs:attributeGroup ref="globals"/>
17661765
</xs:complexType>
17671766

1768-
<!-- Type for no restrictions on child content, except rules on global HTML5 attributes; everything else defers to HTML5 spec-->
1767+
<!-- Type for no restrictions on child content -->
17691768
<xs:complexType name="any_elems_attrs" mixed="true">
17701769
<xs:sequence minOccurs="0" maxOccurs="unbounded">
17711770
<xs:any processContents="lax"/>
@@ -1788,8 +1787,6 @@
17881787
</xs:choice>
17891788
<xs:group ref="inlineelements" minOccurs="0" maxOccurs="unbounded"/>
17901789
</xs:choice>
1791-
<!-- No HTMLBook-specific attribute rules for this set of elements other than id; deferring to HTML5 spec on attribute rules and not
1792-
validating in this schema -->
17931790
<xs:attributeGroup ref="globals"/>
17941791
</xs:complexType>
17951792

@@ -2029,7 +2026,6 @@
20292026
</xs:attribute>
20302027
</xs:attributeGroup>
20312028

2032-
<!--ToDo: any further restrictions on these attributes? -->
20332029
<xs:attributeGroup name="videomediaattributes">
20342030
<xs:attributeGroup ref="generalmediaattributes"/>
20352031
<xs:attribute name="poster" type="xs:anyURI"/>

0 commit comments

Comments
 (0)