File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1463
1463
</xs : element >
1464
1464
1465
1465
<!-- Heading elements -->
1466
- <!-- ToDo: Should we require class="title" on all section heading titles? -->
1467
1466
<xs : element name =" h1" type =" inline_children_only" />
1468
1467
1469
1468
<xs : element name =" h2" type =" inline_children_only" />
1765
1764
<xs : attributeGroup ref =" globals" />
1766
1765
</xs : complexType >
1767
1766
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 -->
1769
1768
<xs : complexType name =" any_elems_attrs" mixed =" true" >
1770
1769
<xs : sequence minOccurs =" 0" maxOccurs =" unbounded" >
1771
1770
<xs : any processContents =" lax" />
1788
1787
</xs : choice >
1789
1788
<xs : group ref =" inlineelements" minOccurs =" 0" maxOccurs =" unbounded" />
1790
1789
</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 -->
1793
1790
<xs : attributeGroup ref =" globals" />
1794
1791
</xs : complexType >
1795
1792
2029
2026
</xs : attribute >
2030
2027
</xs : attributeGroup >
2031
2028
2032
- <!-- ToDo: any further restrictions on these attributes? -->
2033
2029
<xs : attributeGroup name =" videomediaattributes" >
2034
2030
<xs : attributeGroup ref =" generalmediaattributes" />
2035
2031
<xs : attribute name =" poster" type =" xs:anyURI" />
You can’t perform that action at this time.
0 commit comments