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 22004 - [HTML] editorial: 4.8.10.7: missing event targets
Summary: [HTML] editorial: 4.8.10.7: missing event targets
Status: CLOSED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: All Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-11 00:36 UTC by Michael Dyck
Modified: 2013-07-15 20:52 UTC (History)
2 users (show)

See Also:


Attachments

Description Michael Dyck 2013-05-11 00:36:03 UTC
In 4.8.10.7 "Ready states",
under "When the ready state of a media element whose networkState is not NETWORK_EMPTY changes",
in step 1,
in the 4th and 5th arms,
there are 7 occurrences of phrases of the form:
    queue a task to fire a simple event named foo
(where 'foo' is 'canplay', 'canplaythrough', 'play', or 'playing').

In each case, the target of the event is missing.
Append "at the element" to each?
Comment 1 contributor 2013-06-07 23:41:21 UTC
Checked in as WHATWG revision r7944.
Check-in comment: Fix some typos or copypasta.
http://html5.org/tools/web-apps-tracker?from=7943&to=7944