- Ticket triage	
- 391 tickets total, -12
 - 26 pull requests, -1
 
 - Button	
- Need to go through all tickets to verify fixes
- Scott made it through most tickets yesterday
 - Weird issue with mouseover in IE 9 still exists
- Closing as patches-welcome, since very obscure and mostly dead browser
 
 
 - Should label be text-only? Or keep supporting html (and XSS)?
- https://github.com/jquery/jquery-ui/pull/1632
 - Could keep support for initial markup, but handle label option is text-only
 - Consider old behaviour a bug (XSS vuln) that we're fixing
 - Decided to keep button label as-is, but add tests for that, and extend label option API docs to repeat limitations for input type
 - And fix dialog's 
closeTextoption to be text-only:$( "<a>" ).text( this.options.closeText ).html() - https://github.com/jquery/api.jqueryui.com/issues/282
 
 - Find people to do accessibility reviews of button/checkboxradio/controlgroup
 
 - Need to go through all tickets to verify fixes
 - Datepicker	
- Status of updates based on discussion during dev summit?
- Felix waiting for Rafael to fix access to CLDR "week's first day" field
 
 
 - Status of updates based on discussion during dev summit?
 - Controlgroup	
- Styles for spinner are busted, input in vertical controlgroup extends under buttons.
- Scott fixed during the meeting.
 - https://github.com/jquery/jquery-ui/pull/1633
 
 
 - Styles for spinner are busted, input in vertical controlgroup extends under buttons.
 - Theme	
- Need to fix icon sprite
 - https://github.com/jquery/jquery-ui/blob/5d7e8b1824416f013339f5ba55169f1bcd5bd46c/themes/base/spinner.css#L61-L65
 - Scott to send PR that changes the icon position, instead of editing images
 
 - Upgrade Guide, API docs	
- Jörn has been working on docs, need reviews
 - https://github.com/jquery/jqueryui.com/pull/123
 - https://github.com/jquery/api.jqueryui.com/pull/280