<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A MDD Approach for Modelling Web Accessibility</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Lourdes</forename><surname>Moreno</surname></persName>
							<email>lmoreno@inf.uc3m.es</email>
							<affiliation key="aff0">
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Paloma</forename><surname>Martínez</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Belén</forename><surname>Ruiz</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Universidad Carlos III de Madrid</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">A MDD Approach for Modelling Web Accessibility</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7BF0BF95B7ADD01329C24931453505CC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T02:18+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Accessibility requirements must be considered in Web applications development processes. A domain-specific metamodel for Web accessibility is introduced in this paper as a way of modelling aspects of accessibility. This metamodel could be used in techniques offering by Web</head><p>Engineering methodologies, respecting their domainspecific metamodels for each method and used in MDD development environments. MDA standards such as MOF and tools such as EMF have been used. This proposal is included in AWA (Accessibility for Web Applications), a methodological framework for including accessibility in Web applications.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The web offers many services including job searches, on-line education, documentation, news, games, leisure, administrative management, etc. However, all of these types of services are not accessible to all of us. Many web sites present barriers which make their access very difficult, and in some cases impossible. The users with the biggest problems are those with disabilities, but accessibility barriers affect a wider range of users and use contexts as well. For this reason, web access should be assured for any person, regardless of how he or she may access it.</p><p>From a business point of view, there is a generalized idea that accessibility means higher costs and problems due to a lack of knowledge in this area. Consequently, accessibility is not taken into account in the processes of web application development. However, accessibility not only assures access but contributes to many benefits, such as an agile maintenance, scalability with new business lines, better positioning in search engines, etc.</p><p>Accessible development implies some present difficulties: cost previsions, which method to follow to include accessibility criteria in the process, how the artefacts change from the client and the organization, how the roles vary in the development group, how to include accessibility in the modelling, etc. These difficulties, amongst others, make accessibility development very difficult.</p><p>There are mechanisms for facing this situation: directives, norms, legislation and standards which identify the problems and help to design web pages in an accessible way. But from a software engineering point of view, there is no framework which integrates accessibility parameters in the whole life cycle of a web application. With this motivation, AWA (Accessibility for Web Applications) was created. AWA provides a framework for the development process of software in accessible web applications. This framework offers certain flexibility so that it can be adopted by organizations, independently of the methodology and processes which they may follow in their developments. In this work we show a detailed AWA module for giving support to methods of web engineering with respect to how to include accessibility aspects in the models, following a Model Driven Development (MDD) focus.</p><p>In section two we review related studies which consider accessibility from an Engineering perspective. AWA is described in Section 3, showing the proposal for how to model accessibility. The last section includes our conclusions and ideas for future research.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related work</head><p>In the accessibility processing in the development processes, technological, human and legislative aspects must be considered, and from there, related works from numerous disciplines have been considered. In standardization, the W3C <ref type="bibr" target="#b0">[1]</ref> must be highlighted along with the Web Accessibility Initiative (WAI) <ref type="bibr" target="#b1">[2]</ref>. WAI includes documentation of suggestions on how to use the guidelines in the developments <ref type="bibr" target="#b2">[3]</ref>. The Web Content Accessibility Guidelines (WCAG) <ref type="bibr" target="#b3">[4]</ref> is one of the most important components, and is considered to be the official standard in the European Union. These guidelines appear in the majority of legislation worldwide. There are other laws such as DDA <ref type="bibr" target="#b4">[5]</ref> in Australia or in the United Kingdom, Section 508 <ref type="bibr" target="#b5">[6]</ref> in the USA, and in Spain there is a standard <ref type="bibr" target="#b6">[7]</ref>, but they are all similar to those established by WCAG. However, the WCAG do not cover all situations, and the resources can be inaccessible, even when they adjust completely to the directives WCAG <ref type="bibr" target="#b7">[8]</ref>. The WCAG 1.0 is a referential version, although the approval of the WCAG 2.0 is foreseen for the latter part of 2008, elaborated with a different focus in comparison with WCAG 1.0.</p><p>There are many relevant studies based on WCAG guidelines, most of them dealing with the accessibility evaluation <ref type="bibr" target="#b8">[9]</ref> [10] the definition of metrics <ref type="bibr" target="#b10">[11]</ref>, and studies where indications on how to use the WCAG guidelines <ref type="bibr" target="#b11">[12]</ref> are given. But no approximations on adaptability of WCAG have been found as a framework for the development process in the whole life cycle.</p><p>There are peculiarities in the area of accessibility, closely related to usability, which lead us to consider the techniques of the disciplines which deal with the user's experience, such as the Human-Computer Interaction (HCI). Along these lines there are studies which demonstrate the relationship between usability and accessibility <ref type="bibr" target="#b12">[13]</ref>  <ref type="bibr" target="#b13">[14]</ref>, others establish a framework for designing the introduction of accessibility in the User Centred Design (UCD) methodologies, applying techniques of usability <ref type="bibr" target="#b14">[15]</ref>  <ref type="bibr" target="#b15">[16]</ref>. There are proposals on usability integration in the development process of software engineering that discuss accessibility <ref type="bibr" target="#b16">[17]</ref>, but they do not consider it in its integrity or in the whole life cycle of the application.</p><p>The related work of web semantic technologies such as XML, ontology, etc. have been found and resources are marked according to accessibility criteria. The Semantics Design Method (WSDM) has an ontology developed in the context of accessibility for the visually impaired <ref type="bibr" target="#b17">[18]</ref>. In this scope there are works of formalization of guidelines WCAG <ref type="bibr" target="#b18">[19]</ref> and others that offer direct access with adaptability contents following the standard models of "Access for all" used in e_learning platforms <ref type="bibr" target="#b19">[20]</ref>.</p><p>In the area of web engineering, accessibility is referred to in literature <ref type="bibr" target="#b20">[21]</ref>  <ref type="bibr" target="#b21">[22]</ref>, sometimes considered as part of usability <ref type="bibr" target="#b22">[23]</ref>. There are several projects that consider accessibility, such as the WebML method <ref type="bibr" target="#b23">[24]</ref> which focuses on user friendly and efficient access in the recovery and navigation of the information for a web site, but not how to carry out the accessibility model according to the WCAG standard which covers important and necessary technical aspects so as to avoid access barriers, or a work of the evaluation for the web applications, taking into account only some aspects of accessibility to offer text versions as alternative for contents with images <ref type="bibr" target="#b24">[25]</ref> From a research perspective, there is the recently created WUAnet network <ref type="bibr" target="#b25">[26]</ref>, framed as an activity of "International Society for Web Engineering", in which some areas of accessibility are starting to include accessibility in web engineering.</p><p>The diversity of active methods in the web engineering has led to the association of methods in a joint project <ref type="bibr" target="#b26">[27]</ref>. This project MDWEnet is a initiative started by a group of researchers working on model-driven Web Engineering (MDWE) and want to develop common tools and define transformations between models following the Model-Driven Engineering <ref type="bibr" target="#b27">[28]</ref>. This idea has been followed in this work through the abstraction mechanisms that MDE proposes to include accessibility requirements.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">AWA: Accessibility for Web Applications</head><p>AWA (Accessibility for Web Applications) want to offer a domain specific methodological framework for the development of accessible web applications, which covers the whole life cycle. The main points are:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Integration in different methods</head><p>The development of accessible web applications does not require specific methodology in itself; this only makes sense when the methodological approach includes accessibility criteria. In this way, the purpose of AWA is to offer flexibility in its use so that it can be adopted by different existing methods which comply with the minimum conditions required.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Based on various disciplines</head><p>On one hand, AWA is based on web engineering which provides specific modelling techniques as well as development processes some of which are based on code generation, and some on Model Driven Development (MDD). On the other hand it can also be based on the traditional software engineering approaches, which although they are heavy processes, they provide methodological support for characteristics of the development team and project management which are useful and necessary for accessibility processing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A User-Centred Approach</head><p>Both the software engineering as well as the web engineering approaches are very much centred in the architecture, which are normally very distant to the user. Thus, to achieve a rapprochement with the user the necessary requirement in this proposal is to have an inclusive User Centered Design (UCD), with the use of usability techniques proceeding from HCI discipline.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Compliance with standards</head><p>In AWA there is a requirement to follow standards in the web offered by W3C (WCAG, XHTML, CSS, etc.), as well as in the development processes making use of Object Management Group standards (OMG) <ref type="bibr" target="#b28">[29]</ref>: Unified Modelling Language (UML), Meta-Object Facility (MOF) <ref type="bibr" target="#b29">[30]</ref> amongst others.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Web accessibility is more than the WCAG</head><p>AWA considers web accessibility in various dimensions. Thus, the WCAG standards not only have to be understood, but will be globally considered, giving great support to the capture of requirements in order to identify other requirements, as well as those from WCAG and other derivations to keep in mind such as: the inclusion of interactivity with the user in development, to include aspects of modelling accessibility, include plans and management of the accessibility in the organization, accessibility monitoring, etc.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Structure of the AWA</head><p>AWA provides a methodological framework with:</p><p>(1) a specific accessibility process so that it can be adopted by other processes, indicating activities, artefacts and their sequence in the different phases of integrating accessibility criteria, and (2) support for the modelling by using the techniques provided by web engineering methods, as well as MDE, the focus of this paper.</p><p>The accessibility achieved in developing a web application will be greater if all the mechanisms of accessibility defined in AWA are implemented; if they are only partially applied, then the web accessibility achieved will be limited.</p><p>Thus, AWA is structured around two modules in order to incorporate accessibility mechanisms as is explained below.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">AWA-Process</head><p>The process view is based on a wide support for capturing accessibility requirements, including, apart from Non-Functional Requirements (NFR) which are considered in the majority of approaches, the Functional Requirements (FR) of accessibility in the development process. In this way, related to process accessibility different typologies of requirements are included such as: following the WCAG standard, assuring the quality and management of the accessibility during the process, an accessibility plan in the development team, an accessibility policy in the organization and finally, evaluation and monitoring of accessibility.</p><p>This module is not explained in this paper but briefly, the traditional software methodologies are followed, and specific requirements; phases, artefacts, roles, etc., are offered in the development process as well. Moreover, UML is used along with techniques proceeding from the HCI area, especially those dealing with usability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.2.">AWA-Modelling</head><p>With respect to the methodological view, it is important to use the modelling techniques that Web engineering methods offer us as well as the MDA framework <ref type="bibr" target="#b30">[31]</ref>. The objective is trying to use any one of them, without applying a specific method, in order to be able to include accessibility aspects in the modelling of the content, presentation and navigation models of the method concerned. The strategy in AWA, as shown in Figure <ref type="figure" target="#fig_0">1</ref>, consists of offering a CIM, domain-specific metamodel for the Web accessibility, denominated AWA-Metamodel, so that it can be used by these models. AWA-Metamodel can be used to build PIM models of web engineering methods wherever it is desirable to include aspects of accessibility in the design of its applications. To give support to the designer, it provides a graphic editor called AWA-MetamodelEditor, so the designer may include objects on AWA-Metamodel for their PIM models in a transparent way.</p><p>For the final web code generation, which includes aspects of accessibility that have been considered in AWA-Metamodel, there is the AWA-toCode resource. The strategy used is to generate code from the PSM models in accordance with the method by using a transformation Model-to-Text (M2T).</p><p>Up until now, according to research that has been carried out, the AWA-toCode will not be completely independent of the method. It must be understood as a transformation of PSM into web code. This transformation must be kept in mind together with aspects of the presentation, navigation and content models integrated into the method used in their application, in order to achieve the highest degree of compliance with accessibility in accordance with WCAG Web resulting code.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">AWA-Metamodel</head><p>The designer has to know about accessibility issues if WACG standard is to be considered in the modeling phase. We want to enclose this knowledge into a domain model to serve as a bridge for the web application analyst and designer, modelling and describing the requirements and how to use them later in the system.</p><p>Concepts based on the WCAG standard and derived restrictions have been modelled in the AWA-Metamodel. The purpose is for these accessibility aspects to be encapsulated in the whole development cycle.</p><p>Technical aspects of getting valid and accessible web code according to standard WCAG (aspects that can be automated) have been modelled, but this metamodel does not deal with aspects of accessibility valued by the human factor. For that purpose, AWA offers other mechanisms. With the use of AWA-Metamodel full accessibility is not completely obtained but the inclusion of knowledge in models increases levels of accessibility as do WCAG guidelines. Moreover, the application of AWA-Modelling provides sufficient knowledge to meet the checkpoint applied in AWA (shown in The UML metamodel, MOF, has been chosen as a tool for modelling purposes so that it can be used by other methods which follow the OMG standards. In this way, modelling aspects of accessibility can be used and at the same time the specific-domain metamodels of the method concerned are respected. With this aim, AWA offers a specific metamodel of the web accessibility domain. Depending on the method, it will be necessary use Model_to_Model (M2M) transformations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1.">Modelling the WCAG</head><p>To obtain a CIM regardless of the method, concepts and their relationship to the standard WCAG, along with other aspects of accessibility, have been modelled; it is necessary to model requirements, those concepts which hold properties that define objects to be included in the PIM models. As mentioned before, the current version of reference is the WCAG 1.0, but it has also been taken into account for the next launch of the WCAG version 2.0.</p><p>As a first approximation some meta-objects based on a study on the standards have been identified, as shown in Table <ref type="table">2</ref>.</p><p>For instance (see Figure <ref type="figure" target="#fig_1">2</ref>), several constructs have been defined in MOF to support the abstraction of web accessibility concepts, including one for the concept of image that includes required attributes to enable it to meet the standard WCAG such as the "AlternativeText" "AlternativeLongText" (1.1. of WCAG 1.0 and 1.1.1 of WCAG 2.0) and others such as "src".</p><p>A graphic element representing an image (MOF metaobject) has been defined in the AWA-Editor, and may be included in the PIM models, which contain the knowledge included in AWA-Metamodel necessary for the web code generation in the final phase. Aspects of accessibility not included in the standard WCAG, have also been included in the AWA-Metamodel, since they are thought to be important properties following research carried out in AWA, such as the attribute "type" of LINK construct, or the TECHNICAL_MEDIA metaobject.</p><p>The domain experts use their own vocabularies to specify the CIM, however, in this proposal the metaobjects are familiar with any web applications designer using them in a easy way, but the requirements and how to use them are described. Thus, the designer will be use instances of usual images, tables, multimedia elements, etc. but an alternate content or semantic information will be required to comply with the checkpoints of WCAG.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.1.">AWA-Modelling Tool</head><p>To give CASE support and more interoperability, due to the fact that it is based on standards, the Eclipse Modelling platform has been used. For the metamodel, EMF (Eclipse Modelling Framework) <ref type="bibr" target="#b31">[32]</ref> with Ecore language has been used. It has been designed with three packages: one for modelling concepts of the web "page", another corresponding to the web "head", and finally the package for the web "body" as Figure <ref type="figure" target="#fig_2">3</ref> shows (Ecore metamodel).</p><p>The graphical AWA-MetamodelEditor editor from the AWA-Metamodel, has been made using GMF plug-in (Graphical Modelling Framework) <ref type="bibr" target="#b32">[33]</ref>. Finally, a code generator at the end of the MDA process will be offered, translating these accessibility concepts included in the AWA-Metamodel into a valid and accessible web code. AWA-Modelling can be applied in the methods that follow standards of the OMG, and is easier than using Eclipse tool. However, EMF provides the mechanism for storing models in XMI format which can be exchanged with other tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Some conclusions and future work</head><p>Web accessibility problems are increasing with the rapid advance of web technologies and how these are being used. We also find ourselves facing a crisis in the development of web sites, where there is a tendency towards ad-hoc designs which in most of the cases do not follow any methods or standards. This view complicates the establishment of procedures on how to include accessibility criteria from the start of the development process. From an engineering perspective, the solution should be guided towards the training of those professionals who develop web sites with methods which help and guide the processes in order to achieve the objective of accessibility.</p><p>From this perspective we question whether or not to integrate mechanisms of accessibility into the software development process following web engineering methodologies.</p><p>A domain-specific metamodel for the Web accessibility, AWA-Metamodel, as a first approximation, is introduced as a solution to be adopted by different existing methods.</p><p>In future research, we will work on the AWA definition and validation. Related to the focus of this paper, we would like to apply AWA-Modelling to OOWS Model-Driven Approach <ref type="bibr" target="#b33">[34]</ref>, because OOWS is a web engineering method that ensures the minimum conditions, such as standards fulfilment, required by AWA.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1. AWA for MDA development process.</figDesc><graphic coords="3,330.80,236.88,209.48,225.48" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 .</head><label>2</label><figDesc>Figure 2. Image concept instance in MDA.</figDesc><graphic coords="5,60.40,119.59,232.52,191.23" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 .</head><label>3</label><figDesc>Figure 3. Ecore_diagram of web body package.</figDesc><graphic coords="5,318.13,107.84,234.68,195.55" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 )</head><label>1</label><figDesc>, in relation to the different levels: A, AA and AAA according to WCAG.</figDesc><table><row><cell></cell><cell>A</cell><cell>AA</cell><cell>AAA</cell></row><row><cell>WCAG 1.0</cell><cell>7/12</cell><cell>9/19</cell><cell>9/17</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 . Ratio of achieved checkpoints according to WCAG.</head><label>1</label><figDesc></figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>, 12.4 1.3.1 FORM (1..n), FIELDSET (0..1) Table 2. Concepts to be modelled following WCAG.</head><label></label><figDesc></figDesc><table><row><cell>Concept</cell><cell>properties</cell><cell>WCAG 1.0</cell><cell cols="2">WCAG 2.0</cell><cell>Associations</cell></row><row><cell>DOCTYPE</cell><cell>lang</cell><cell>4.3.</cell><cell>3.1.1</cell><cell></cell><cell>ROOT (1..1)</cell></row><row><cell>BODY</cell><cell></cell><cell>3.2</cell><cell>4.1.1.</cell><cell></cell><cell>ROOT (1..1)</cell></row><row><cell>HEAD</cell><cell>title</cell><cell></cell><cell>2.4.2</cell><cell></cell><cell>ROOT (1..1)</cell></row><row><cell>META</cell><cell>name/content</cell><cell>13.2.</cell><cell></cell><cell></cell><cell>HEAD (1..*)</cell></row><row><cell>HEADING</cell><cell>level contentDescription</cell><cell>3.5</cell><cell cols="2">1.3.1,2.4.10 2.4.6</cell><cell>BODY (1..*)</cell></row><row><cell></cell><cell>css</cell><cell cols="2">3.3, 6.1,14.3 1.3.1,1.3.2,</cell><cell></cell></row><row><cell></cell><cell></cell><cell></cell><cell cols="2">1.4.1,1.4.4,1.4.5,</cell></row><row><cell>LINK</cell><cell></cell><cell></cell><cell cols="2">2.4.7,1.4.8, 1.4.9</cell><cell>HEAD (1..*)</cell></row><row><cell></cell><cell>href</cell><cell>3.2</cell><cell>4.1.1.</cell><cell></cell></row><row><cell></cell><cell>type</cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell>href</cell><cell>3.2</cell><cell>4.1.1.</cell><cell></cell></row><row><cell></cell><cell>accesskey</cell><cell>9.5</cell><cell>2.4.1</cell><cell></cell></row><row><cell></cell><cell>tabindex</cell><cell>9.4</cell><cell>2.4.3</cell><cell></cell></row><row><cell></cell><cell>title</cell><cell>13.1.</cell><cell>2.4.4,</cell><cell>2.4.5,</cell></row><row><cell>HIPERLINK</cell><cell></cell><cell></cell><cell>2.4.6, 2.4.8, 2.4.9</cell><cell>2.4.7,</cell><cell>BODY (0..*), IMAGE (0..1)</cell></row><row><cell></cell><cell>target</cell><cell>10.1</cell><cell>3.2.1,</cell><cell>3.2.2,</cell></row><row><cell></cell><cell></cell><cell></cell><cell>3.2.5</cell><cell></cell></row><row><cell></cell><cell>contextDescribe</cell><cell></cell><cell>2.4.4, 2.4.9</cell><cell></cell></row><row><cell></cell><cell>hreflang</cell><cell></cell><cell>3.1.2</cell><cell></cell></row><row><cell></cell><cell>src</cell><cell>3.2</cell><cell>4.1.1.</cell><cell></cell></row><row><cell>IMAGE</cell><cell>alternativeText</cell><cell>1.1</cell><cell>1.1.1</cell><cell></cell><cell>BODY (0..*)</cell></row><row><cell></cell><cell>longAlternativedesc</cell><cell>1.1</cell><cell>1.1.1</cell><cell></cell></row><row><cell>MEDIA</cell><cell>uri</cell><cell>3.2</cell><cell>4.1.1.</cell><cell></cell></row><row><cell></cell><cell>AlternativeCaption</cell><cell>1.3, 1.4</cell><cell>1.2.2, 1.2.4</cell><cell></cell></row><row><cell></cell><cell>alternativeAudioDesc alternativeText</cell><cell>1.3, 1.4 1.3, 1.4</cell><cell>1.2.3, 1.2.7</cell><cell>1.2.5,</cell><cell>MEDIA (1..*), BODY (0..*)</cell></row><row><cell></cell><cell>alternativeSignLang</cell><cell></cell><cell>1.2.6</cell><cell></cell></row><row><cell></cell><cell>alternativeFullText</cell><cell></cell><cell>1.2.3</cell><cell></cell></row><row><cell></cell><cell>format</cell><cell>11.3</cell><cell></cell><cell></cell></row><row><cell>TECHNICAL MEDIA</cell><cell>duration content type</cell><cell>11.3 11.3</cell><cell></cell><cell></cell><cell>MEDIA (1..*),</cell></row><row><cell></cell><cell>size</cell><cell>11.3</cell><cell></cell><cell></cell></row><row><cell>LANG</cell><cell>name</cell><cell>4.1.</cell><cell>3.1.2</cell><cell></cell></row><row><cell>QUOTATION</cell><cell>content</cell><cell>3.7</cell><cell>1.3.1, 1.3.4</cell><cell></cell></row><row><cell>TABLE</cell><cell>caption summary</cell><cell>5.5</cell><cell></cell><cell></cell><cell>BODY (0..*)</cell></row><row><cell>THEAD_TABLE</cell><cell>contentTHead abbreviation</cell><cell>5.1., 5.2 5.6</cell><cell>1.3.1</cell><cell></cell><cell>TABLE (1..*)</cell></row><row><cell>ROW_THEAD</cell><cell>contentRow</cell><cell>5.1., 5.2</cell><cell>1.3.1</cell><cell></cell><cell>THEAD_TAB LE (1..*)</cell></row><row><cell>LIST</cell><cell>type</cell><cell>3.6</cell><cell>1.3.1</cell><cell></cell><cell>BODY (0..*)</cell></row><row><cell>ITEM_LIST</cell><cell>content</cell><cell>3.6.</cell><cell>1.3.1</cell><cell></cell><cell>LIST (1..*)</cell></row><row><cell>FORM</cell><cell>name type</cell><cell></cell><cell></cell><cell></cell><cell>BODY (0..*)</cell></row><row><cell>FIELDSET</cell><cell>legend</cell><cell></cell><cell></cell><cell></cell><cell>FORM (0..*)</cell></row><row><cell></cell><cell>for_id</cell><cell>10.2</cell><cell></cell><cell></cell></row><row><cell>LABEL_FORM</cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">www.cesya.es</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Acknowledgments</head><p>This work has been supported by The Spanish Center of Captioning and Audiodescription (CESYA) <ref type="bibr" target="#b0">1</ref> and TIN2004-0783 Project (Software Processes Platform: modelling, reuse and measurement)</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://www.w3.org/WAI/" />
		<title level="m">Web Accessibility Initiative (WAI</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<ptr target="http://www.w3.org/WAI/managing.html" />
		<title level="m">WAI Resources on Managing Accessibility</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<ptr target="http://www.w3.org/WAI/intro/wcag.php" />
		<title level="m">Web Content Accessibility Guidelines (WCAG</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="http://www.ada.gov/" />
		<title level="m">Americans with Disabilities Act (ADA)</title>
				<imprint>
			<date type="published" when="1990">1990</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">United States Laws</title>
		<ptr target="http://www.webaim.org/articles/laws/usa/rehab.php" />
	</analytic>
	<monogr>
		<title level="m">Overview of the Rehabilitation Act of</title>
				<imprint>
			<date type="published" when="1973">1973. 1998</date>
			<biblScope unit="volume">504</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Spanish technical standards</title>
		<author>
			<persName><surname>Aenor</surname></persName>
		</author>
		<ptr target="http://www.aenor.es" />
	</analytic>
	<monogr>
		<title level="m">Standard UNE 139803:2004: Requirements for WebPages accessibility</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="http://www.drc.gov.uk/publicationsandreports/2.pdf" />
		<title level="m">DDC report The Web Access and Inclusion for Disabled People</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The use of guidelines to automatically verify Web accessibility</title>
		<author>
			<persName><forename type="first">J</forename><surname>Abascal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Arrue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Fajardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Garay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tomás</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Universal Access in the Information Society</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Analyzing Tool Support for Inspecting Accessibility Guidelines during the Development Process of Web Sites</title>
		<author>
			<persName><forename type="first">J</forename><surname>Xiong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Farenc</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Winckler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st Workshop on Web Usability and Accessibility</title>
				<imprint>
			<biblScope unit="volume">4832</biblScope>
		</imprint>
	</monogr>
	<note>WISE 2007</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Quantitative Metrics for Measuring Web Accessibility</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vigo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Arrue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Brajnik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Lomuscio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Abascal</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM international cross-disciplinary conference on Web accessibility (W4A)</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Adapting Web Accessibility Guidelines to an Application Development Process</title>
		<author>
			<persName><forename type="first">O</forename><surname>Nykänen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Kaikuvuo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Design for All Conference</title>
				<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">The relationship between accessibility and usability of websites</title>
		<author>
			<persName><forename type="first">H</forename><surname>Petrie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kheir</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Human Factors in Computing Systems. CHI &apos;07</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A Framework for Developing Accessible and Usable Web Applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Moreno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Castro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Cuadra</surname></persName>
		</author>
		<author>
			<persName><surname>Martinez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of Research on Public Information Technology</title>
				<editor>
			<persName><forename type="first">G</forename><forename type="middle">David</forename><surname>Garson</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Just Ask: Integrating Accessibility Throughout Design</title>
		<author>
			<persName><forename type="first">Shawn</forename><surname>Henry</surname></persName>
		</author>
		<author>
			<persName><surname>Lawton</surname></persName>
		</author>
		<ptr target="www.uiAccess.com/justask/" />
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>ET\Lawton</publisher>
			<pubPlace>Madison, WI</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Inclusive Usability Techniques in Requirements Analysis of Accessible Web Applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Moreno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ruiz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">1st IWWUA WISE</title>
				<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">4832</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">T</forename><surname>Granollers</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<pubPlace>Spain</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Universidad de Lleida</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">MPlu+a. PhD Thesis</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Accessibility: a Web engineering approach</title>
		<author>
			<persName><forename type="first">P</forename><surname>Plessers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Casteleyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yesilada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>De Troyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Harper</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Goble</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">14th WWW &apos;05</title>
				<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Towards Accessible Semantic Web Applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Moreno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Martínez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Contreras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Benjamins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Conference on Dublin Core and Metadata Aplications</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<ptr target="http://www.imsglobal.org/accessibility/accmdv1p0/imsaccmd_bestv1p0.html" />
		<title level="m">AccessForAll Meta-data Guide Version 1</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
	<note>IMS Global Learning Consortium</note>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Web application development: challenges and the role of web engineering</title>
		<author>
			<persName><forename type="first">S</forename><surname>Murugesan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Chapter 2 in Book: Web Engineering</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Rossi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">The web as an application platform</title>
		<author>
			<persName><forename type="first">M</forename><surname>Gaedke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Meinecke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Chapter 3 in Book: Web Engineering</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Rossi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">Web Engineering The Discipline of Systematic Development of Web Applications</title>
		<author>
			<persName><forename type="first">G</forename><surname>Kappel</surname></persName>
		</author>
		<editor>Gerti Kappel, Birgit Pröll, Siegfried Reich, Werner Retschitzegger</editor>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>John Wiley &amp; Sons Ltd</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Designing data-intensive web applications for content accessibility using web marts</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ceri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Matera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rizzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Demaldé</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">How to measure and evaluate web applications in a consistent way</title>
		<author>
			<persName><forename type="first">L</forename><surname>Olsina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Papa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Molina</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Chapter 13 in Book: Web EngineeringRossi</title>
				<editor>
			<persName><forename type="first">G</forename></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">Wuanet</forename><surname>Iswe</surname></persName>
		</author>
		<ptr target="http://www.editthis.info/wuanet/Main_Page" />
		<title level="m">Web Usability and Accessibility Network</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">MDWEnet: A Practical Approach to Achieving Interoperability of Model-Driven Web Engineering Methods</title>
		<author>
			<persName><forename type="first">A</forename><surname>Vallecillo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">7th ICWE, Workshop Proceedings</title>
		<title level="s">Dipartimento di Elettronica e Informazione</title>
		<meeting><address><addrLine>Milano, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="246" to="254" />
		</imprint>
		<respStmt>
			<orgName>Politecnico di</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Model-Driven Engineering</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">C</forename><surname>Schmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Computer Society</title>
		<imprint>
			<biblScope unit="page" from="25" to="31" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<ptr target="http://www.omg.org/" />
		<title level="m">The Object Management Group (OMG)</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<ptr target="http://www.omg.org/mof/" />
		<title level="m">OMG MetaObject Facility</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<ptr target="http://www.omg.org/mda/" />
		<title level="m">OMG Model Driven Architecture (MDA)</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<ptr target="http://www.eclipse.org/modeling/emf/" />
		<title level="m">EMF (Eclipse Modelling Framework</title>
				<imprint/>
	</monogr>
	<note>The Eclipse Foundation</note>
</biblStruct>

<biblStruct xml:id="b32">
	<monogr>
		<ptr target="http://www.eclipse.org/modeling/gmf/" />
		<title level="m">GMF (Graphical Modelling Framework</title>
				<imprint/>
	</monogr>
	<note>The Eclipse Foundation</note>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Applying the OOWS Model-Driven Approach for Developing Web Applications. The Internet Movie Database Case Study</title>
		<author>
			<persName><forename type="first">J</forename><surname>Fons</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Pelechano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Pastor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Valderas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Torres</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Chapter 5 in Web Engineering: Modelling and Implementing Web Applications</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Rossi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
