Custom Query (18300 matches)
Results (172 - 174 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#18731 | fixed | setting role=main on Editor's iframe's <body> violates ARIA spec | ||
Description |
The dijit/Editor embeds an <iframe> and sets role="main" on this iframe's body. ARIA only allows the document/application role for the <body> element. http://www.w3.org/TR/html5/dom.html#sec-implicit-aria-semantics Note: If the <body> role is changed, some other element will need to adopt the "main" role (as reported in #16140. Maybe set role="main" on the dijitEditorBody <div> instead? |
|||
#18730 | fixed | XSS possible with analytics/logger/dojoxAnalytics.php | ||
Description | ||||
#18728 | fixed | Google load API shouldn't be recommended | ||
Description |
The Google load() API is documented here as a potential source for CDN loading: https://dojotoolkit.org/reference-guide/1.7/quickstart/cross-domain.html#available-cdns Unfortunately the list of available versions in this API has not been updated since Dojo 1.7.2. Consequently, users will be unable to load newer versions of Dojo with this API. I'd suggest removal the section referring to the Google load API. |