[csswg-drafts] [css-fonts] [css-device-adapt] FONT_PALETTE_VALUES_RULE conflicts with VIEWPORT_RULE (#6623)

litherum has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-fonts] [css-device-adapt] FONT_PALETTE_VALUES_RULE conflicts with VIEWPORT_RULE ==
https://drafts.csswg.org/css-device-adapt/#css-rule-interface has

```
partial interface CSSRule {
    const unsigned short VIEWPORT_RULE = 15;
};
```

https://drafts.csswg.org/css-fonts/#om-fontpalettevalues has

```
partial interface CSSRule { 
    const unsigned short FONT_PALETTE_VALUES_RULE = 15;
};
```

They probably shouldn't both be 15.

https://developer.mozilla.org/en-US/docs/Web/API/CSSRule/type says `VIEWPORT_RULE` is 15, so we should probably change FONT_PALETTE_VALUES_RULE to be something else. 16 seems to be unclaimed?


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6623 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 September 2021 22:29:26 UTC