00:07
<Andrew Williams>
If a user navigates directly to a URL that returns a media mime type, IIUC browsers generally end up loading an HTML page that loads the URL via a "video" element... Is this behavior specified, and if so does anyone know where? Specifically I'm wondering where that resource load occurs in the spec and if there's a way to differentiate it from other resource loads
00:54
<Andreu Botella>
I think it's https://html.spec.whatwg.org/multipage/document-lifecycle.html#read-media
01:17
<Andrew Williams>
thank you!