[wp-meta] [Making WordPress.org] #5191: Plugin FAQ headings should use H3 tags
Making WordPress.org
noreply at wordpress.org
Fri May 1 12:28:27 UTC 2020
#5191: Plugin FAQ headings should use H3 tags
------------------------------+--------------------
Reporter: jonoaldersonwp | Owner: (none)
Type: defect | Status: new
Priority: low | Milestone:
Component: Plugin Directory | Keywords: seo
------------------------------+--------------------
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.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5191>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list