Attending: timmywil, arthurvr, gibson042, DaveMethvin, markelog, scott_gonzalez, m_gol
link Recent attributes change
- UI code changes (not just tests) were needed for the undefined -> null change in attributes
 - https://github.com/jquery/jquery-ui/pull/1516
 - also caused problems for mobile https://travis-ci.org/jquery/jquery-mobile/jobs/55491651
 - Should we back this out? yes
 - reverted
 
link Current failures on master and compat
- NONE! Nice work.
 
link Beta release todo
- Dave is working on blog post
 - Any missing issues in migrate?
- Issues tagged behavior-change: https://github.com/jquery/jquery/issues?q=is%3Aissue+label%3Abehavior-change+is%3Aopen
 - https://github.com/jquery/jquery-migrate/issues
 - data, once it’s done
 
 
link Sizzle blockers
- https://github.com/jquery/sizzle/pull/328 New approach to oldIE cache cloning problem. Sizzle expando no longer exposed.
 - Sizzle release this week? yes, late Thursday
 
link Patch release (iOS bug wrt jQuery.each)
- https://github.com/jquery/jquery/issues/2145 
- Fixed in webkit, but we’re still doing a release
 
 - Timmy to do this before data work
 
link window.setTimeout/setTimeout
link moar tests for the factory needed
link PRs
- https://github.com/jquery/jquery/pull/2154 Update jsdom
- good to land
 
 - https://github.com/jquery/jquery/pull/2003 .unwrap( selector )
- Dave to land
 
 - https://github.com/jquery/jquery/pull/2043 .offset() with Shadow DOM
- timmywil to land, needs cherry-pick to compat with some extra stuff this will be after the patch and data work
 
 - https://github.com/jquery/jquery/pull/1714 .position() when parent scrolled
- needs input from mike
 
 
link 3.0 Blocker issues
- https://github.com/jquery/jquery/issues?q=is%3Aopen+is%3Aissue+label%3ABlocker
 - Data
- timmy
 
 - showhide
- [hidden] where available (gibson)
 - investigation https://github.com/jquery/jquery/issues/2057
- markelog to get to this after async exec
 
 
 - domManip interception
- gibson
 
 - .width fractations
- mgol