-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Description
Originally posted here: #730 (comment)
I have noticed a big semantical mistake in the HTML structure,
the name of the function should be a HEADER element, <h2> to be precise.
As of now, It is just a span, and then if there is a section inside this functions, this receives <h2>.
We should use <h2> for the function name, and them push up +1 all the headers within the function.