Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61290


Ignore:
Timestamp:
05/25/2024 05:10:51 PM (13 months ago)
Author:
sabernhardt
Comment:

I uploaded a patch to test more elements.

In addition to the comment form input fields:

  • the gallery shortcode output would lose the column grid
  • the caption shortcode would change its width (possibly only a minor difference)

The classic navigation widgets looked the same with the nav element at first glance: Archives, Categories, Meta, Navigation Menu, Pages, Recent Comments, Recent Posts, RSS and Tag Cloud. For the search form, Twenty Eleven has its own searchform.php template.

Child themes that replace the main stylesheet would need to update their styles if the theme support is added (unless the theme also overrides the twentyeleven_setup() function or the site does not enable comments).

I think it would be worth at least adding the two input types in the stylesheet for the comment form, even if the support is not officially added in twentyeleven_setup().

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61290

    • Property Keywords 2nd-opinion added
    • Property Type changed from defect (bug) to enhancement
    • Property Milestone changed from Awaiting Review to Future Release
  • Ticket #61290 – Description

    initial v1  
    44''But not least, it updates the markup to more modern standards.''
    55
    6 Without HTML5 support enabled, the comment form in Twenty Elven uses the text input field for the email input.
     6Without HTML5 support enabled, the comment form in Twenty Eleven uses the text input field for the email input.
    77
    88With HTML5 support enabled, the comment form is switched to using the email input field, and this changes the positioning of the field, breaking the layout.
    99
    10 Related to https://core.trac.wordpress.org/ticket/61183
    11 Follow up to https://core.trac.wordpress.org/ticket/20579
     10Related to #61183
     11Follow up to #20579