Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demix SVGFilterPrimitiveStandardAttributes #10646

Merged
merged 1 commit into from
May 28, 2021

Commits on May 27, 2021

  1. Demix SVGFilterPrimitiveStandardAttributes

    Data from (confirmed by) mdn-bcd-collector:
    - Chrome ≤15
    - Edge 12 / 79
    - Firefox ≤4
    - Firefox Android ≤86
    - IE 10
    - Opera ≤12.1 / 15
    - Safari 6
    - Safari iOS ≤10.3
    
    Chrome ≤15 is assumed to be 5 in most cases where it was 5 here:
    mdn#7197
    
    Firefox ≤4 is assumed to be 3 based on:
    https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/3
    
    Mirrored data:
    - Firefox Android 4
    - Opera Android ≤12.1 / 14
    - Safari iOS 6
    - Samsung Internet 1.0
    - WebView Android ≤37
    
    Most of the data is very regular. Notable exceptions:
    - SVGFEConvolveMatrixElement entries are assumed to have shipped in
      Chrome 6, like api.SVGFEConvolveMatrixElement and its subfeatures.
    - SVGFEDropShadowElement was shipped in Chrome 13 / Firefox 30, and
      seemingly never supported in IE, EdgeHTML or Presto.
    - In Firefox, something strange happened with 3 of the interfaces. In
      Firefox 21, almost all subfeatures of these tests pass:
      http://mdn-bcd-collector.appspot.com/tests/api/SVGFEComponentTransferElement
      http://mdn-bcd-collector.appspot.com/tests/api/SVGFEFloodElement
      http://mdn-bcd-collector.appspot.com/tests/api/SVGFEGaussianBlurElement (except edgeMode)
    
      In Firefox 22, the height/result/width/x/y fail. They're back in Firefox
      29/35. This looks like a mishap, but is captured in the data anyway.
    foolip committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7f0a105 View commit details
    Browse the repository at this point in the history