added links to definitions
authorschepers
Sat, 30 Jan 2010 04:08:40 +0900
changeset 234 7e410c80c144
parent 233 5c7b690c7475
child 235 702905e46412
added links to definitions
html/images/eventflow.svg
--- a/html/images/eventflow.svg	Fri Jan 29 09:12:35 2010 +0900
+++ b/html/images/eventflow.svg	Sat Jan 30 04:08:40 2010 +0900
@@ -35,13 +35,17 @@
 
   <g id="nodes" font-family="Verdana, sans-serif" font-size="18" fill="black" text-anchor="middle" stroke="none" stroke-width="2">
     <g id="DefaultView-node" transform="translate(310, 10)">
-      <rect x="-70" y="0" width="140" height="40" fill="gainsboro" stroke="black" filter="url(#dropShadow)" />
-      <text x="0" y="26">DefaultView</text>
+      <a xlink:href="../DOM3-Events.html#glossary-defaultView" target="_parent">
+        <rect x="-70" y="0" width="140" height="40" fill="gainsboro" stroke="black" filter="url(#dropShadow)" />
+        <text x="0" y="26">DefaultView</text>
+      </a>
     </g>
 
     <g id="document-node" transform="translate(310, 80)">
-      <rect x="-60" y="0" width="120" height="40" fill="gainsboro" stroke="black" filter="url(#dropShadow)" />
-      <text x="0" y="26">Document</text>
+      <a xlink:href="../DOM3-Events.html#glossary-document" target="_parent">
+        <rect x="-60" y="0" width="120" height="40" fill="gainsboro" stroke="black" filter="url(#dropShadow)" />
+        <text x="0" y="26">Document</text>
+      </a>
     </g>
 
     <g id="html-node" transform="translate(310, 150)">
@@ -147,7 +151,7 @@
   
   <g id="event-flow" stroke-dasharray="10,5">
     <g id="capture_phase">
-      <text fill="red" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="150" y="220">Capture</tspan> <tspan x="150" y="240">Phase</tspan> <tspan x="150" y="260">(1)</tspan></text>
+      <a xlink:href="../DOM3-Events.html#glossary-capture-phase" target="_parent"><text fill="red" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="150" y="220">Capture</tspan> <tspan x="150" y="240">Phase</tspan> <tspan x="150" y="260">(1)</tspan></text></a>
 
       <path id="capture_phase_arrow" fill="none" stroke="red" stroke-width="3" marker-end="url(#redArrow)" stroke-linecap="round"
             d="M235,28 C195,25 195,75 238,85 "/>
@@ -163,14 +167,14 @@
     </g>
     
     <g id="target_phase">
-      <text fill="blue" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="337" y="580">Target</tspan> <tspan x="337" y="600">Phase</tspan> <tspan x="337" y="620">(2)</tspan></text>
+      <a xlink:href="../DOM3-Events.html#glossary-target-phase" target="_parent"><text fill="blue" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="337" y="580">Target</tspan> <tspan x="337" y="600">Phase</tspan> <tspan x="337" y="620">(2)</tspan></text></a>
       
       <rect x="-50" y="0" width="100" height="40" rx="5" ry="5" fill="none" stroke="black" stroke-width="5" stroke-dasharray="none" 
             transform="translate(430, 540)"/>
     </g>
     
     <g id="bubble_phase">
-      <text fill="green" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="490" y="320">Bubbling</tspan> <tspan x="490" y="340">Phase</tspan> <tspan x="490" y="360">(3)</tspan></text>
+      <a xlink:href="../DOM3-Events.html#glossary-bubbling-phase" target="_parent"><text fill="green" font-family="Verdana, sans-serif" font-size="20" font-weight="bold" text-anchor="middle"><tspan x="490" y="320">Bubbling</tspan> <tspan x="490" y="340">Phase</tspan> <tspan x="490" y="360">(3)</tspan></text></a>
 
       <path id="bubble_phase_arrow3" fill="none" stroke="green" stroke-width="3" marker-end="url(#greenArrow)" stroke-linecap="round"
             stroke-dasharray="none" d="M492,548 C630,483 630,470 562,473"/>