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

Add support for "for" attribute #11

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Add support for "for" attribute #11

merged 3 commits into from
Jun 28, 2024

Conversation

OwenGraves
Copy link
Contributor

No description provided.

@jbrechtel
Copy link
Contributor

Wait is the "for" attribute not being added to the DOM already using the existing for attribute definition in DOM.Erumu.HTML.Attributes ?

Only truly "custom" (plus some standard SVG attributes) have needed to be added to this list in the past. I'm surprised "for" needs to go here because it's both a standard attribute and we've had it in the Attributes module for a while now.

@OwenGraves
Copy link
Contributor Author

Yeah, we've had the "for" function but the attribute doesn't actually show up in the HTML without this change. I think Rob recently ran across some of the other more obscure attributes not working either

@OwenGraves
Copy link
Contributor Author

This should also enable us to move things like dataLegId in Attributes.purs out of erumu if we wanted

@OwenGraves OwenGraves merged commit 926a9d2 into main Jun 28, 2024
1 check passed
@OwenGraves OwenGraves deleted the owen/add-for branch June 28, 2024 19:44
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 this pull request may close these issues.

3 participants