You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
Fabric's 2.3.0 release added the ability to use HTML markup for building tables OfficeDev/office-ui-fabric-core#367 instead of the original method of using DIV elements. This is better for accessibility and as such our table should be updated to use HTML table elements rather than DIV.
The text was updated successfully, but these errors were encountered:
Office UI Fabric pre 2.3.0 used `div` and `span` to render the table. In 2.3.0 they changed their implementation to use HTML table elements for better accessibility. This change switches our implementation from `div` and `span` to HTML table elements.
ClosesngOfficeUIFabric#294.
jjczopek
pushed a commit
to jjczopek/ng-officeuifabric
that referenced
this issue
Apr 25, 2016
Office UI Fabric pre 2.3.0 used `div` and `span` to render the table. In 2.3.0 they changed their implementation to use HTML table elements for better accessibility. This change switches our implementation from `div` and `span` to HTML table elements.
ClosesngOfficeUIFabric#294.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fabric's 2.3.0 release added the ability to use HTML markup for building tables OfficeDev/office-ui-fabric-core#367 instead of the original method of using
DIV
elements. This is better for accessibility and as such our table should be updated to use HTML table elements rather than DIV.The text was updated successfully, but these errors were encountered: