Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ace showcase samples
-
Assignee Priority:P2
Description
IF 4 showcase example has the following references to old or no longer supported references:-
showcase.xhtml :- old namespace of 'showcase' for composite components which do not exist.
main-template.xhtml:- has reference to an aria-live property that is no longer in the specs.
aria-live=“rude” is not part of the specs anymore (it was really too rude) and we are left with “off”, “polite” and “assertive”. see:-
http://cssgallery.info/tag/aria-liverude/
showcase_styles.css:-reference to css class .auctionMonitorContainer (?)
all css:- references to icexxxx css (relevant to old ice components). If any of these css classes are used, they should be renamed (?).
demo_template.css has reference to .yui-log classes (are those being used?).
showcase.xhtml :- old namespace of 'showcase' for composite components which do not exist.
main-template.xhtml:- has reference to an aria-live property that is no longer in the specs.
aria-live=“rude” is not part of the specs anymore (it was really too rude) and we are left with “off”, “polite” and “assertive”. see:-
http://cssgallery.info/tag/aria-liverude/
showcase_styles.css:-reference to css class .auctionMonitorContainer (?)
all css:- references to icexxxx css (relevant to old ice components). If any of these css classes are used, they should be renamed (?).
demo_template.css has reference to .yui-log classes (are those being used?).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Let's change our aria-live value to "assertive" from "rude". The way this works is that it won't affect anyone who's not using a supported browser, and also isn't using an Aria supporting tool/ text-to-speech utility.