From cfdec943b7cea1b876ace1f78e8e3d780db26804 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Thu, 18 May 2023 11:21:21 -0400 Subject: [PATCH] Remove FencedFrameConfig#url --- spec.bs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/spec.bs b/spec.bs index 37ef4d8c..e60c0b33 100644 --- a/spec.bs +++ b/spec.bs @@ -962,7 +962,6 @@ maps to an internal [=fenced frame config=] [=struct=]. [Exposed=Window] interface FencedFrameConfig { - readonly attribute FencedFrameConfigURL? url; readonly attribute FencedFrameConfigSize? containerWidth; readonly attribute FencedFrameConfigSize? containerHeight; readonly attribute FencedFrameConfigSize? contentWidth; @@ -975,16 +974,6 @@ maps to an internal [=fenced frame config=] [=struct=]. Each {{FencedFrameConfig}} has two internal members: urn, which is a [=urn uuid=], and config, which is a [=fenced frame config=]. -
- The {{FencedFrameConfig/url}} IDL attribute getter steps are: - - 1. If {{FencedFrameConfig}}'s [=fencedframeconfig/config=]'s [=fenced frame config/mapped url=]'s - [=mapped url/visibility=] is [=visibility/transparent=], return the [=fenced frame config/ - mapped url=]'s [=mapped url/value=]. - - 1. Otherwise, return `"opaque"`. -
-
The {{FencedFrameConfig/containerWidth}} IDL attribute getter steps are: