Skip to content
New issue

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

Attribute group declaration not working correctly #279

Closed
severn-everett opened this issue May 21, 2024 · 0 comments · Fixed by #280
Closed

Attribute group declaration not working correctly #279

severn-everett opened this issue May 21, 2024 · 0 comments · Fixed by #280

Comments

@severn-everett
Copy link
Contributor

A couple of attribute group declarations aren't being translated into attribute fields for some tags, for example:

  • The button tag does not incorporate the CausesValidation attribute.
  • The param tag does not incorporate the coreAttributeGroup group of attributes.

A different way of translating attribute groups should be implemented wherein attribute groups should consist of two different fields:

  • A list of attributes that are declared directly within the attribute group in the html_5.xsd file.
  • A list of parent attribute groups that the declared attribute group inherits from.

A benefit of this change will be that the creation of the attribute groups for the SVG tags (for issue #26) will be easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant