tagName span
See original GitHub issueI’m trying to migrate to this from simply dropping in the fontawesome-all.js
script and everything is working fine except for one difference: the fa-icon
components seem to have <span>
tag wrapping the <svg>
tag whereas in the previous version, svg was the top level element.
Also it looks like you’re using some svg-related attributeBindings
for the span element.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
The Content Span element - HTML - MDN Web Docs
The <span> HTML element is a generic inline container for phrasing content, which does not inherently represent anything.
Read more >HTML span Tag - GeeksforGeeks
The span tag is a paired tag means it has both open(<) and closing (>) tags, and it is mandatory to close the...
Read more >What Is 'Span' in HTML? - HubSpot Blog
In HTML, the span tag is a generic inline container element. Span tags usually wrap sections of text for styling purposes or for...
Read more >HTML - <span> Tag - Tutorialspoint
The HTML <span> tag is used for grouping and applying styles to inline elements. There is a difference between the span tag and...
Read more >Span HTML – How to Use the Span Tag with CSS
The span tag is just like a div, which is used to group similar content so it can all be styled together. But...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks again for your help.
Cool, cause I just tried it and “it worked on my machine” 😉