public interface AttributeReadTitleVisible extends Accessibility
titleVisible
attribute of an object.WAI_ARIA
Modifier and Type | Method and Description |
---|---|
boolean |
isTitleVisible()
|
boolean isTitleVisible()
title
of this object is
visible
. For Accessibility
reasons you should always
set the title
of a titled object. However in specific
cases you want to save space on the screen and may not require the title to be displayed for seeing
users. Then you can hide the title while it is still recognized by assistive technology such as screen
readers.true
if visible, false
if hidden.Copyright © 2001–2016 mmm-Team. All rights reserved.