<?xml version="1.0" encoding="UTF-8"?>
<testCaseDescription id="sc3.3.1_l1_024" xml:lang="en"
    xmlns="http://bentoweb.org/refs/TCDL1.1"
    xmlns:btw="http://bentoweb.org/refs/TCDL1.1"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:html="http://www.w3.org/1999/xhtml"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://bentoweb.org/refs/TCDL1.1 http://bentoweb.org/refs/schemas/tcdl1.1.xsd http://purl.org/dc/elements/1.1/ http://dublincore.org/schemas/xmls/simpledc20021212.xsd http://www.w3.org/1999/xhtml http://www.w3.org/2004/07/xhtml/xhtml1-strict.xsd http://www.w3.org/1999/xlink http://bentoweb.org/refs/schemas/xlink.xsd">
<!--
 Copyright &#169; BenToWeb Consortium 2004-2007

 Licensed under the BenToWeb License, Version 1.0 (the "License"); you may
 not use this file except in compliance with the License. You may obtain
 a copy of the License at http://bentoweb.org/refs/LICENSE.html

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
  <formalMetadata>
    <description>Document containing one text input field for a mail address with mandatory input. If the user submits and no text is entered or the mail address is invalid, the error is identified and described to the user in text (JavaScript).</description>
    <title>Mandatory text input field with error correction (mail address)</title>
    <dc:creator>Reinhard.Ruemer@jku.at</dc:creator>
    <dc:language>en</dc:language>
    <dc:rights>Copyright BenToWeb 2004-2007</dc:rights>
    <date>2005-08-29</date>
    <status>validated</status>
  </formalMetadata>
  <technology>
    <recommendation xlink:href="http://www.w3.org/TR/xhtml1/">
      <label><html:acronym>XHTML</html:acronym>™ 1.0 The Extensible HyperText Markup Language (Second Edition)</label>
      <testElements>
        <testElement>
          <elementName localname="input" namespace="http://www.w3.org/1999/xhtml"/>
          <specReference xlink:href="http://www.w3.org/TR/html4/interact/forms.html#h-17.4">The INPUT element</specReference>
        </testElement>
        <testElement>
          <elementName localname="label" namespace="http://www.w3.org/1999/xhtml"/>
          <specReference xlink:href="http://www.w3.org/TR/html4/interact/forms.html#h-17.9.1">The LABEL element</specReference>
        </testElement>
        <testElement>
          <elementName localname="input" namespace="http://www.w3.org/1999/xhtml"/>
          <specReference xlink:href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/scripts.html#adef-onclick">Intrinsic events: onclick</specReference>
        </testElement>
      </testElements>
    </recommendation>
    <recommendation xlink:href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">
      <label>Standard <html:acronym>ECMA</html:acronym>-262 : ECMAScript Language Specification, 3rd edition (December 1999)</label>
    </recommendation>
  </technology>
  <testCase complexity="atomic">
    <purpose>
            <p>The document is intended to pass, because the input error is identified and described to the user in text.</p>
            <p> A valid email address consists of the name of the recipient followed by the @-sign and then followed by a domain adress. For example test@test.org is a valid email address.</p>
    </purpose>
        <expertGuidance>
            <p>For the design of accessible forms it is particularly important to verify appropriateness with assistive technologies like screen readers and ensure proper navigation for users who can access the form by keyboard only. Therefore the expert user is advised to evaluate the form also in this respect. Beyond this it should be mentioned that in order to ensure accessibility of a form presented on a website, it might be necessary to validate the design by the target user group. In Mozilla Firefox, when activating the error links, the focus is not set on the input fields. This is due to the interpretation of Firefox of internal links, which only shifts the focus of the viewport.</p>
        </expertGuidance>
    <requiredTests>
      <testModes>
        <testMode>oneExpert</testMode>
      </testModes>
    </requiredTests>
    <files>
      <file hrefLang="en" xlink:href="../testfiles/sc3.3.1_l1_024.html"/>
    </files>
  </testCase>
  <rules>
    <rule id="http://bentoweb.org/refs/rulesets.xml#WCAG2_20070517_3.3_minimize-error-identified" primary="yes">
      <locations expectedResult="pass">
        <location column="5" line="30" xpath="/h:html/h:body/h:form/h:div/h:label"/>
        <location column="5" line="31" xpath="/h:html/h:body/h:form/h:div/h:input"/>
        <location column="73" line="32" xpath="/h:html/h:body/h:form/h:div/h:div/h:input/@onclick"/>
      </locations>
      <functionalOutcome>
        <p>After submission, the error is identified and described to the user.</p>
      </functionalOutcome>
      <techComment>
        <p>This test case maps to technique <html:span class="technique"><html:a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20070517/#G83">G83: Providing text descriptions to identify required fields that were not completed</html:a></html:span>.</p>
        <p>This test case maps to technique <html:span class="technique"><html:a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20070517/#G85">G85: Providing a text description when user input falls outside the required format or values</html:a></html:span>.</p>
        <p>This test case maps to technique <html:span class="technique"><html:a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20070517/#SCR18">SCR18: Providing client-side validation and alert</html:a></html:span>.</p>
        <p>This test case maps to technique <html:span class="technique"><html:a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20070517/#G139">G139: Creating a mechanism that allows users to jump to errors</html:a></html:span>.</p>
      </techComment>
    </rule>
    <rule id="http://bentoweb.org/refs/rulesets.xml#WCAG2_20060427_2.5_minimize-error-identified" primary="no">
      <locations expectedResult="pass">
        <location column="9" line="30" xpath="/h:html/h:body/h:form/h:div/h:label"/>
        <location column="9" line="31" xpath="/h:html/h:body/h:form/h:div/h:input"/>
        <location column="76" line="32" xpath="/h:html/h:body/h:form/h:div/h:div/h:input/@onclick"/>
      </locations>
      <functionalOutcome>
        <p>After submission, the error is identified and described to the user.</p>
      </functionalOutcome>
      <techComment>
        <p>Online version: <html:span><html:a href="http://www.bentoweb.org/ts/XHTML1_TestSuite2/metadata/sc2.5.1_l1_024">sc2.5.1_l1_024</html:a></html:span>.</p>
      </techComment>
    </rule>
    <rule id="http://bentoweb.org/refs/rulesets.xml#WCAG2_20050630_2.5_minimize-error-identified" primary="no">
      <locations expectedResult="pass">
        <location column="9" line="30" xpath="/h:html/h:body/h:form/h:div/h:label"/>
        <location column="9" line="31" xpath="/h:html/h:body/h:form/h:div/h:input"/>
        <location column="76" line="32" xpath="/h:html/h:body/h:form/h:div/h:div/h:input/@onclick"/>
      </locations>
      <functionalOutcome>
        <p>After submission, the error is identified and described to the user.</p>
      </functionalOutcome>
    </rule>
  </rules>
  <namespaceMappings>
    <namespace nsPrefix="h" nsURI="http://www.w3.org/1999/xhtml"/>
  </namespaceMappings>
</testCaseDescription>


