We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: