From 8a62d2832353f5e76c7dafaff1c66b39d8187068 Mon Sep 17 00:00:00 2001 From: Chris Harrelson <3453258+chrishtr@users.noreply.github.com> Date: Tue, 27 May 2025 07:38:58 -0700 Subject: [PATCH] Update responsive-iframes-explainer.md --- css-sizing-4/responsive-iframes-explainer.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css-sizing-4/responsive-iframes-explainer.md b/css-sizing-4/responsive-iframes-explainer.md index cd717f52b8d3..33a04c857683 100644 --- a/css-sizing-4/responsive-iframes-explainer.md +++ b/css-sizing-4/responsive-iframes-explainer.md @@ -73,6 +73,10 @@ Embedding document: A previous explainer for this feature is [here](https://github.com/domenic/cooperatively-sized-iframes). +## Other notes + +[Fenced frames](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/fencedframe) are excluded from this feature. + ## Future extensions A JavaScript API could be added in the future that would allow embedded documents to request relayout in their embedding document context. This would allow dynamically generated iframe documents to update at times other than `load`.