Closed severn-everett closed 5 months ago
A couple of attribute group declarations aren't being translated into attribute fields for some tags, for example:
button
CausesValidation
param
coreAttributeGroup
A different way of translating attribute groups should be implemented wherein attribute groups should consist of two different fields:
html_5.xsd
A benefit of this change will be that the creation of the attribute groups for the SVG tags (for issue #26) will be easier.
A couple of attribute group declarations aren't being translated into attribute fields for some tags, for example:
button
tag does not incorporate theCausesValidation
attribute.param
tag does not incorporate thecoreAttributeGroup
group of attributes.A different way of translating attribute groups should be implemented wherein attribute groups should consist of two different fields:
html_5.xsd
file.A benefit of this change will be that the creation of the attribute groups for the SVG tags (for issue #26) will be easier.