Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix next/future/image alt text #39366

Merged
merged 10 commits into from Aug 6, 2022
Merged

Commits on Aug 5, 2022

  1. Fix next/future/image alt text

    In most browsers (other than Chrome), the alt text is visible while the image is loading. This causes CLS and is undesirable unless there is an error.
    styfle committed Aug 5, 2022
    Copy the full SHA
    040d2ed View commit details
    Browse the repository at this point in the history
  2. Fix static tests

    styfle committed Aug 5, 2022
    Copy the full SHA
    e2768ac View commit details
    Browse the repository at this point in the history
  3. Update onError test

    styfle committed Aug 5, 2022
    Copy the full SHA
    1e63b5c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Copy the full SHA
    e4900ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    137c4db View commit details
    Browse the repository at this point in the history
  3. Revert static blur test

    styfle committed Aug 6, 2022
    Copy the full SHA
    f49ea91 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dfe85ea View commit details
    Browse the repository at this point in the history
  5. Add missing await

    styfle committed Aug 6, 2022
    Copy the full SHA
    7422838 View commit details
    Browse the repository at this point in the history
  6. uno mas

    styfle committed Aug 6, 2022
    Copy the full SHA
    604cb7b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d34773b View commit details
    Browse the repository at this point in the history