in src/html/tags/h/Hgroup.hack [19:28]
protected static function getChildrenDeclaration(): XHPChild\Constraint {
return XHPChild\at_least_one_of(XHPChild\any_of(
XHPChild\of_type<h1>(),
XHPChild\of_type<h2>(),
XHPChild\of_type<h3>(),
XHPChild\of_type<h4>(),
XHPChild\of_type<h5>(),
XHPChild\of_type<h6>(),
));
}