TwitterTimelineAriaPoliteness Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or set a value that specifies the component handles ARIA accessibility

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public TwitterTimelineTwitterTimelineAriaPoliteness AriaPoliteness { get; set; }

Property Value

Type: TwitterTimelineTwitterTimelineAriaPoliteness
Default value is Default
Remarks

ARIA is an accessibility system that aids people using assistive technology interacting with dynamic web content. By default, the embedded timeline uses the least obtrusive setting: Polite. If you're using an embedded timeline as a primary source of content on your page, you may wish to override this to the assertive setting, using Assertive. For more information see W3C on ARIA.
See Also

Reference