Add link to mouse-event-test page for discussion.
authorGary Kacmarcik <garykac@google.com>
Tue, 22 Oct 2013 16:54:27 -0700
changeset 503 42b609150da6
parent 502 f0ffa28c5b50
child 504 709178ecd5fb
Add link to mouse-event-test page for discussion.
Remove issue for resolved bugs (focus context).
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Tue Oct 22 16:47:59 2013 -0700
+++ b/html/DOM3-Events.html	Tue Oct 22 16:54:27 2013 -0700
@@ -2403,10 +2403,6 @@
 						operating system, even when switching from one focus context to another.
 						</p>
 					
-					<p class="issue">
-						See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23271">23271</a> - "confusing and unclear text about system focus and document focus"
-						</p>
-						
 					<p>Normally, a document always has a focused element (even if it is the document element itself) and a persistent <a class="def" href="#glossary-event-focus-ring">focus
 						ring</a>. When switching between focus contexts, the document's currently focused element and focus ring normally remain in their current state. For example,
 						if a document has three focusable elements, with the second element focused, when a user changes operating system focus to another application and then back to
@@ -2834,6 +2830,7 @@
 					<h4>Mouse Event Order</h4>
 
 					<p class="issue">
+						<strong>For discussion, see <a href="https://dvcs.w3.org/hg/d4e/raw-file/tip/mouse-event-test.html">mouse event test page</a>.</strong><br/>
 						See bug <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=22641">22641</a> - "Normatively specify the order in which mouse events should fire"
 						</p>