-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
A couple of attribute group declarations aren't being translated into attribute fields for some tags, for example:
- The
buttontag does not incorporate theCausesValidationattribute. - The
paramtag does not incorporate thecoreAttributeGroupgroup 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.xsdfile. - 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.
Metadata
Metadata
Assignees
Labels
No labels