Weekly github digest (svgwg, fxtf-drafts)

Issues
------
* w3c/svgwg (+0/-0/šŸ’¬7)
  2 issues received 7 new comments:
  - #353 Update WebIDL definition(s) to use new mixin syntax (6 by tobie, dirkschulze)
    https://github.com/w3c/svgwg/issues/353
  - #341 lengthAdjust values just for shrinking (1 by Herst)
    https://github.com/w3c/svgwg/issues/341

* w3c/fxtf-drafts (+4/-10/šŸ’¬41)
  4 issues created:
  - [filter-effects] Should implementations preserve color values of transparent pixels for filter primitive results? (by AmeliaBR)
    https://github.com/w3c/fxtf-drafts/issues/243
  - [filter-effects] Specify computed value and serialisation of filter-functions (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/240
  - [filter-effects] What should happen if filter and background-attachment fixed; applied to the same element? (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/238
  - What  (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/237

  14 issues received 41 new comments:
  - #233 Update WebIDL definition(s) to use new mixin syntax (9 by tobie, dirkschulze, TimothyGu, bzbarsky)
    https://github.com/w3c/fxtf-drafts/issues/233
  - #113 [filter-effects] Browsers don't match spec for feDisplacementMap (9 by dirkschulze, AmeliaBR)
    https://github.com/w3c/fxtf-drafts/issues/113
  - #237 [filter-effects] Clarify what happens with failing pre-conditions on feConvolveMatrix (4 by dirkschulze, upsuper, AmeliaBR)
    https://github.com/w3c/fxtf-drafts/issues/237
  - #173 [filter-effects][compositing] What is "no-composite" blending? (4 by dirkschulze, cabanier)
    https://github.com/w3c/fxtf-drafts/issues/173
  - #112 [filter-effects] Clarify feTurbulence description regarding alpha channel (3 by dirkschulze, AmeliaBR)
    https://github.com/w3c/fxtf-drafts/issues/112
  - #204 [filter-effects] drop-shadow() null value for interpolation is incorrect (2 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/204
  - #243 [filter-effects] Should implementations preserve color values of transparent pixels for filter primitive results? (2 by dirkschulze, AmeliaBR)
    https://github.com/w3c/fxtf-drafts/issues/243
  - #127 [filter-effects] Clarify the colour spaces used (2 by debarshiray, dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/127
  - #225 [motion] Blink shipping animation of offset-path path strings (1 by ewilligers)
    https://github.com/w3c/fxtf-drafts/issues/225
  - #177 [filter-effects] For filter() image function, do you use intrinsic or extrinsic image dimensions (1 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/177
  - #193 [filter-effects-1] What happens on feImage without valid resource? (1 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/193
  - #11 filter should be defined to establish a containing block for fixed and absolutely positioned elements (1 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/11
  - #240 [filter-effects] Specify computed value and serialisation of filter-functions (1 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/240
  - #91 [filter-effects] A proposal of the definition of the distance between two filter function lists (1 by dirkschulze)
    https://github.com/w3c/fxtf-drafts/issues/91

  10 issues closed:
  - [filter-effects] Clarify the colour spaces used https://github.com/w3c/fxtf-drafts/issues/127
  - [filter-effects] drop-shadow() null value for interpolation is incorrect https://github.com/w3c/fxtf-drafts/issues/204
  - [filter-effects] Specify computed value and serialisation of filter-functions https://github.com/w3c/fxtf-drafts/issues/240
  - [motion] Blink shipping animation of offset-path path strings https://github.com/w3c/fxtf-drafts/issues/225
  - Update WebIDL definition(s) to use new mixin syntax https://github.com/w3c/fxtf-drafts/issues/233
  - [filter-effects] Clarify feTurbulence description regarding alpha channel https://github.com/w3c/fxtf-drafts/issues/112
  - [filter-effects-1] What happens on feImage without valid resource? https://github.com/w3c/fxtf-drafts/issues/193
  - filter should be defined to establish a containing block for fixed and absolutely positioned elements https://github.com/w3c/fxtf-drafts/issues/11
  - [filters-1] Add animation type to properties https://github.com/w3c/fxtf-drafts/issues/32
  - Inconsistent rules for <title>, <desc> and <metadata> https://github.com/w3c/fxtf-drafts/issues/9



Pull requests
-------------
* w3c/svgwg (+1/-1/šŸ’¬10)
  1 pull requests submitted:
  - Update SVG interfaces to use mixins where possible in all SVG specs. Issue #353 (by dirkschulze)
    https://github.com/w3c/svgwg/pull/376

  2 pull requests received 10 new comments:
  - #376 Update SVG interfaces to use mixins where possible in all SVG specs. Issue #353 (9 by tobie, dirkschulze, plinss)
    https://github.com/w3c/svgwg/pull/376
  - #374 'd' presentation attribute: use path() function (1 by dirkschulze)
    https://github.com/w3c/svgwg/pull/374

  1 pull requests merged:
  - Fix typo: "it its" -> "its"
    https://github.com/w3c/svgwg/pull/368

* w3c/fxtf-drafts (+3/-3/šŸ’¬2)
  3 pull requests submitted:
  - [filter-effects] Clarify difference between omitted filter function vā€¦ (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/pull/242
  - Filter functions section (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/pull/241
  - [filter-effects] Use mixin syntax. Issue #233. (by dirkschulze)
    https://github.com/w3c/fxtf-drafts/pull/239

  1 pull requests received 2 new comments:
  - #239 [filter-effects] Use mixin syntax. Issue #233. (2 by tobie, dirkschulze)
    https://github.com/w3c/fxtf-drafts/pull/239

  3 pull requests merged:
  - [filter-effects] Clarify difference between omitted filter function vā€¦
    https://github.com/w3c/fxtf-drafts/pull/242
  - Filter functions section
    https://github.com/w3c/fxtf-drafts/pull/241
  - [filter-effects] Use mixin syntax. Issue #233.
    https://github.com/w3c/fxtf-drafts/pull/239


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/svgwg
* https://github.com/w3c/fxtf-drafts

Received on Tuesday, 2 January 2018 17:00:12 UTC