Problem/Motivation

core/misc/normalize-fixes.css contains three rules:

  1. SVG styling fix for IE
  2. Cancel search button fix for Webkit
  3. <summary> element fix for IE and Edge

Steps to reproduce

Proposed resolution

Remove the entire file. We no longer support IE or non-Chromium versions of Edge. #3114878: The webkit search cancel button should not be hidden already proposes removing the Webkit fix.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3309317-2.patch1.59 KBlongwave

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
StatusFileSize
new1.59 KB

Status: Needs review » Needs work

The last submitted patch, 2: 3309317-2.patch, failed testing. View results

lauriii’s picture

Status: Needs work » Reviewed & tested by the community
Related issues: +#3114878: The webkit search cancel button should not be hidden

Tested the webkit search cancel button change with Claro to confirm that it doesn't lead into regressions with Safari. All worked as expected. Olivero does not load Normalizer and I confirmed that manually.

Rest of the changes do not impact any of the supported browsers so it is fine to remove those.

  • catch committed 1d95a47 on 10.0.x
    Issue #3309317 by longwave, lauriii: Remove normalize-fixes.css
    
    (cherry...
  • catch committed 9edf0bb on 10.1.x
    Issue #3309317 by longwave, lauriii: Remove normalize-fixes.css
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 10.1.x and cherry-picked to 10.0.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.