From d6b0aeecf984c0a542591570e6c5e96f8754811c Mon Sep 17 00:00:00 2001 From: Chris Harrelson <3453258+chrishtr@users.noreply.github.com> Date: Mon, 19 May 2025 15:36:50 -0700 Subject: [PATCH] Fix url --- css-sizing-4/responsive-iframes-explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-sizing-4/responsive-iframes-explainer.md b/css-sizing-4/responsive-iframes-explainer.md index 927312f896f..954a42641ec 100644 --- a/css-sizing-4/responsive-iframes-explainer.md +++ b/css-sizing-4/responsive-iframes-explainer.md @@ -20,7 +20,7 @@ Embedded SVG documents (in `<object>`/`<embed>`) already support responsive layo Use cases include: * 3P comment widgets ([example](https://github.com/whatwg/html/issues/555#issuecomment-177836009)) - * Embedding self-contained worked examples in teaching UI ([example]([https://browser.engineering/layout.html](https://browser.engineering/layout.html#block-layout))) + * Embedding self-contained worked examples in teaching UI ([example](https://browser.engineering/layout.html#block-layout)) In general, there is a lot of demand for this feature, as evidenced by: * [Stack overflow](https://stackoverflow.com/search?q=resize+iframe)