Question

I am trying to use the accordion tag from angularjs bootstrap, however, in the IDE it says that Validation (HTML5): Element accordion is not supported. I've been searching around for the issue, but it seems like not many people encounter this issue.

Was it helpful?

Solution

the accordion tag is not HTML5 its a custom element thus your IDE is not going to validate it.

more info on custom elements/tags

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top