Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Update uif-table to render HTML table markup #294

Closed
andrewconnell opened this issue Apr 19, 2016 · 1 comment
Closed

Update uif-table to render HTML table markup #294

andrewconnell opened this issue Apr 19, 2016 · 1 comment

Comments

@andrewconnell
Copy link
Member

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.

@waldekmastykarz
Copy link
Member

Let me pick it up 😄

@waldekmastykarz waldekmastykarz self-assigned this Apr 19, 2016
andikrueger pushed a commit to andikrueger/ng-officeuifabric that referenced this issue Apr 20, 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.

Closes ngOfficeUIFabric#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.

Closes ngOfficeUIFabric#294.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants