You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kind of agree about the validation (personally) but I'm sure some people will have project requirements they have to meet for clients.
Using a span requires some extra markup, because it doesn't do line breaks like a div does. It's easy to do, but I thought I'd mention it due to being another exception to the tag-agnostic approach of SUI. I'm guessing there's a CSS way to make a span work the same as a div in this case.
The icon header examples have invalid HTML markup, as div is not allowed inside an H2 tag, and won't validate.
The text was updated successfully, but these errors were encountered: