mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
12 lines
520 B
Plaintext
12 lines
520 B
Plaintext
[Exposed=Window]
|
|
interface CSSFontFeatureValuesRule : CSSRule {
|
|
attribute CSSOMString fontFamily;
|
|
readonly attribute CSSFontFeatureValuesMap annotation;
|
|
readonly attribute CSSFontFeatureValuesMap ornaments;
|
|
readonly attribute CSSFontFeatureValuesMap stylistic;
|
|
readonly attribute CSSFontFeatureValuesMap swash;
|
|
readonly attribute CSSFontFeatureValuesMap characterVariant;
|
|
readonly attribute CSSFontFeatureValuesMap styleset;
|
|
readonly attribute CSSFontFeatureValuesMap historicalForms;
|
|
};
|