diff options
author | Knoobie <Knoobie@gmx.de> | 2017-10-04 07:51:31 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-04 08:51:31 +0300 |
commit | 80336d30ed12d53f24c01de5c4b6274ccc094b3b (patch) | |
tree | dd3994504c85feade1810478faa372f5229ffefc /all | |
parent | bf690d31eb986ef1803324ff2bd628104a7cb0fe (diff) | |
download | vaadin-framework-80336d30ed12d53f24c01de5c4b6274ccc094b3b.tar.gz vaadin-framework-80336d30ed12d53f24c01de5c4b6274ccc094b3b.zip |
Add role="grid" and aria-multiselectable to grid (#10009)
Also adds aria-selected for grid rows.
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 8db3ef8670..be04a7247a 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -120,6 +120,7 @@ <li>Error indicators are now <tt><span class="v-errorindicator"></span></tt> elements.</li> <li><tt>Embedded</tt> is not a <tt>LegacyComponent</tt> anymore.</li> <li><tt>Notification</tt> method <tt>show</tt> returns <tt>Notification</tt>, instead of <tt>void</tt>.</li> + <li>The client side <tt>SelectionModel</tt> interface has a new method <tt>isMultiSelectionAllowed</tt>.</li> <h2>For incompatible or behavior-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |