Closed
Bug 457964
Opened 16 years ago
Closed 16 years ago
|paused| attribute should be a boolean, not a a short
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: Dolske, Assigned: cajbir)
References
Details
Attachments
(1 file)
2.92 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
From nsIDOMHTMLMediaElement.idl:
readonly attribute unsigned short paused;
From WHATWG spec:
readonly attribute boolean paused;
Found this with some code doing something like foo.setAttribute("bar", video.paused), and was getting "1" when the video was paused (instead of "true").
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → chris.double
Status: NEW → ASSIGNED
Attachment #344971 -
Flags: superreview?(roc)
Attachment #344971 -
Flags: review?(roc)
Attachment #344971 -
Flags: superreview?(roc)
Attachment #344971 -
Flags: superreview+
Attachment #344971 -
Flags: review?(roc)
Attachment #344971 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•