Skip to content

Commit 45bda92

Browse files
authored
Merge pull request #6647 from litherum/FONT_PALETTE_VALUES_RULE
[css-fonts] [css-device-adapt] [palettes] FONT_PALETTE_VALUES_RULE conflicts with VIEWPORT_RULE
2 parents cc730fb + 62c0f26 commit 45bda92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css-fonts-4/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6846,11 +6846,7 @@ a single value.
68466846

68476847
<h3 id="om-fontpalettevalues">
68486848
The <code id="cssfontpalettevaluesrule2">CSSFontPaletteValuesRule</code> interface</h3>
6849-
<pre class='idl'>partial interface CSSRule {
6850-
const unsigned short FONT_PALETTE_VALUES_RULE = 15;
6851-
};
6852-
6853-
[Exposed=Window]
6849+
<pre class='idl'>[Exposed=Window]
68546850
interface CSSFontPaletteValuesRule : CSSRule {
68556851
maplike&lt;unsigned long, CSSOMString>;
68566852
attribute CSSOMString fontFamily;

0 commit comments

Comments
 (0)