﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12238	Do not use the table summary attribute	Mike Gifford		"We ran into this with Drupal 8 - https://www.drupal.org/node/843708

There are a great list of examples - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#attr-summary

But using:
    <table summary=""descriptive text"">

No longer fits with the HTML5 specs.

Using details/summary works fine:
http://www.developerfusion.com/article/136530/making-tables-more-accessible-with-html5/
http://www.pdprogrammeur.com/tables-and-html5-table/

The UI shouldn't need to change, just the placement of the summary text."	Bug	confirmed	Normal		Accessibility	3.0			
