Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1576289 - Let color-scheme meta tag and property ride the trains.…
… r=dholbert There's two kinds of test failures remaining: * Failures related to how system colors inherit, which is something that no engine is shipping and I'm not convince it's a good thing: w3c/csswg-drafts#6773 * Failures related to <iframes> observing color-scheme of ancestors (which Chrome does implement but Safari doesn't): w3c/csswg-drafts#4772 https://bugzilla.mozilla.org/show_bug.cgi?id=1738380 I'm unconvinced that should work across cross-origin iframes though (see the question at the end of that issue), and it seems delaying shipping it blocked on figuring that out while other engines ship diverging behaviors is probably not worth it. Given privileged code is already using this and we know of no other blockers, I think it's fine to let it ride the trains. Differential Revision: https://phabricator.services.mozilla.com/D131635
- Loading branch information