#5191 closed defect (bug) (fixed)
Plugin FAQ headings should use H3 tags
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Plugin Directory | Keywords: | seo |
Cc: |
Description
Plugins FAQ sections, like https://wordpress.org/plugins/wordpress-seo/, should use <h3>
tags to mark up the 'names' of questions in the <dl>
structure.
This is transformed on load using JavaScript, but should instead be correct in the HTML response.
Specifically, the markup should be altered to:
<dl> <dt><h3>{{Question}}</h3></dt> <dd>{{Answer}}</dd> {...} </dl>
Note that {{answer}}
typically already contains formatting (such as paragraph structures), and shouldn't therefore need changing.
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 9826: