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

Generate valid HTML #490

Closed
nikataus opened this issue May 12, 2017 · 2 comments
Closed

Generate valid HTML #490

nikataus opened this issue May 12, 2017 · 2 comments
Milestone

Comments

@nikataus
Copy link

Hi again,

My issue is related more to provide accessibility for the application. The issue is that when you add new group you create new DL element and append it to UL which violates some standards. I understand that is not the goal here, but I just wanted to check with you to see if there is alternative way to wrap DL within LI element and get it to work. I tried it, but I got some errors. Please let me know if you have any ideas?
Thanks!

@mistic100
Copy link
Owner

It's indeed ugly... don't know why I did it like this. DL doesn't even make sense as there is only one DT/DD

It should work by replacing the DL by a LI and the DT add DD by two DIVs, and also add a main UL wrapper when creating the builder. I will try

@mistic100 mistic100 added this to the 2.5.0 milestone May 12, 2017
@nikataus
Copy link
Author

Thanks for your quick reply! Can you give me any date this could be released?

@mistic100 mistic100 changed the title Alternative to adding dl element as new Group Generate valid HTML May 19, 2017
@mistic100 mistic100 modified the milestones: 2.5.0, 2.4.6 Dec 16, 2017
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

No branches or pull requests

2 participants