- From: Matt Giuca <notifications@github.com>
- Date: Thu, 10 Oct 2019 21:47:37 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/manifest/pull/811@github.com>
This change (choose one):
* [ ] Breaks existing normative behavior (please add label "breaking")
* [ ] Adds new normative requirements
* [ ] Adds new normative recommendations or optional items
* [X] Makes only editorial changes (only changes informative sections, or
  changes normative sections without changing behavior)
* [ ] Is a "chore" (metadata, formatting, fixing warnings, etc).
Commit message:
Normative:
- Removed passing the name of the member to the processing algorithm. It
  just directly takes the array of image resources. This fixes a
  mismatch between the callers (which were already passing the array)
  and the definition of the algorithm.
- Removed definition of steps for processing "src". This was doing
  almost nothing; just inline the parsing of the URL.
- Copy "platform" into the output array.
Formatting:
- Fixed links to "sizes" definition.
- Remove redundant list in processing algorithm.
You can view, comment on, or merge this pull request online at:
  https://github.com/w3c/manifest/pull/811
-- Commit Summary --
  * Various fixes to ImageResource processing algorithms:
-- File Changes --
    M index.html (103)
-- Patch Links --
https://github.com/w3c/manifest/pull/811.patch
https://github.com/w3c/manifest/pull/811.diff
-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/811
Received on Friday, 11 October 2019 04:47:39 UTC