This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25363 - Event click in table (adjustment default action)
Summary: Event click in table (adjustment default action)
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - DOM3 Events (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 08:47 UTC by Arkadiusz Michalski (Spirit)
Modified: 2014-04-30 00:03 UTC (History)
2 users (show)

See Also:


Attachments

Description Arkadiusz Michalski (Spirit) 2014-04-16 08:47:37 UTC
In table (5.1.1 List of DOM3 Event Types) click event has only this:
Default Action: 
DOMActivate event

This should be extended, example:  	
Varies: DOMActivate event, execute activation behavior (if any), give document focus to focusable element

Definition click event lists those cases (https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-click).
Comment 1 Arkadiusz Michalski (Spirit) 2014-04-16 16:10:38 UTC
Similar for dblclick, now we have: 
Default action 	None (in both table)

but in description:
"As with the click event type, the default action of the dblclick event type varies based on the event target of the event and the value of the MouseEvent.button or MouseEvent.buttons attributes. Normally, the typical default actions of the dblclick event type match those of the click event type, with the following additional behavior:

    If the event target is selectable, the default action MUST be to select part or all of the selectable content. Subsequent clicks MAY select additional selectable portions of that content."
Comment 2 Travis Leithead [MSFT] 2014-04-30 00:03:04 UTC
Now fixed in latest draft. Thanks!

https://dvcs.w3.org/hg/dom3events/rev/c922236525f6