- From: Tobi Krebs <tobi.krebs@gmail.com>
- Date: Wed, 6 Jan 2010 16:58:27 +0100
- To: www-forms@w3.org
Dear list, i found an possible error in test case 8.1.5.1.a. The mediatyp-element of the output-control contains ref="../@mediatype"" instead of value="../@mediatype" . Original: <xforms:group> <xforms:output bind="image" mediatype="text/plain"> <xforms:label>Image : </xforms:label> <xforms:mediatype ref="../@mediatype"/> </xforms:output> </xforms:group> Fix: <xforms:group> <xforms:output bind="image" mediatype="text/plain"> <xforms:label>Image : </xforms:label> <xforms:mediatype value="../@mediatype"/> </xforms:output> </xforms:group> Kind regards Tobi Krebs
Received on Wednesday, 6 January 2010 16:11:44 UTC