From bdfc9b91320f3cda3d1f3da06fbe5ebb86216b71 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 26 Apr 2022 05:24:58 +0900 Subject: [PATCH] Doc: Restrictions - caching behavior --- docs/Restrictions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Restrictions.md b/docs/Restrictions.md index 4fe291f..12427ff 100644 --- a/docs/Restrictions.md +++ b/docs/Restrictions.md @@ -133,7 +133,7 @@ Another case. Like [``](https://udn.realityripple.com/docs/Archive/Mozilla/XUL/Attribute/align), [`attributes`](https://udn.realityripple.com/docs/Archive/Mozilla/XUL/Attribute) is set and CSS of same property may not be appplied. (Ex. [`box-align: start`](https://udn.realityripple.com/docs/Web/CSS/box-align)) ### Supports -[`@supports`](https://developer.mozilla.org/en-US/docs/Web/CSS/@supports) change in CSS is not detected in real time. (Only start time) +[`@supports`](https://developer.mozilla.org/en-US/docs/Web/CSS/@supports) change in CSS is not detected in real time. (Caching after checking only once) So a restart is required, and if the mozilla need real time changes, are using `@media` to handle it.