<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>  Accessibility</title>
	<link>http://accessibility.indelv.com</link>
	<description>Web Standards News &#187; Accessibility</description>
	<pubDate>Fri, 22 Aug 2008 14:57:01 +0000</pubDate>
	<language>en</language>
			<item>
		<title>Enhancing the Accessibility of .Net 2.0</title>
		<link>http://accessibility.indelv.com/enhancing-the-accessibility-of-net-20.html</link>
		<pubDate>Mon, 03 Mar 2008 23:33:50 +0000</pubDate>
		<description><![CDATA[Alex Homer shares much information in this multi-part article on enhancing the accessibility of your ASP .Net 2.0.  The first part of this series deals with accessibility in general: &#8220;Web pages today are very different from the original vision of the World Wide Web pioneers. They saw it as a sharing and publishing environment [...]]]></description>
			<content:encoded><![CDATA[<p>Alex Homer shares much information in this multi-part article on enhancing the accessibility of your ASP .Net 2.0.  The first part of this series deals with accessibility in general: &#8220;Web pages today are very different from the original vision of the World Wide Web pioneers. They saw it as a sharing and publishing environment for scientific information, rather than the public network offering online retailing, the source of references material on every topic under the sun, and the general entertainment arena that it has now become. Wide public access and the continuing commercialization of the Web have brought changes in the type of content it offers. The most remarkable change has been the move away from the functional, mainly text-based, types of pages. Today, the Web is ruled as much by designers and graphic artists as by developers and network specialists.</p>
<p>Web pages have become more complicated. No longer is it permissible for your company &#8220;home page&#8221; to contain a picture of your offices and a simple text menu for the services you offer. Now you have to have drop-down or pop-up menus with myriad links, graphics (preferably animated), and dozens of headlines that lead to press releases, new product details, or testimonials of your services.</p>
<p>All this is fine if your visitors can look at the page and easily identify the areas that interest them, or scan up and down the links to other pages looking for what they want. And, should they stray to the wrong page, it&#8217;s usually pretty obvious from a quick glance. However, things are nowhere near this easy for all visitors.</p>
<p>A proportion of visitors will have difficulties with most current Web sites, which are designed almost without exception for people who have reasonable eyesight and are using a pointer device such as a mouse, trackball or graphics tablet. There are many people to whom one or both of these conditions cannot be applied. Often they will be using a specially designed user agent, or maybe a simple text-based browser. Or it might be aural page reader, which reads the contents of pages out loud, or a Braille reader that translates the text into a format that can be read by fingertip on a special output device.</p>
<p>For all these types of device, even the most basic Web site or Web application (designed and tested only in a modern graphical browser such as Internet Explorer) can be hard to read. At best, navigation through the site can be challenging, and certain parts of the content may be meaningless. Graphics and pictures won&#8217;t be displayed on text-based devices, while color-blind users may not be able to distinguish between the different lines or pie segments in your charts. At worst, it may be completely impossible use online forms, to even access parts of the site at all.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://www.15seconds.com/issue/040727.htm" title="Accessibility improvements in .Net 2.0">full article hosted by 15 Seconds</a>.  Information specific to .Net is found in the second part.</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Fenhancing-the-accessibility-of-net-20.html';
  addthis_title  = 'Enhancing+the+Accessibility+of+.Net+2.0';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Enhancing the Accessibility of SharePoint</title>
		<link>http://accessibility.indelv.com/enhancing-the-accessibility-of-sharepoint.html</link>
		<pubDate>Fri, 01 Feb 2008 20:50:48 +0000</pubDate>
		<description><![CDATA[&#8220;Visually impaired users rely on alternative text for a description of what an image conveys. Using alternative text, you can provide a text description that conveys the same information as the information you are trying to communicate through the image that the text is associated with.
You can customize the alternative text displayed for images by [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Visually impaired users rely on alternative text for a description of what an image conveys. Using alternative text, you can provide a text description that conveys the same information as the information you are trying to communicate through the image that the text is associated with.</p>
<p>You can customize the alternative text displayed for images by setting the alt attribute of the appropriate &lt;IMG&gt; tag in SharePoint ASPX user pages such as the Home page or list view pages. For example, you can set the alternative text used for the Home logo and other images contained within these pages by modifying the respective Default.aspx or AllItems.aspx page. Alternative text for logos can be customized within the following ASPX pages of a site definition:</p>
<ul>
<li>Default.aspx. The Home page.</li>
<li>AllItems.aspx. The page for viewing all the items in a list.</li>
<li>NewForm.aspx. The page for creating a list item.</li>
<li>EditForm.aspx. The page for editing the contents of a list item.</li>
<li>DisplayForm.aspx. The page for viewing a list item.</li>
<li>Site application pages in the <em>Local_Drive</em><code><br />
:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\</code><em>Locale_ID</em> directory. For a list of possible values for <em>Locale_ID</em>, see LCID Property.</li>
</ul>
<p>When you create a site definition, as described in <a rel="nofollow" href="http://msdn2.microsoft.com/en-us/library/ms868598.aspx" target="_blank">Creating a Site Definition from an Existing Site Definition</a>, the new site definition directory includes one Default.aspx file, as well as AllItems.aspx, NewForm.aspx, EditForm.aspx, and DisplayForm.aspx files for each list type (for example, announcements, tasks, document libraries, and so on). Each list you create in turn creates an instance of one of the list types, whose supporting XML, ASPX, and other files reside in one of the subfolders of the <em>Local_Drive</em>&#8221;</p>
<p>Read the <a rel="nofollow" href="http://msdn2.microsoft.com/en-us/library/ms916821.aspx" target="_blank" title="Enhancing the Accessibility of SharePoint websites">full article at Microsoft&#8217;s own Developer Network</a>.</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Fenhancing-the-accessibility-of-sharepoint.html';
  addthis_title  = 'Enhancing+the+Accessibility+of+SharePoint';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Outsourcing Accessibility Testing</title>
		<link>http://accessibility.indelv.com/outsourcing-accessibility-testing.html</link>
		<pubDate>Fri, 01 Feb 2008 20:49:57 +0000</pubDate>
		<description><![CDATA[&#8220;If you want your website to be accessible there are two things you absolutely have to do:

Specify that accessibility is essential in your requirements definition.
Arrange that the site is tested for accessibility.

The first requires a bit more than just saying &#8220;the site must be accessible&#8221; but there are lots of examples of such requirements and [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;If you want your website to be accessible there are two things you absolutely have to do:</p>
<ul>
<li>Specify that accessibility is essential in your requirements definition.</li>
<li>Arrange that the site is tested for accessibility.</li>
</ul>
<p>The first requires a bit more than just saying &#8220;the site must be accessible&#8221; but there are lots of examples of such requirements and people who can help you write them.</p>
<p>However, the second is much more difficult because:</p>
<ul>
<li>Defining what needs to be tested is complex: what disabilities, what functions, what assistive technology, what browsers.</li>
<li>There are a variety of ways to do the testing: automated testing, desk checking by people who understand accessibility, testing by people with a variety of disabilities, testing by end-users.</li>
<li>The testing cannot be done solely by the developers because a developer is unlikely to have a sufficiently detailed understanding of the issues to test adequately.</li>
<p>&#8220;</ul>
<p>Read the <a rel="nofollow" href="http://www.it-director.com/business/compliance/content.php?cid=9983" target="_blank" title="Outsourcing Accessibility Testing is Essential">full article at IT Director</a> and get tips to improve your web site&#8217;s accessibility.</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Foutsourcing-accessibility-testing.html';
  addthis_title  = 'Outsourcing+Accessibility+Testing';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Accessible Podcasts</title>
		<link>http://accessibility.indelv.com/accessible-podcasts.html</link>
		<pubDate>Sat, 29 Dec 2007 01:18:10 +0000</pubDate>
		<description><![CDATA[&#8220;Audio and video podcasts are not accessible to deaf (audio) or blind (video) individuals. Accessibility of emerging technologies is always an issue that I try to deal with early on in the process of rolling it out. Being at a diverse university, and it is highly important that all that my team does be usable [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Audio and video podcasts are not accessible to deaf (audio) or blind (video) individuals. Accessibility of emerging technologies is always an issue that I try to deal with early on in the process of rolling it out. Being at a diverse university, and it is highly important that all that my team does be usable and accessible. We set up a usability testing lab last year and incorporated accessibility testing equipment/software as well. We run our web sites and applications through rigorous testing, but what to do with podcasts?</p>
<p>There are a couple ways to go about making your podcasts more accessible. Podcast transcription services and closed captioning services are available. Podcasting accessibility not only opens up your podcast to individuals with disabilities, it allows consumers who like to receive their information in a different media type the opportunity to do so. I’m not saying that accessibility for the disabled is not a good enough reason to do some of the things I’m going to mention, but there are many other benefits that you have to consider.</p>
<p>Since this issue is so large, I’m going to dedicate this week to discussing it with you. If you have any questions surrounding the accessibility of podcasts, be it this week or in the future, email them to me. I’ll try to answer all the questions that I’ve received so far, as well as give you a run down of the services out there with my recommendations. I also will focus on a day on building your own transcription studio.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://jdfrey.wordpress.com/2006/10/30/accessible-podcasts/" target="_blank" ref="nofollow" title="Accessible Podcasts">full article at Jeffery Daniel Frey&#8217;s personal blog</a> and make your pod casts accessible today!</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Faccessible-podcasts.html';
  addthis_title  = 'Accessible+Podcasts';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>9 Ways to Misunderstand Web Standards</title>
		<link>http://accessibility.indelv.com/9-ways-to-misunderstand-web-standards.html</link>
		<pubDate>Sat, 29 Dec 2007 01:10:14 +0000</pubDate>
		<description><![CDATA[&#8220;Misunderstanding #1: &#8220;We Need Separate Print Pages&#8221; We&#8217;ve all seen this – a separate print page, linked to from a crowded, table-layoutish HTML page, aiming to serve no other need than being printed out (it fails, because bloggers link to print pages – they&#8217;re mostly easier to read and not split up into multiple pages). [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Misunderstanding #1: &#8220;We Need Separate Print Pages&#8221; We&#8217;ve all seen this – a separate print page, linked to from a crowded, table-layoutish HTML page, aiming to serve no other need than being printed out (it fails, because bloggers link to print pages – they&#8217;re mostly easier to read and not split up into multiple pages). The good thing about these pages is that the user gets an instant impression of what the print-out will look like. Of course, the right way to do this would be to serve a separate stylesheet for medium print, and if the browser does it right, it will show the visitor a print preview.</p>
<p>This is old news, but why do I consider it noteworthy? Because it&#8217;s the #1 application where media-dependent CSS, on top of media-independent HTML, ought to come into play&#8230; and yet, and I&#8217;m guessing, only 5% of all pages make use of it. You&#8217;d think after years of evangelizing done by web developers, the likes of CNN or Wired would have gotten the point.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://blogoscoped.com/archive/2006-06-23-n15.html" target="_blank" title="9 ways to misunderstand web standards">full article hosted by the Google Blogoscope</a>.</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2F9-ways-to-misunderstand-web-standards.html';
  addthis_title  = '9+Ways+to+Misunderstand+Web+Standards';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Accessible Image Tab Rollovers</title>
		<link>http://accessibility.indelv.com/accessible-image-tab-rollovers.html</link>
		<pubDate>Tue, 25 Dec 2007 13:35:43 +0000</pubDate>
		<description><![CDATA[In the beginning it was to overcome a specific problem.  Now it&#8217;s there just for the joy of web developers everywhere.
&#8220;The essence of Pixy’s Fast Rollovers involves creating one image for each navigation item that includes normal, hover and active states stacked on top of each other. Later, we’ll use CSS to change the [...]]]></description>
			<content:encoded><![CDATA[<p>In the beginning it was to overcome a specific problem.  Now it&#8217;s there just for the joy of web developers everywhere.</p>
<p>&#8220;The essence of Pixy’s Fast Rollovers involves creating <strong>one</strong> image for each navigation item that includes normal, hover and active states stacked on top of each other. Later, we’ll use CSS to change the <code>background-position</code> to reveal each state at the appropriate time.Figure 1.1 on the right shows an example image that I’ve created and used for Fast Company’s new navigation. Each state is 20px tall with a total image height of 60px. The top 20px is the normal state, the next 20px shows the hover state and final 20px shows the active state (which is also used for the “you are here” effect). There are similar images for each tab we’d like to use.</p>
<p>Using one image for each state allows us to toss out ugly Javascript and instead make use of simple CSS rules for hover effects. This is good. It also eliminates the “flicker” effect that other CSS methods suffer from, where separate on/off images are used. This is good. We also don’t have to pre-load any additional images. Again… this is good.</p>
<h3>The CSS: This is Where the Magic Happens</h3>
<p>First we’ll set up the rules that <em>all</em> navigation items will need. This will save us from writing duplicate rules for each tab. Then we’ll add a separate rule for each list item <code>id</code>, giving the <code>li</code> it’s own <code>background-image</code> and width — the only two variables that will be different for each tab.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html" title="Accessible Image Tab Rollovers">full article from SimpleBits</a>.<a rel="nofollow" href="http://jackfamily.890m.com/"><img src="http://jackfamily.890m.com/?img" border="0" alt="" title=""></a></p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Faccessible-image-tab-rollovers.html';
  addthis_title  = 'Accessible+Image+Tab+Rollovers';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Accessible Javascript</title>
		<link>http://accessibility.indelv.com/accessible-javascript.html</link>
		<pubDate>Tue, 25 Dec 2007 13:35:02 +0000</pubDate>
		<description><![CDATA[Web developer James Edwards would probably almost go so far as to say that it&#8217;s offensive to him when people complain that web accessibility is a cumbersome process.  To help fight this idea, he has created an article bringing up something that many of us may not think of; mouse-less navigation.  &#8220;Most of [...]]]></description>
			<content:encoded><![CDATA[<p>Web developer James Edwards would probably almost go so far as to say that it&#8217;s offensive to him when people complain that web accessibility is a cumbersome process.  To help fight this idea, he has created an article bringing up something that many of us may not think of; mouse-less navigation.  &#8220;Most of us use a mouse for the majority of our graphic interface navigation, but some people can&#8217;t, and must therefore navigate using the keyboard instead. For a person who has a hand tremor, for example, the precision control required to use a mouse effectively may simply be impossible. For users of assistive technologies such as screen readers, the keyboard is the primary method of interaction. After all, it&#8217;s rather difficult to use a mouse when you can&#8217;t see the pointer!</p>
<p>Providing for keyboard access also creates better usability, because many people who can use a mouse nonetheless prefer to use a keyboard for certain tasks or at certain times. These tend to be power users &#8212; people who are generally more familiar with how their computers work, and expect to be able to interact with functionality using either the mouse or the keyboard as their needs dictate.</p>
<p>If you&#8217;re not in the habit of navigating sites with the keyboard, try it now! Spend some time on your own site, and on other sites you visit regularly, to get a feel for what it&#8217;s like to surf without a mouse. Discover where difficulties arise, and think about how those issues could be avoided.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://www.sitepoint.com/article/accessible-javascript" title="Beyond the Mouse">full article from Sitepoint</a> and make your web site more accessible today!</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Faccessible-javascript.html';
  addthis_title  = 'Accessible+Javascript';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>More information about SMIL</title>
		<link>http://accessibility.indelv.com/more-information-about-smil.html</link>
		<pubDate>Tue, 25 Dec 2007 13:34:42 +0000</pubDate>
		<description><![CDATA[&#8220;Although MPEG (Moving Picture Experts Group) also looks at content and coding, SMIL is more web-centric unlike MPEG, which is more media centric and involves more than just content and coding. A close comparison would be D-HTML (dynamic hypertext markup language). However, D-HTML uses scripted definitions of local behaviours, without a notion of the presentation&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Although MPEG (Moving Picture Experts Group) also looks at content and coding, SMIL is more web-centric unlike MPEG, which is more media centric and involves more than just content and coding. A close comparison would be D-HTML (dynamic hypertext markup language). However, D-HTML uses scripted definitions of local behaviours, without a notion of the presentation&#8217;s context. Actions such as timed events are therefore difficult to co-ordinate.</p>
<p>Then there are W3C technologies such as cascading style sheets (CSS) which are compatible with SMIL, which means CSS can be created for media-based SMIL, with CSS code complementing SMIL layout. So why not simply use CSS?</p>
<p>There is a difference between CSS&#8217;s text-flow and SMIL&#8217;s time-flow documents. Although the XML nesting tells a lot about text layout, it tells very little about temporal layout, which is what SMIL is good for. The non-modularised nature of CSS also induces too much overhead and there are conceptual limitations to CSS for time-based presentations.</p>
<p>SMIL, on the other hand, is basically an XML document with defined XML DTD (document type definition) and schema. It is a declarative, integration language with the media elements referred to and not included. This allows SMIL documents to be hand-authored, though probably few would try since there are already many tools available, such as an SMIL authoring tool known as Fluition and RealNetwork&#8217;s RealProducer G2 Authoring Kit.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://www.deaftoday.com/news/2003/02/smil_you_are_ne.html" title="SMIL.  You are next">full article from Deaf Today</a>.</p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Fmore-information-about-smil.html';
  addthis_title  = 'More+information+about+SMIL';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Making AJAX work for Screenreaders</title>
		<link>http://accessibility.indelv.com/making-ajax-work-for-screenreaders.html</link>
		<pubDate>Tue, 25 Dec 2007 13:31:01 +0000</pubDate>
		<description><![CDATA[Accessibility languages and techniques can only function so far as the user understands them.  In addition to that, features can be maximized with awareness.  &#8220;The virtual buffer is referred to as Virtual PC Cursor mode in JAWS. Virtual PC Cursor mode is enabled by default when viewing HTML documents in supported applications (such [...]]]></description>
			<content:encoded><![CDATA[<p>Accessibility languages and techniques can only function so far as the user understands them.  In addition to that, features can be maximized with awareness.  &#8220;The virtual buffer is referred to as Virtual PC Cursor mode in JAWS. Virtual PC Cursor mode is enabled by default when viewing HTML documents in supported applications (such as Internet Explorer and Firefox with JAWS 7.0), and can be toggled on and off using the keystroke combination Insert + Z. In this mode, the user has access to HTML elements and their attributes, such as the th element for table headings.</p>
<p>When in Virtual PC Cursor mode, JAWS responds inconsistently to client-side scripting events. JAWS is able to respond to basic events in Virtual PC Cursor mode, such as click and keypress, and will refresh the Virtual PC Cursor snapshot to reflect any changes made to the content. The problem when using Ajax is that new content isn&#8217;t usually added directly in response to these events; instead, the content is usually added through the onreadystatechange event of the XMLHttpRequest object. Interestingly, JAWS 7.0 responds to the onreadystatechange event with Firefox, but not with Internet Explorer. The lack of response to the onreadystatechange event along with authors failing to focus on the parts of the document that has changed is essentially why most Ajax applications are reported to either not work at all, or behave inconsistently. For changes to be reported successfully to JAWS in Virtual PC Mode (the default mode and the mode that allows the user to interact with the content), the only reliable method of adding new content in Virtual PC Cursor mode is as a direct result of a click, keypress, or mouseover event, which obviously isn&#8217;t good enough for an Ajax solution.</p>
<p>From version 6, JAWS introduced a command to refresh the Virtual PC Cursor using the keystroke combination Insert + Esc. This means that a JAWS user can use this keystroke combination to gain access to content that has been added dynamically. The problem is letting the user know that the content has changed. A solution we considered was to add content that prompts the user to refresh the virtual buffer as a direct response to a click/keypress event, and replace that content when the onreadystatechange event is raised in the XMLHttpRequest object. The thinking behind this approach was that users of JAWS 6 and later could use the Refresh Virtual PC Cursor command, and users of earlier versions of JAWS and other screen readers that use a virtual buffer would be able to respond to this by toggling virtual mode on and off — for example, using the keyboard combination Insert + Z twice would toggle the Virtual PC Cursor mode on and off in JAWS, refreshing the virtual buffer.&#8221;</p>
<p>Read the <a rel="nofollow" href="http://juicystudio.com/article/making-ajax-work-with-screen-readers.php" title="Making AJAX work for screen readers">full article from Juicy Studio</a></p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Fmaking-ajax-work-for-screenreaders.html';
  addthis_title  = 'Making+AJAX+work+for+Screenreaders';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
		<item>
		<title>Multimodal interaction systems: information and time features</title>
		<link>http://accessibility.indelv.com/multimodal-interaction-systems-information-and-time-features.html</link>
		<pubDate>Tue, 25 Dec 2007 13:29:44 +0000</pubDate>
		<description><![CDATA[Multimodal interaction systems combine visual information (involving images, text, sketches and so on) with voice, gestures and other modalities to provide flexible and powerful dialogue approaches, enabling users to choose one or more of the multiple interaction modalities. They break down the barriers in adopting mobile devices for value-added services and the use of integrated [...]]]></description>
			<content:encoded><![CDATA[<p>Multimodal interaction systems combine visual information (involving images, text, sketches and so on) with voice, gestures and other modalities to provide flexible and powerful dialogue approaches, enabling users to choose one or more of the multiple interaction modalities. They break down the barriers in adopting mobile devices for value-added services and the use of integrated multiple input modes enables users to benefit from the natural approach used in human communication. This paper deals with the main features of multimodal interaction and systems, starting from the definition of visual language given in Bottoni et al. (1995) and extending it to multimodality. Modal/multimodal message, interpretation and materialisation functions and multimodal sentence are defined. This paper introduces and formally defines the different classes of cooperation between different modes, introducing the time relationships among the involved modalities and the relationships between chunks of information connected with these modalities.</p>
<p>Keywords: COMPUTING JOURNALS; Computing Science, Applications and Software; Internet and Web Services</p>
<p>Document Type: Research article</p>
<p>DOI: 10.1504/IJWGS.2007.012638</p>
<p>Affiliations: 1: Istituto di Ricerca sulla Popolazione e le Politiche Sociali, Consiglio Nazionale delle Ricerche, Via Nizza 128, 00198 Rome, Italy. 2: Istituto di Ricerca sulla Popolazione e le Politiche Sociali, Consiglio Nazionale delle Ricerche, Via Nizza 128, 00198 Rome, Italy</p>
<p>source : <a rel="nofollow" href="http://www.ingentaconnect.com/content/ind/ijwgs/2007/00000003/00000001/art00005">http://www.ingentaconnect.com/content/ind/ijwgs/2007/00000003/00000001/art00005</a></p>
<br /><p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.indelv.com%2Fmultimodal-interaction-systems-information-and-time-features.html';
  addthis_title  = 'Multimodal+interaction+systems%3A+information+and+time+features';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			</item>
	</channel>
</rss>
