#test2 {
/* testing case-sensitivity of styleset name */ font-family: fontB; font-variant-alternates: styleset(altW);
}
#test3 {
/* testing case-sensitivity of styleset name */ font-family: fontB; font-variant-alternates: styleset(ALTW);
}
#test4 {
/* testing escapes in styleset name */ font-family: fontB; font-variant-alternates: styleset(\41 lTw);
}
#test5 {
/* testing font-specificity of feature value rule */ font-family: fontA; font-variant-alternates: styleset(defined-for-fontB);
}
#test6 {
/* testing one feature doesn't affect another */ font-variant-alternates: styleset(somethingElse); font-feature-settings: "ss05" on;
}
#test7 {
/* testing font-specificity of feature value rule */ font-family: fontA; font-variant-alternates: styleset(scriptJ); font-feature-settings: "ss06";
}
#test8 {
/* testing that an undefined value doesn't affect the results */ font-family: fontB; font-variant-alternates: styleset(scriptJ, somethingUndefined, defined-for-fontB);
}
#test9 {
/* testing matching of font name with escape */ font-family: font\62 ; font-variant-alternates: styleset(defined-for-fontB);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.