really not anything however when using the section attribute and giving aria-labelledby which is student-info or Student Info. pointing out there is an error (bug)
I’m not sure I understand your post. The aria-labelledby attribute must be set to the id of an existing element on the page. So if the h2 has an id of “student-info” then the aria-labelledby attribute on the section must be set to “student-info”, which you have done correctly. But in your code above you have removed the text for the h2 elements, which is why it doesn’t pass.