Lint the About page CSS for WordPress 7.1 - #13014
Conversation
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN: To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Not able to see this type of selector change in PR. Did i missed anything? |
Co-Authored-By: Claude <noreply@anthropic.com>
|
I'd like to commit this as there are only two hours left until the 7.1 RC commit freeze today. |
Linting the About page styles with Stylelint reported a number of CSS coding standards violations, and this changeset addresses most of them. Discussed in: #13014 Follow-up to [63182]. Props afercia, mukesh27, wildworks. See #65856. git-svn-id: https://develop.svn.wordpress.org/trunk@63212 602fd350-edb4-49c9-b593-d223f7449a82
Linting the About page styles with Stylelint reported a number of CSS coding standards violations, and this changeset addresses most of them. Discussed in: WordPress/wordpress-develop#13014 Follow-up to [63182]. Props afercia, mukesh27, wildworks. See #65856. Built from https://develop.svn.wordpress.org/trunk@63212 git-svn-id: http://core.svn.wordpress.org/trunk@62405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Yes, you missed what I mentioned in the section "What this PR does not fix". |
Linting the About page styles with Stylelint reported a number of CSS coding standards violations, and this changeset addresses most of them. Discussed in: #13014 Follow-up to [63182]. Reviewed by joedolson. Merges [63212] to the 7.1 branch. Props afercia, mukesh27, wildworks. See #65856. git-svn-id: https://develop.svn.wordpress.org/branches/7.1@63233 602fd350-edb4-49c9-b593-d223f7449a82
|
For history, these are the errors and warnings left in the |
Linting the About page styles with Stylelint reported a number of CSS coding standards violations, and this changeset addresses most of them. Discussed in: WordPress/wordpress-develop#13014 Follow-up to [63182]. Reviewed by joedolson. Merges [63212] to the 7.1 branch. Props afercia, mukesh27, wildworks. See #65856. Built from https://develop.svn.wordpress.org/branches/7.1@63233 git-svn-id: http://core.svn.wordpress.org/branches/7.1@62426 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Trac ticket: https://core.trac.wordpress.org/ticket/65856
The CSS for the WordPress 7.1 About page contains several CSS Coding Standards errors.
This PR aims to fix most of them.
Importtant for accessibility:
At the moment, the
about.cssfile contains two new order CSS properties. They are used for the responsive view at 600 pixels. They should be carefully checked to see if they introduce any accessibility problems.A list of the errors is available in the attached txt file:
01 about-page-css-errors.txt
What this PR does not fix:
h3.is-larger-headingwhere the element type selector should not be used. So far, I'm considering this a 'warning' and not a real error although this is explicitly mentioned in the CSS Coding Standards:Use of AI Tools
None
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.