- From: <bugzilla@jessica.w3.org>
- Date: Wed, 21 Jul 2010 03:17:31 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10215
Summary: not sure what's mean by "User agents must
_synchronously_ run the focusing steps". Does this
mean that the event handlers involved in steps 1 and
and 3 must return before further steps in the
procedure can be taken? A reasonable alternative
interpretation
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#foc
us-management
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org
Section: http://www.whatwg.org/specs/web-apps/current-work/#focus-management
Comment:
not sure what's mean by "User agents must _synchronously_ run the focusing
steps". Does this mean that the event handlers involved in steps 1 and and 3
must return before further steps in the procedure can be taken? A reasonable
alternative interpretation would be that events get "fired", but the event
handlers don't get invoked until later. This makes sense if firing an event
consists of inserting an event into a queue until the system decides to
dispatch the event, which would happen at some later point.
Posted from: 76.121.107.243
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 21 July 2010 03:17:35 UTC