Skip to content

Things to do when we drop IE11 support someday #7374

Open
@jelbourn

Description

@jelbourn

Writing this issue to keep track of the things we can do / drop once we no longer support IE11. This issue is mainly for record-keeping. Eventually dropping will likely be based on Microsoft ending support for Windows 7, which is currently slated for January 2020.

  • Incorporate CSS custom properties into theming
  • Drop extra code for sticky positioning and just use position: sticky
  • Use IntersectionObserver for overlay positioning
  • Use WeakSet instead of WeakMap<T, boolean>
  • Second parameter to classList.toggle
  • Use element.remove() instead of element.parentNode.removeChild(element)
  • Start using CSS Grid, potentially deprecating mat-grid-list
  • Start using KeyboardEvent.key / KeyboardEvent.code (re-evaluate cdk/keycodes)
  • Explore possibly using native Shadow DOM
  • Remove re-implementations of matches and closest
  • Get rid of IE-specific cases in InteractivityChecker
  • Explore clip-path as a means of custom shapes for components
  • Remove IE11-specific fallback animation in mat-spinner
  • Can use unset CSS value

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsarea: material/corefeatureThis issue represents a new feature or feature request rather than a bug or bug fixie11This issue is specific to Internet Explorer 11refactoringThis issue is related to a refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions