[wp-meta] [Making WordPress.org] #4730: unbalanced HTML in Plugins Home page
Making WordPress.org
noreply at wordpress.org
Thu Oct 24 08:03:53 UTC 2019
#4730: unbalanced HTML in Plugins Home page
----------------------------------------+---------------------
Reporter: joyously | Owner: (none)
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Plugin Directory | Resolution: fixed
Keywords: needs-patch good-first-bug |
----------------------------------------+---------------------
Changes (by dd32):
* status: new => closed
* resolution: => fixed
Comment:
Fixed the issues that are fixable.
`<style> not allowed as child of element <a> for each plugin` is going to
stay, because the only way to "fix" it is to remove the `<style>` from the
body entirely as it's "improper" to be there and should only ever be in
the `<head>` - But realistically, browsers don't care. Apparently the
ability to use `<style>` within `<body>` was removed from the HTML5 draft.
:shrug:
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4730#comment:11>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list