Open zcorpan opened 3 years ago
Would "selecting the oldest reports and retaining relative order" imply that the only allowed subsets are always the oldest reports still in the queue?
Yeah. That's something I made up because I thought it made sense, giving it about a minute of thought. Do you agree that only allowing such subsets makes sense? Or do we want to allow any subset?
https://w3c.github.io/reporting/#send-reports
So reports, as written, is the full list of reports for context. The algorithm then iterates over all of them and "attempt to deliver" them.
Below the normative algorithm, there's a non-normative note that contains an RFC2119 keyword (not good!):
Can this be formalized in the algorithm? For example, before step 2:
and then operate on reportsSubset instead of reports.