#15230 closed defect (fixed)
move dijit/hccss to core
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
dijit/hccss, which detects if the browser is in "high contrast mode", i.e. if it is hiding background images, should be moved from dijit to core since it's referenced by dojo/dnd (Avatar.js and dnd.css).
The djit_a11y CSS flag on <body> should be renamed. dojo_a11y would make sense in isolation, but dj_a11y would match dojo/uacss.
Also, Avatar.js should change from domClass.contains(win.body(),"dijit_a11y")
to has("highcontrast")
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → Core |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.8 |
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
In [28417]: