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 13759 - Should define page load processing model for video/audio
Summary: Should define page load processing model for video/audio
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-11 15:42 UTC by contributor
Modified: 2011-10-05 12:23 UTC (History)
7 users (show)

See Also:


Attachments

Description contributor 2011-08-11 15:42:10 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html
Multipage: http://www.whatwg.org/C#read-image
Complete: http://www.whatwg.org/c#read-image

Comment:
Should define page load processing model for video/audio

Posted from: 91.181.252.157
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/13.0.761.0 Safari/534.35
Comment 1 Philip Jägenstedt 2011-08-15 13:12:40 UTC
It it defined, by the resource selection algorithm, resource fetch algorithm and the delaying-the-load-event flag.
Comment 2 Ms2ger 2011-08-15 14:24:27 UTC
Not sure if we're talking about the same thing; this bug is about the DOM in <iframe src=video></iframe>
Comment 3 Philip Jägenstedt 2011-08-15 14:41:56 UTC
OK, in that case it needs to be updated with the details about what should be defined.
Comment 4 Ms2ger 2011-08-15 15:02:47 UTC
"Copy http://www.whatwg.org/C#read-image; s/img/video/."
Comment 5 Ian 'Hixie' Hickson 2011-08-23 00:02:58 UTC
Just copying the section won't help, since nothing would invoke the section. :-P

Do browsers actually all do this natively these days or do they still just invoke a plugin?
Comment 6 Ms2ger 2011-08-23 09:14:14 UTC
Gecko does, at least.
Comment 7 Philip Jägenstedt 2011-08-23 09:48:20 UTC
(In reply to comment #5)
> Do browsers actually all do this natively these days or do they still just
> invoke a plugin?

Opera creates a dummy HTML document with a <video> element in it.
Comment 8 Simon Pieters 2011-08-23 11:21:37 UTC
(In reply to comment #7)
> (In reply to comment #5)
> > Do browsers actually all do this natively these days or do they still just
> > invoke a plugin?
> 
> Opera creates a dummy HTML document with a <video> element in it.

...and a dummy HTML document with an <audio> element in it for supported audio/* types.
Comment 9 Ian 'Hixie' Hickson 2011-10-04 23:58:45 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.
Comment 10 contributor 2011-10-05 00:06:02 UTC
Checked in as WHATWG revision r6630.
Check-in comment: Define navigating to video and audio resources
http://html5.org/tools/web-apps-tracker?from=6629&to=6630
Comment 11 Ms2ger 2011-10-05 12:23:14 UTC
Looks good, thanks