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

Update browser versions for <feComposite operator="lighter"> #16278

Merged
merged 1 commit into from
May 13, 2022

Commits on May 13, 2022

  1. Update browser versions for <feComposite operator="lighter">

    Original source: mdn#9074
    
    This demo was used to test:
    https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/SVG/Element/feComposite/_sample_.example.html
    
    The following support was confirmed with BrowserStack:
     - Chrome 41 (not in 40)
     - Edge 79 (not in 18)
     - Firefox 86 (not in 85)
     - Safari 10.1 (not in 9.1)
    
    The precise Safari version was determined by source:
    https://trac.webkit.org/changeset/195745/webkit
    https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/Configurations/Version.xcconfig?rev=195745
    
    WebKit trunk version 602.1.18 maps to Safari 10 (using WebKit 602.1.50).
    
    Part of mdn#7844.
    foolip committed May 13, 2022
    Configuration menu
    Copy the full SHA
    19e301b View commit details
    Browse the repository at this point in the history