jQuery Core Team Meeting – Mar 18 2024


Attending: timmywil, mgol, gibson042

Location: https://app.gitter.im/#/room/#jquery_meeting:gitter.im

link Issues & PRs

  • https://github.com/jquery/jquery/issues/5388 boolean attributes
    • PR: https://github.com/jquery/jquery/pull/5451
    • Docs: Note: because ARIA attributes frequently associate behavior with "false" values that differs from attribute absence, passing false as the value for an "aria-…" attribute will stringify that value to "false" rather than remove the attribute.
      1. there is no internal list of boolean attributes;
    1. .attr(name) just reflects DOM getAttribute(name);
    2. .attr(name, false) stringifies the value to "false" if name starts with "aria-" and otherwise removes the attribute
  • https://github.com/jquery/jquery/pull/4861 offset search depth
    • to be reviewed by gibson

link Decommissioning jenkins

  • jQuery core no longer relies on jenkins!
  • PR ready for jQuery migrate
  • next steps:
    • test main 3 browsers in UI, add filestash workflow
      • latest 1.x
      • latest 2.x
      • latest 3.x
      • latest 4.x
      • 3.x git
      • git
    • jquery color: same infra as UI, but drop filestash workflow and remove their links on releases.jquery.com