-
Book Overview & Buying
-
Table Of Contents
Microsoft .NET Framework 4.5 Quickstart Cookbook
By :
Visual Studio 2012 fully supports the Web Accessibility Initiative-Accessible Rich Internet Applications (WAI-ARIA ) standard, making it easier for us to create accessible websites. This is the Accessible Rich Internet Applications suite that provides a way to make web content and apps more accessible through this framework, and this in turn allows us to add attributes for identifying features regarding accessibility. Basically, ARIA is a set of semantic tags and attributes that identify features regarding accessibility in user interaction, how they relate to each other, and their state.
In order to use this recipe you should have Visual Studio 2012.
Here we will see how to use Visual Studio 2012's support for WAI-ARIA:
Open our previous ASP.NET Application or create a new one.
Open the Site.Master page.
Go to the <nav> element.
Press Ctrl + the Space bar.
We will be able to see all the WAI-ARIA attributes, which are prefixed with the aria...
Change the font size
Change margin width
Change background colour