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

Support HTMLElement.hidden value "until-found" #1670

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jan 4, 2024

  1. Update type of HTMLElement.hidden

    It can now be `"until-found"`: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/hidden#until-found
    
    This has now got support from two major browsers (Chrome and Edge): https://caniuse.com/mdn-html_global_attributes_hidden_until-found_value
    pje committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    56e4eba View commit details
    Browse the repository at this point in the history
  2. update baseline to pass tests

    pje committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b238adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cf5a4 View commit details
    Browse the repository at this point in the history