File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
50855085
50865086 < pre class =idl >
50875087interface CSSFontFaceRule : CSSRule {
5088- readonly attribute CSSStyleDeclaration style;
5088+ [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
50895089};</ pre >
50905090
50915091 < 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 {
82828282
82838283[Exposed=Window]
82848284interface CSSFontFaceRule : CSSRule {
8285- readonly attribute CSSFontFaceDescriptors style;
8285+ [SameObject, PutForwards=cssText] readonly attribute CSSFontFaceDescriptors style;
82868286};
82878287</pre>
82888288
You can’t perform that action at this time.
0 commit comments