File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5085,7 +5085,7 @@ <h3 id=om-fontface><span class=secno>8.1. </span>The <a
5085
5085
5086
5086
< pre class =idl >
5087
5087
interface CSSFontFaceRule : CSSRule {
5088
- readonly attribute CSSStyleDeclaration style;
5088
+ [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
5089
5089
};</ pre >
5090
5090
5091
5091
< h2 class =no-num id =platform-props-to-css > Appendix A: Mapping platform font
Original file line number Diff line number Diff line change @@ -8282,7 +8282,7 @@ interface CSSFontFaceDescriptors : CSSStyleDeclaration {
8282
8282
8283
8283
[Exposed=Window]
8284
8284
interface CSSFontFaceRule : CSSRule {
8285
- readonly attribute CSSFontFaceDescriptors style;
8285
+ [SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
8286
8286
};
8287
8287
</pre>
8288
8288
You can’t perform that action at this time.
0 commit comments