10:43
<elliott369>
Hi
15:19
<jmdyck>
In the HTML spec, there are lots of algorithm steps that contain Notes, but I think https://html.spec.whatwg.org/#media-element-load-algorithm step 11 is the only case where a step is just a Note. Is that intentional?
15:28
<jmdyck>
It used to be a non-note step, then became one in 5c0b4bc. Then for a while (from 9bd1a7d to a8fa711) it was a note in a step that also had non-note content.
15:32
<jmdyck>
Is it saying that previous playbacks will stop as a result of step 10 (invoking the resource selection algorithm)? If so, it seems like it would be clearer to put a note in step 10: "This stops playback of any previously etc."
17:00
<pzb>
I'm a little confused by one part of the URL spec. In the examples, urn:isbn:9780307476463 is listed as a "valid URL string". At first glance, it seems to be a absolute-URL string, but isbn:9780307476463 doesn't seem to be a path-relative-scheme-less-URL string because it starts with a a URL-scheme string, followed by U+003A (:). How is this a valid URL string if it doesn't have a valid relative-URL string? Am I missing something?