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: