@@ -6005,20 +6005,18 @@ <h3 id=om-fontface><span class=secno>8.1. </span>The <a
60056005
60066006 < pre class =idl >
60076007interface CSSFontFaceRule : CSSRule {
6008- attribute DOMString family;
6009- attribute DOMString src;
6010- attribute DOMString style;
6011- attribute DOMString weight;
6012- attribute DOMString stretch;
6013- attribute DOMString unicodeRange;
6014- attribute DOMString variant;
6015- attribute DOMString featureSettings;
6008+ // Intentionally left blank in this specification.
60166009}</ pre >
60176010
6018- < p > The DOM Level 2 Style specification < a href ="#ref-DOM-LEVEL-2-STYLE "
6019- rel =biblioentry > [DOM-LEVEL-2-STYLE]<!--{{DOM-LEVEL-2-STYLE}}--> </ a >
6020- defined a different variant of this rule. This definition supercedes that
6021- one.
6011+ < p class =note > The CSS Working Group would like < a
6012+ href ="#cssfontfacerule "> < code > CSSFontFaceRule</ code > </ a > to have one
6013+ attribute for each < a
6014+ href ="#at-font-face-rule "> < code > @font-face</ code > </ a > descriptor, < a
6015+ href ="../css-fonts-4/#om-fontface "> as specified in CSS Fonts Level 4</ a > .
6016+ As of this writing however, no implementation implements these attributes
6017+ and instead implement the < code > style</ code > attribute defined in the DOM
6018+ Level 2 Style specification < a href ="#ref-DOM-LEVEL-2-STYLE "
6019+ rel =biblioentry > [DOM-LEVEL-2-STYLE]<!--{{DOM-LEVEL-2-STYLE}}--> </ a > .
60226020
60236021 < h3 id =om-fontfeaturevalues > < span class =secno > 8.2. </ span > The < a
60246022 href ="#cssfontfeaturevaluesrule "> < code > CSSFontFeatureValuesRule</ code > </ a >
0 commit comments