From aaf9b745a15eb5952b7fbcada1d917f2788241fb Mon Sep 17 00:00:00 2001 From: Krzysztof Kotowicz Date: Wed, 11 Mar 2020 09:33:54 +0100 Subject: [PATCH] Added [SecureContext] to new interfaces. (#266) See #259. --- dist/spec/index.html | 278 ++++++++++++++++++++++++++++++++++--------- spec/index.bs | 12 +- 2 files changed, 226 insertions(+), 64 deletions(-) diff --git a/dist/spec/index.html b/dist/spec/index.html index 076b008b..189cf489 100644 --- a/dist/spec/index.html +++ b/dist/spec/index.html @@ -1029,7 +1029,7 @@ } /* } */ - @supports (display:grid) { + @supports (display:grid) and (display:contents) { /* Use #toc over .toc to override non-@supports rules. */ #toc { display: grid; @@ -1212,9 +1212,9 @@ } } - + - +