The RadSplitButton control has WAI-ARIA support which can be easily
		enabled by setting its
		EnableAriaSupport property to
		true.
	
	
		Optionally, you can set also the control's DescribedBy or Label of its of the AriaSettings composite tag.
	
	
		The WAI-ARIA attributes are rendered with JavaScript because no HTML document can validate if they are present in the server markup.
		Therefore, in order to see them, you should inspect the control with the browser dev toolbar and not the page source.