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

Multiple IDs of caret svg's #187

Closed
Menkir opened this issue Nov 7, 2022 · 2 comments
Closed

Multiple IDs of caret svg's #187

Menkir opened this issue Nov 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Menkir
Copy link

Menkir commented Nov 7, 2022

Hey guys,

i noticed that the caret svg's of a tree entry have the same ids.

In particular:
<svg version="1.1" class="fa-icon svelte-1dof0an" width="10" height="16" role="presentation" viewBox="0 0 320 512"><path id="path-0" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"></path> </svg>

Actually, I don't mind as far as it works. However, my framework complains that ambiguous IDs are used. Also it doesn't matches the html spec for assigning ids. This could be a good first issue for beginners.

@josdejong
Copy link
Owner

Thanks for reporting. This issue originates from RobBrazier/svelte-awesome#896

@josdejong josdejong added the bug Something isn't working label Nov 7, 2022
@josdejong
Copy link
Owner

This issue is fixed now in v0.11.0 and later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants