Self Closing Slots
Hey everyone, was wondering the following thing:
In this documentation - here we use self-closing tags
and here we dont
I didnt find out why exactly we do it either way...
So what exactly is a) the diffrence in detail about having self closing tags here and b) when would you consider having self closing tags and when would you not use it?
Webstorm for example mentioned this here: https://developer.mozilla.org/en-US/docs/Glossary/Void_element#self-closing_tags
-> "Self-closing tags (<tag />) do not exist in HTML." - except for void elements
In this documentation - here we use self-closing tags
and here we dont
I didnt find out why exactly we do it either way...
So what exactly is a) the diffrence in detail about having self closing tags here and b) when would you consider having self closing tags and when would you not use it?
Webstorm for example mentioned this here: https://developer.mozilla.org/en-US/docs/Glossary/Void_element#self-closing_tags
-> "Self-closing tags (<tag />) do not exist in HTML." - except for void elements
