Hellos How do we go about rendering behavior changes that affect features that are enabled on shipping browsers?
I'm specifically referring to http://trac.webkit.org/changeset/139770 The brightness filter is enabled by default on chrome and Safari if I remember correctly, and now pages that use brightness(0) would have their element blackened, while before those elements would have been left unchanged. This is of course "correct" so I can't claim it's a bug, but still it would break existing websites, even if not many. Do we see CSS filters as being "bleeding edge" enough where we don't care? Do we have a way to warn web developers about this? They'd basically have to check Chrome/Safari/Other version in order to work around the problem, as there's no media query for "check if brightness behaves correctly". Guidance appreciated.
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

