From 83a92a67d1499166794ea41e204062a4bc226494 Mon Sep 17 00:00:00 2001 From: Benedek Gagyi Date: Tue, 3 Apr 2018 10:50:24 +0200 Subject: [PATCH] [css-typed-om] Add detail considering image state change and repaint. --- css-typed-om/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 9e1238de..f49b24f0 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -5048,7 +5048,7 @@ is set to ''loading''). If data is not required and the reference is valid then If {{CSSResourceValue/state}} is set to ''loading'' then the image reference is reevaluated once the pending data becomes available, according to the -same rules referenced above. +same rules referenced above. When the {{CSSResourceValue/state}} changes it'll automatically trigger a repaint. Reification can not fail for {{CSSResourceValue}} objects.