You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by aw...@apache.org on 2006/10/11 23:30:01 UTC

svn commit: r463063 [6/14] - in /incubator/adffaces/trunk/trinidad: trinidad-build/src/main/resources/META-INF/maven-faces-plugin/renderers/trinidad/ trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/ trinidad-impl/src/main/ja...

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalSaf-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalSaf-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalSaf-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalSaf-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,238 +1,260 @@
-<results>
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[accessKey,u]-->
-
-      <button
-           accesskey="u"
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        B
-        <span
-             class="AFAccessKeyStyle"
-            >
-          u
-        </span>ttonText
-      </button>
-<!--AttributeTest[disabled,false]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[disabled,true]-->
-
-      <button
-           class="OraLinkDisabled"
-           disabled="disabled"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <button
-           class="OraLink"
-           onclick="top[mytarget].location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[textAndAccessKey,B&uttonText]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[id,myid]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:myid"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[shortDesc,my button]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           title="my button"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <button
-           class="mystyle"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onblur,null]-->
-
-      <button
-           class="OraLink"
-           onblur="test-onblur"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onclick,null]-->
-
-      <button
-           class="OraLink"
-           onclick="return _chain('test-onclick','document.location=\'encoded-action-url:http://www.oracle.com\'',this,event,true)"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[ondblclick,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           ondblclick="test-ondblclick"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onfocus,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onfocus="test-onfocus"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeydown,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeydown="test-onkeydown"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeypress,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeypress="test-onkeypress"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeyup,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeyup="test-onkeyup"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmousedown,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmousedown="test-onmousedown"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmousemove,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmousemove="test-onmousemove"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseout,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseout="test-onmouseout"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseover,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseover="test-onmouseover"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseup,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseup="test-onmouseup"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-</results>
+<results>
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[accessKey,u]-->
+
+      <button
+           accesskey="u"
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        B
+        <span
+             class="AFAccessKeyStyle"
+            >
+          u
+        </span>ttonText
+      </button>
+<!--AttributeTest[disabled,false]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[disabled,true]-->
+
+      <button
+           class="af_goButton p_AFDisabled"
+           disabled="disabled"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <button
+           class="af_goButton"
+           onclick="top[mytarget].location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[textAndAccessKey,B&uttonText]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[id,myid]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[shortDesc,my button]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           title="my button"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <button
+           class="mystyle af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onblur,null]-->
+
+      <button
+           class="af_goButton"
+           onblur="test-onblur"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onclick,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="return _chain('test-onclick','document.location=\'encoded-action-url:http://www.oracle.com\'',this,event,true)"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[ondblclick,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           ondblclick="test-ondblclick"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onfocus,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onfocus="test-onfocus"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeydown,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeydown="test-onkeydown"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeypress,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeypress="test-onkeypress"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeyup,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeyup="test-onkeyup"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmousedown,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmousedown="test-onmousedown"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmousemove,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmousemove="test-onmousemove"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseout,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseout="test-onmouseout"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseover,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseover="test-onmouseover"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseup,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseup="test-onmouseup"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+</results>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalScrRdr-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalScrRdr-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalScrRdr-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goButton-minimalScrRdr-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,232 +1,254 @@
-<results>
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[accessKey,u]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[disabled,false]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[disabled,true]-->
-
-      <button
-           class="OraLinkDisabled"
-           disabled="disabled"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <button
-           class="OraLink"
-           onclick="top[mytarget].location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[textAndAccessKey,B&uttonText]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[id,myid]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:myid"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[shortDesc,my button]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           title="my button"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <button
-           class="mystyle"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onblur,null]-->
-
-      <button
-           class="OraLink"
-           onblur="test-onblur"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onclick,null]-->
-
-      <button
-           class="OraLink"
-           onclick="return _chain('test-onclick','document.location=\'encoded-action-url:http://www.oracle.com\'',this,event,true)"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[ondblclick,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           ondblclick="test-ondblclick"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onfocus,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onfocus="test-onfocus"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeydown,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeydown="test-onkeydown"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeypress,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeypress="test-onkeypress"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onkeyup,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onkeyup="test-onkeyup"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmousedown,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmousedown="test-onmousedown"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmousemove,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmousemove="test-onmousemove"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseout,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseout="test-onmouseout"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseover,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseover="test-onmouseover"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-<!--AttributeTest[onmouseup,null]-->
-
-      <button
-           class="OraLink"
-           onclick="document.location='encoded-action-url:http://www.oracle.com'"
-           onmouseup="test-onmouseup"
-           type="button"
-           id="uri-attr:mainId"
-          >
-        ButtonText
-      </button>
-</results>
+<results>
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[accessKey,u]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[disabled,false]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[disabled,true]-->
+
+      <button
+           class="af_goButton p_AFDisabled"
+           disabled="disabled"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <button
+           class="af_goButton"
+           onclick="top[mytarget].location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[textAndAccessKey,B&uttonText]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[id,myid]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[shortDesc,my button]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           title="my button"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <button
+           class="mystyle af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onblur,null]-->
+
+      <button
+           class="af_goButton"
+           onblur="test-onblur"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onclick,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="return _chain('test-onclick','document.location=\'encoded-action-url:http://www.oracle.com\'',this,event,true)"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[ondblclick,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           ondblclick="test-ondblclick"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onfocus,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onfocus="test-onfocus"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeydown,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeydown="test-onkeydown"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeypress,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeypress="test-onkeypress"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onkeyup,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onkeyup="test-onkeyup"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmousedown,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmousedown="test-onmousedown"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmousemove,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmousemove="test-onmousemove"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseout,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseout="test-onmouseout"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseover,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseover="test-onmouseover"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+<!--AttributeTest[onmouseup,null]-->
+
+      <button
+           class="af_goButton"
+           onclick="document.location='encoded-action-url:http://www.oracle.com'"
+           onmouseup="test-onmouseup"
+           type="button"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        ButtonText
+      </button>
+</results>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimal-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimal-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimal-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimal-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,239 +1,239 @@
-<results>
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[accessKey,e]-->
-
-      <a
-           accesskey="e"
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        T
-        <span
-             class="AFLinkAccessKeyStyle"
-            >
-          e
-        </span>xt
-      </a>
-<!--AttributeTest[disabled,false]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[disabled,true]-->
-
-      <a
-           class="OraLinkDisabled"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <a
-           class="OraLink"
-           target="mytarget"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[textAndAccessKey,T&ext]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[id,myid]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:myid"
-           name="uri-attr:myid"
-          >
-        Text
-      </a>
-<!--AttributeTest[shortDesc,my short desc]-->
-
-      <a
-           class="OraLink"
-           title="my short desc"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <a
-           class="mystyle"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onblur,null]-->
-
-      <a
-           class="OraLink"
-           onblur="test-onblur"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onclick,null]-->
-
-      <a
-           class="OraLink"
-           onclick="test-onclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[ondblclick,null]-->
-
-      <a
-           class="OraLink"
-           ondblclick="test-ondblclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onfocus,null]-->
-
-      <a
-           class="OraLink"
-           onfocus="test-onfocus"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeydown,null]-->
-
-      <a
-           class="OraLink"
-           onkeydown="test-onkeydown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeypress,null]-->
-
-      <a
-           class="OraLink"
-           onkeypress="test-onkeypress"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeyup,null]-->
-
-      <a
-           class="OraLink"
-           onkeyup="test-onkeyup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousedown,null]-->
-
-      <a
-           class="OraLink"
-           onmousedown="test-onmousedown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousemove,null]-->
-
-      <a
-           class="OraLink"
-           onmousemove="test-onmousemove"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseout,null]-->
-
-      <a
-           class="OraLink"
-           onmouseout="test-onmouseout"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseover,null]-->
-
-      <a
-           class="OraLink"
-           onmouseover="test-onmouseover"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseup,null]-->
-
-      <a
-           class="OraLink"
-           onmouseup="test-onmouseup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-</results>
+<results>
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[accessKey,e]-->
+
+      <a
+           accesskey="e"
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        T
+        <span
+             class="AFLinkAccessKeyStyle"
+            >
+          e
+        </span>xt
+      </a>
+<!--AttributeTest[disabled,false]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[disabled,true]-->
+
+      <a
+           class="OraLinkDisabled"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <a
+           class="OraLink"
+           target="mytarget"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[textAndAccessKey,T&ext]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[id,myid]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        Text
+      </a>
+<!--AttributeTest[shortDesc,my short desc]-->
+
+      <a
+           class="OraLink"
+           title="my short desc"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <a
+           class="mystyle OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onblur,null]-->
+
+      <a
+           class="OraLink"
+           onblur="test-onblur"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onclick,null]-->
+
+      <a
+           class="OraLink"
+           onclick="test-onclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[ondblclick,null]-->
+
+      <a
+           class="OraLink"
+           ondblclick="test-ondblclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onfocus,null]-->
+
+      <a
+           class="OraLink"
+           onfocus="test-onfocus"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeydown,null]-->
+
+      <a
+           class="OraLink"
+           onkeydown="test-onkeydown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeypress,null]-->
+
+      <a
+           class="OraLink"
+           onkeypress="test-onkeypress"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeyup,null]-->
+
+      <a
+           class="OraLink"
+           onkeyup="test-onkeyup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousedown,null]-->
+
+      <a
+           class="OraLink"
+           onmousedown="test-onmousedown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousemove,null]-->
+
+      <a
+           class="OraLink"
+           onmousemove="test-onmousemove"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseout,null]-->
+
+      <a
+           class="OraLink"
+           onmouseout="test-onmouseout"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseover,null]-->
+
+      <a
+           class="OraLink"
+           onmouseover="test-onmouseover"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseup,null]-->
+
+      <a
+           class="OraLink"
+           onmouseup="test-onmouseup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+</results>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIE-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIE-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIE-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIE-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,239 +1,239 @@
-<results>
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[accessKey,e]-->
-
-      <a
-           accesskey="e"
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        T
-        <span
-             class="AFLinkAccessKeyStyle"
-            >
-          e
-        </span>xt
-      </a>
-<!--AttributeTest[disabled,false]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[disabled,true]-->
-
-      <a
-           class="OraLinkDisabled"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <a
-           class="OraLink"
-           target="mytarget"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[textAndAccessKey,T&ext]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[id,myid]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:myid"
-           name="uri-attr:myid"
-          >
-        Text
-      </a>
-<!--AttributeTest[shortDesc,my short desc]-->
-
-      <a
-           class="OraLink"
-           title="my short desc"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <a
-           class="mystyle"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onblur,null]-->
-
-      <a
-           class="OraLink"
-           onblur="test-onblur"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onclick,null]-->
-
-      <a
-           class="OraLink"
-           onclick="test-onclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[ondblclick,null]-->
-
-      <a
-           class="OraLink"
-           ondblclick="test-ondblclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onfocus,null]-->
-
-      <a
-           class="OraLink"
-           onfocus="test-onfocus"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeydown,null]-->
-
-      <a
-           class="OraLink"
-           onkeydown="test-onkeydown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeypress,null]-->
-
-      <a
-           class="OraLink"
-           onkeypress="test-onkeypress"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeyup,null]-->
-
-      <a
-           class="OraLink"
-           onkeyup="test-onkeyup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousedown,null]-->
-
-      <a
-           class="OraLink"
-           onmousedown="test-onmousedown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousemove,null]-->
-
-      <a
-           class="OraLink"
-           onmousemove="test-onmousemove"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseout,null]-->
-
-      <a
-           class="OraLink"
-           onmouseout="test-onmouseout"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseover,null]-->
-
-      <a
-           class="OraLink"
-           onmouseover="test-onmouseover"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseup,null]-->
-
-      <a
-           class="OraLink"
-           onmouseup="test-onmouseup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-</results>
+<results>
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[accessKey,e]-->
+
+      <a
+           accesskey="e"
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        T
+        <span
+             class="AFLinkAccessKeyStyle"
+            >
+          e
+        </span>xt
+      </a>
+<!--AttributeTest[disabled,false]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[disabled,true]-->
+
+      <a
+           class="OraLinkDisabled"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <a
+           class="OraLink"
+           target="mytarget"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[textAndAccessKey,T&ext]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[id,myid]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        Text
+      </a>
+<!--AttributeTest[shortDesc,my short desc]-->
+
+      <a
+           class="OraLink"
+           title="my short desc"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <a
+           class="mystyle OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onblur,null]-->
+
+      <a
+           class="OraLink"
+           onblur="test-onblur"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onclick,null]-->
+
+      <a
+           class="OraLink"
+           onclick="test-onclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[ondblclick,null]-->
+
+      <a
+           class="OraLink"
+           ondblclick="test-ondblclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onfocus,null]-->
+
+      <a
+           class="OraLink"
+           onfocus="test-onfocus"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeydown,null]-->
+
+      <a
+           class="OraLink"
+           onkeydown="test-onkeydown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeypress,null]-->
+
+      <a
+           class="OraLink"
+           onkeypress="test-onkeypress"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeyup,null]-->
+
+      <a
+           class="OraLink"
+           onkeyup="test-onkeyup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousedown,null]-->
+
+      <a
+           class="OraLink"
+           onmousedown="test-onmousedown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousemove,null]-->
+
+      <a
+           class="OraLink"
+           onmousemove="test-onmousemove"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseout,null]-->
+
+      <a
+           class="OraLink"
+           onmouseout="test-onmouseout"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseover,null]-->
+
+      <a
+           class="OraLink"
+           onmouseover="test-onmouseover"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseup,null]-->
+
+      <a
+           class="OraLink"
+           onmouseup="test-onmouseup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+</results>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIERtl-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIERtl-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIERtl-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalIERtl-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,239 +1,239 @@
-<results>
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[accessKey,e]-->
-
-      <a
-           accesskey="e"
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        T
-        <span
-             class="AFLinkAccessKeyStyle"
-            >
-          e
-        </span>xt
-      </a>
-<!--AttributeTest[disabled,false]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[disabled,true]-->
-
-      <a
-           class="OraLinkDisabled"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <a
-           class="OraLink"
-           target="mytarget"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[textAndAccessKey,T&ext]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[id,myid]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:myid"
-           name="uri-attr:myid"
-          >
-        Text
-      </a>
-<!--AttributeTest[shortDesc,my short desc]-->
-
-      <a
-           class="OraLink"
-           title="my short desc"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <a
-           class="mystyle"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onblur,null]-->
-
-      <a
-           class="OraLink"
-           onblur="test-onblur"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onclick,null]-->
-
-      <a
-           class="OraLink"
-           onclick="test-onclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[ondblclick,null]-->
-
-      <a
-           class="OraLink"
-           ondblclick="test-ondblclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onfocus,null]-->
-
-      <a
-           class="OraLink"
-           onfocus="test-onfocus"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeydown,null]-->
-
-      <a
-           class="OraLink"
-           onkeydown="test-onkeydown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeypress,null]-->
-
-      <a
-           class="OraLink"
-           onkeypress="test-onkeypress"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeyup,null]-->
-
-      <a
-           class="OraLink"
-           onkeyup="test-onkeyup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousedown,null]-->
-
-      <a
-           class="OraLink"
-           onmousedown="test-onmousedown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousemove,null]-->
-
-      <a
-           class="OraLink"
-           onmousemove="test-onmousemove"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseout,null]-->
-
-      <a
-           class="OraLink"
-           onmouseout="test-onmouseout"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseover,null]-->
-
-      <a
-           class="OraLink"
-           onmouseover="test-onmouseover"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseup,null]-->
-
-      <a
-           class="OraLink"
-           onmouseup="test-onmouseup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-</results>
+<results>
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[accessKey,e]-->
+
+      <a
+           accesskey="e"
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        T
+        <span
+             class="AFLinkAccessKeyStyle"
+            >
+          e
+        </span>xt
+      </a>
+<!--AttributeTest[disabled,false]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[disabled,true]-->
+
+      <a
+           class="OraLinkDisabled"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <a
+           class="OraLink"
+           target="mytarget"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[textAndAccessKey,T&ext]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[id,myid]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        Text
+      </a>
+<!--AttributeTest[shortDesc,my short desc]-->
+
+      <a
+           class="OraLink"
+           title="my short desc"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <a
+           class="mystyle OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onblur,null]-->
+
+      <a
+           class="OraLink"
+           onblur="test-onblur"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onclick,null]-->
+
+      <a
+           class="OraLink"
+           onclick="test-onclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[ondblclick,null]-->
+
+      <a
+           class="OraLink"
+           ondblclick="test-ondblclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onfocus,null]-->
+
+      <a
+           class="OraLink"
+           onfocus="test-onfocus"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeydown,null]-->
+
+      <a
+           class="OraLink"
+           onkeydown="test-onkeydown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeypress,null]-->
+
+      <a
+           class="OraLink"
+           onkeypress="test-onkeypress"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeyup,null]-->
+
+      <a
+           class="OraLink"
+           onkeyup="test-onkeyup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousedown,null]-->
+
+      <a
+           class="OraLink"
+           onmousedown="test-onmousedown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousemove,null]-->
+
+      <a
+           class="OraLink"
+           onmousemove="test-onmousemove"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseout,null]-->
+
+      <a
+           class="OraLink"
+           onmouseout="test-onmouseout"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseover,null]-->
+
+      <a
+           class="OraLink"
+           onmouseover="test-onmouseover"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseup,null]-->
+
+      <a
+           class="OraLink"
+           onmouseup="test-onmouseup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+</results>

Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalInacc-golden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalInacc-golden.xml?view=diff&rev=463063&r1=463062&r2=463063
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalInacc-golden.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/goLink-minimalInacc-golden.xml Wed Oct 11 16:29:53 2006
@@ -1,239 +1,239 @@
-<results>
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[accessKey,e]-->
-
-      <a
-           accesskey="e"
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        T
-        <span
-             class="AFLinkAccessKeyStyle"
-            >
-          e
-        </span>xt
-      </a>
-<!--AttributeTest[disabled,false]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[disabled,true]-->
-
-      <a
-           class="OraLinkDisabled"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[longDesc,my long desc]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[targetFrame,mytarget]-->
-
-      <a
-           class="OraLink"
-           target="mytarget"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[textAndAccessKey,T&ext]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[id,myid]-->
-
-      <a
-           class="OraLink"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:myid"
-           name="uri-attr:myid"
-          >
-        Text
-      </a>
-<!--AttributeTest[shortDesc,my short desc]-->
-
-      <a
-           class="OraLink"
-           title="my short desc"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[styleClass,mystyle]-->
-
-      <a
-           class="mystyle"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onblur,null]-->
-
-      <a
-           class="OraLink"
-           onblur="test-onblur"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onclick,null]-->
-
-      <a
-           class="OraLink"
-           onclick="test-onclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[ondblclick,null]-->
-
-      <a
-           class="OraLink"
-           ondblclick="test-ondblclick"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onfocus,null]-->
-
-      <a
-           class="OraLink"
-           onfocus="test-onfocus"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeydown,null]-->
-
-      <a
-           class="OraLink"
-           onkeydown="test-onkeydown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeypress,null]-->
-
-      <a
-           class="OraLink"
-           onkeypress="test-onkeypress"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onkeyup,null]-->
-
-      <a
-           class="OraLink"
-           onkeyup="test-onkeyup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousedown,null]-->
-
-      <a
-           class="OraLink"
-           onmousedown="test-onmousedown"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmousemove,null]-->
-
-      <a
-           class="OraLink"
-           onmousemove="test-onmousemove"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseout,null]-->
-
-      <a
-           class="OraLink"
-           onmouseout="test-onmouseout"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseover,null]-->
-
-      <a
-           class="OraLink"
-           onmouseover="test-onmouseover"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-<!--AttributeTest[onmouseup,null]-->
-
-      <a
-           class="OraLink"
-           onmouseup="test-onmouseup"
-           href="uri-attr:encoded-action-url:http://www.oracle.com"
-           id="uri-attr:mainId"
-           name="uri-attr:mainId"
-          >
-        Text
-      </a>
-</results>
+<results>
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[accessKey,e]-->
+
+      <a
+           accesskey="e"
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        T
+        <span
+             class="AFLinkAccessKeyStyle"
+            >
+          e
+        </span>xt
+      </a>
+<!--AttributeTest[disabled,false]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[disabled,true]-->
+
+      <a
+           class="OraLinkDisabled"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[longDesc,my long desc]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[targetFrame,mytarget]-->
+
+      <a
+           class="OraLink"
+           target="mytarget"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[textAndAccessKey,T&ext]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[id,myid]-->
+
+      <a
+           class="OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:myid"
+           name="uri-attr:myid"
+          >
+        Text
+      </a>
+<!--AttributeTest[shortDesc,my short desc]-->
+
+      <a
+           class="OraLink"
+           title="my short desc"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[styleClass,mystyle]-->
+
+      <a
+           class="mystyle OraLink"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onblur,null]-->
+
+      <a
+           class="OraLink"
+           onblur="test-onblur"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onclick,null]-->
+
+      <a
+           class="OraLink"
+           onclick="test-onclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[ondblclick,null]-->
+
+      <a
+           class="OraLink"
+           ondblclick="test-ondblclick"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onfocus,null]-->
+
+      <a
+           class="OraLink"
+           onfocus="test-onfocus"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeydown,null]-->
+
+      <a
+           class="OraLink"
+           onkeydown="test-onkeydown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeypress,null]-->
+
+      <a
+           class="OraLink"
+           onkeypress="test-onkeypress"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onkeyup,null]-->
+
+      <a
+           class="OraLink"
+           onkeyup="test-onkeyup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousedown,null]-->
+
+      <a
+           class="OraLink"
+           onmousedown="test-onmousedown"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmousemove,null]-->
+
+      <a
+           class="OraLink"
+           onmousemove="test-onmousemove"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseout,null]-->
+
+      <a
+           class="OraLink"
+           onmouseout="test-onmouseout"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseover,null]-->
+
+      <a
+           class="OraLink"
+           onmouseover="test-onmouseover"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+<!--AttributeTest[onmouseup,null]-->
+
+      <a
+           class="OraLink"
+           onmouseup="test-onmouseup"
+           href="uri-attr:encoded-action-url:http://www.oracle.com"
+           id="uri-attr:mainId"
+           name="uri-attr:mainId"
+          >
+        Text
+      </a>
+</results>