Skip to content

Commit 0d858a5

Browse files
committed
[css-device-adapt] Change 'interface CSSRule' to 'partial interface CSSRule' to avoid reference ambiguity (and since it is partial).
1 parent b3b2ef4 commit 0d858a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-device-adapt/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ The following rule type is added to the <code>CSSRule</code>
811811
interface. It provides identification for the new viewport rule.
812812

813813
<pre class=idl>
814-
interface CSSRule {
814+
partial interface CSSRule {
815815
const unsigned short VIEWPORT_RULE = 15;
816816
};
817817
</pre>

mediaqueries/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Abstract: <a>Media Queries</a> allow authors to test and query values or feature
1919
Abstract:
2020
Abstract: Media Queries Level 4 describes the mechanism and syntax of media queries, media types, and media features. It extends and supersedes the features defined in Media Queries Level 3.
2121
Ignored Terms: min-resolution, max-resolution, none, view-mode, mediaText, DOMString
22-
Link Defaults: css-break-3 (property) break-inside, cssom (interface) CSSRule
22+
Link Defaults: css-break-3 (property) break-inside
2323
</pre>
2424

2525
<h2 id="intro">

0 commit comments

Comments
 (0)