I checked all three search templates with alanburke and couldn't find anything to html5ify there.
The only thing we can do (but that's for D8 core) is to replace <strong> with <mark> in the search_results() function from search.module (unless somebody else finds a way to do this in html5_tools).
Comments
Comment #1
tim.plunkettComment #2
amateescu commentedI checked all three search templates with alanburke and couldn't find anything to html5ify there.
The only thing we can do (but that's for D8 core) is to replace <strong> with <mark> in the search_results() function from search.module (unless somebody else finds a way to do this in html5_tools).