OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Experimental content API extensions #82

Closed thure closed 3 years ago

thure commented 3 years ago

• Created a new Phrasing content type, which is used by Table cells and Form header titles. • Created a new FocusableIcon phrasing content type, which is an icon that triggers a tooltip when it receives focus. • Phrasing supports one TTextObject as content, as well as an array of icons, focusable icons, or text. • Fixed Table row keyboard accessibility, with one caveat which I've reported as microsoft/fluentui#18518 • Fixed List filter content accessibility. • Resolves #76