Skip to content

Commit a5dc251

Browse files
committed
[typed-om] Remove [Exposed] from the partial interfaces; it's both unnecessary and wrong. Fixes w3c#658.
1 parent 1d9972a commit a5dc251

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ Computed {{StylePropertyMapReadOnly}} objects {#computed-stylepropertymapreadonl
491491
--------------------------------------------------------------------------
492492

493493
<pre class='idl'>
494-
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
495494
partial interface Element {
496495
StylePropertyMapReadOnly computedStyleMap();
497496
};
@@ -533,12 +532,10 @@ Declared & Inline {{StylePropertyMap}} objects {#declared-stylepropertymap-objec
533532
----------------------------------------------------------------------------
534533

535534
<pre class='idl'>
536-
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
537535
partial interface CSSStyleRule {
538536
[SameObject] readonly attribute StylePropertyMap styleMap;
539537
};
540538

541-
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
542539
partial interface ElementCSSInlineStyle {
543540
[SameObject] readonly attribute StylePropertyMap attributeStyleMap;
544541
};

0 commit comments

Comments
 (0)