fix for ISSUE-46
authorbjoern
Sat, 18 Nov 2006 12:35:11 +0900
changeset 36 9c01124caf91
parent 35 6ce6c85b1d06
child 37 0df84a104cc7
fix for ISSUE-46
source/xml-source.xml
--- a/source/xml-source.xml	Sat Nov 18 11:38:03 2006 +0900
+++ b/source/xml-source.xml	Sat Nov 18 12:35:11 2006 +0900
@@ -3066,16 +3066,16 @@
             <code>UIEvent.detail</code> in this example.
            </p>
 
-           <note>
-            <p>
-             For backward compatibility reason, "UIEvents",
-             "MouseEvents", "MutationEvents", and "HTMLEvents" feature
-             names are valid values for the parameter
-             <code>eventType</code> and represent respectively the
-             interfaces "UIEvent", "MouseEvent", "MutationEvent", and
-             "Event".
-            </p>
-           </note>
+           <p>
+            For backward compatibility reason, "UIEvents",
+            "MouseEvents", "MutationEvents", and "HTMLEvents" feature
+            names are valid values for the parameter
+            <code>eventType</code> and represent respectively the
+            interfaces "UIEvent", "MouseEvent", "MutationEvent", and
+            "Event", and the characters U+0061 ('a') through U+007A
+            ('z') are considered equivalent to the characters U+0041
+            ('A') through U+005A ('Z').
+           </p>
           </descr>
          </param>
         </parameters>