[wp-meta] [Making WordPress.org] #4730: unbalanced HTML in Plugins Home page
Making WordPress.org
noreply at wordpress.org
Thu Sep 19 20:07:56 UTC 2019
#4730: unbalanced HTML in Plugins Home page
------------------------------+---------------------
Reporter: joyously | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+---------------------
Comment (by joyously):
- stray `</span>` tag for each plugin is in the theme
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php#L60
- duplicate ID `post-xxxxx` and `plugin-slug`
I think this is because some plugins can show in multiple sections since
they are `order_by rand`.
- `<style>` not allowed as child of element `<a>`
The style is output here:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/themes/pub/wporg-plugins/client/components/plugin-
icon/index.jsx#L37
Perhaps it should be `srcset` instead?
- unclosed `<div>` (for div with id="page") is in the theme
It should be here:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/themes/pub/wporg-plugins/footer.php#L17
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4730#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list