SortSite 5.38 Changes
A list of changed accessibility, compatibility and search engine rules in SortSite 5.38.
Changed rules
Accessibility
- Applet with no fallback content (AccHtmlAppletNoFallback)
- Object with no fallback content (AccHtmlObjectNoFallback)
button
image must havealt
(AccButtonImgNoAccName)- Scrollable element not keyboard accessible (AccCssScrollableNoFocus)
- Mark up lists and list items properly (AccHtmlBulletListMarkup)
- Right-to-left language without
dir
(AccLangRequiresDir) dir=ltr
for right-to-left language (AccLangWrongDir)- Complex header associations need
headers
attribute (AccHtmlTableComplexHeaders) - Layout table contains summary or caption (AccHtmlLayoutTableCaptionSummary)
- Server-side image maps are inaccessible (AccHtmlImgIsmap)
mouseup
handler without keyboard equivalent (AccScriptMouseupNoKeyboard)mouseover
handler without keyboard equivalent (AccScriptMouseoverNoKeyboard)mouseout
handler without keyboard equivalent (AccScriptMouseoutNoKeyboard)mousedown
handler without keyboard equivalent (AccScriptMousedownNoKeyboard)dblclick
handler without keyboard equivalent (AccScriptDblclickNoKeyboard)select
change event blocks keyboard navigation (AccHtmlSelectChangeEvent)- JavaScript opens new window without warning (AccHtmlLinkScriptNewWindow)
- Frame has no accessible name (AccHtmlFrameTitleMissing)
- Frame
title
is frame file name (AccHtmlFrameTitleFilename) - Frame
title
must describe function (AccHtmlFrameTitleNotDescriptive) fieldset
withoutlegend
(AccHtmlFieldsetNoLegend)- Ambiguous link text (AccHtmlLinkTextAmbiguous)
- Same link text goes to different pages (AccHtmlLinkTextReused)
- Same link text in same context goes to different pages (AccHtmlLinkTextReusedContext)
- Object has no accessible name (AccHtmlObjectNoAccName)
- Ambiguous link text with no context (AccHtmlLinkTextAmbiguousContext)
- Broken skip link (AccHtmlBrokenSkipLink)
Compatibility
revert
CSS keyword has partial support (BugCssGlobalRevert):is()
selector has partial support (BugCssSelectorIs):read-only
selector has partial support (BugCssSelectorReadOnly):read-write
selector has partial support (BugCssSelectorReadWrite):where()
selector has partial support (BugCssSelectorWhere)
Search
- Text in graphics cannot be indexed (SeoGraphicOnlyPage)
Standards
- Autonomous custom elements must not use
is
(W3cHtml5CustomElementAttributeIs) link as
only allowed withrel=preload
orrel=modulepreload
(W3cHtml5LinkPreloadAs)