mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-19 08:11:58 +00:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
11 lines
520 B
Text
11 lines
520 B
Text
[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;
|
|
};
|