[csswg-drafts] IDL generation in CSSOM for supported properties (#5412)

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

== IDL generation in CSSOM for supported properties ==
CSSOM generates a variety of partial IDL fragments for each supported property, where:

> The term supported CSS property refers to a CSS property that the user agent implements, including any vendor-prefixed properties, but excluding custom properties. A supported CSS property must be in its lowercase form for the purpose of comparisons in this specification.

A property name in CSS is a (CSS) [ident token](https://drafts.csswg.org/css-syntax/#ident-token-diagram).

WebIDL attributes must be a (WebIDL) [identifier](https://heycam.github.io/webidl/#prod-identifier).

Note that the CSS ident token is a _superset_ of the WebIDL identifier.

What is the intended behaviour when there is a supported CSS property where the property name is an invalid WebIDL identifier?

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


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

Received on Sunday, 9 August 2020 20:46:00 UTC